
Whilst picking up a new language – Python, I decided to whip up a basic paint like tool using PyGame. As you can see above it looks basic, You can click and drag to draw, and right click to remove. If a key is pressed, the image is stored in a text file with ‘pixels’ …
Recently I started learning python, I found there were many great resources out there so I thought I would share them with you all. In no particular order, my favorite Python resources.
Python Official Documentation
Possibly the best place to look …