Python Math 4 – divide in proportion 08/10/202008/10/2020pythonprogramming math with python to divide sums in proportion to other measurement units [...]
OCR: read a text from an image or a photo 06/10/2020pythonprogramming This code will make python read the text in an image. You must install pytesseract import pytesseract pytesseract.pytesseract.tesseract_cmd = r’C:\Program Files\Tesseract-OCR\tesseract’ print(pytesseract.image_to_string(r’01.png’)) [...]
Free game and source code by DaFluffyPotato 06/10/2020pythonprogramming A very nice game with source code by DaFluffyPotato, one of the best power user of pygame. Go here to download the game [...]
Use python in a web page with Brython 02/10/2020pythonprogramming Use python in a web page with Brython [...]
Pygame ZeroToHero (1) – Make a window 01/10/202001/10/2020pythonprogramming A window with pygame from the first post ZeroToHero 1 [...]
Python math 3 – random exercizes on proportions 28/09/202028/09/2020pythonprogramming Python math 3 – Create random exercizes [...]
Solve a proportion with Python – Teach math with Python – part 1 27/09/202027/09/2020pythonprogramming Python math 1 – proportions [...]
Python decorators: example 4, expanding features with reduce 22/09/202022/09/2020pythonprogramming Decorators par 4 reduce [...]