Write Dictionary easily in Python 03/03/201903/03/2019pythonprogramming Easily create dictionaries in Python [...]
Fastest way to write a list in Python 03/03/2019pythonprogramming How to create easily a list in Python [...]
How to create a text editor in Python 26/02/201926/02/2019pythonprogramming Create a text editor with Python using the built in library tkinter. [...]
Animated algorithm Dijkstra, sidewinder maze, pillow and imageio 24/02/201924/02/2019pythonprogramming Animated Dijkstra, sidewinder maze, pillow and imageio (xpost /r/proceduralgeneration from r/Python [...]
Dictionary: a brief guide to dictionaries (part 1) 08/02/2019pythonprogramming Dictionarie in Python part 1 [...]
Holidays with Python 05/01/2019pythonprogramming Holiday in all countries with python with holidays module. [...]
Counting elements in a list 31/12/201831/12/2018pythonprogramming How to count elements i a list. [...]
Transform a png in a thumbnail 10/12/201810/12/2018pythonprogramming PIL and Image to transform a png image into a thumbnail. Let’s see how we can make it. [...]
PGP aka PyPresent a Presentation with Python project 09/12/201809/12/2018pythonprogramming A presentation with Python and pygame module, first part, creating a window and placing text on it with examples [...]
Download a video from Youtube 28/11/201816/08/2021pythonprogramming Download a video from Youtube with Python is very simple, just a couple of lines of code and a module called pytube to [...]
Let’s make graphs with MatPlotLib 23/11/201826/11/2018pythonprogramming Let’s see how to make a graph with matplotlib in the easiest way: draw a plot on a cartesian graph. [...]