Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991.
In this page, we write some tutorials and examples on how to use python to programming, you can build some excellent applications by following our tutorials and examples.
When you are using python range() function, you may get this type error: TypeError: unsupported operand type(s) for +: ‘range’ and ‘float’. In this tutorial, we will introduce you how to fix it.
In this tutorial, we will introduce how to recognize chinese simplified text from an image using pytesseract and Tesseract-OCR. You can learn how to do by following our tutorial.Download chi_sim.traineddata
When you are using pytesseract to recognize chinese from an image, you may get an error: Failed loading language ‘chi_sim’. In this tutorial, we will introduce you how to fix.
In this tutorial, we will introduce how to create word cloud image by word frequency or weight value. You can do step by step by following our tutorial.