Tag: learn
-
Extract text from an image using Python
In this post I will show you a cool Python program that will help you extract text from an image and convert to a different language that you prefer and save them as a text document. Make your own OCR (Optical Character Recognition) system by using Python. Programming is fun, let’s get started! First…
-
The Abc of Programming
Hello, This is the third course of the JavaScript series I’ve started. If you have missed them, you can check them “Introduction to JavaScript” and “HTML and CSS: A quick refresher” courses. In this course, we will cover the basics of programming. Basically we will answer the following questions: What is script? How do computers…