Authorpythonprogramming
CircuitPython vs MicroPython: Key Differences
Have you ever wanted to program your microcontrollers with Python instead of Arduino? MicroPython and CircuitPython bring the ease of Python to microcontrollers
[...]
Veideogames made with Pygame: Froggo and the Clockwork tower, videogame
Click here to go to the game z = Jump / action x = tongue / hit You have a certain amount of
[...]
How to create an xlsx file with questions for Kahoot easily with python
Utility to create questions with kahoot. As you can import an xlsx file with the questions into a Kahoot quiz, you can use
[...]
How to Run python in Html with Pyscript by Anaconda
Let’s talk about Pyscript, this awesome project by the guys from Anaconda to use python as a scripting language like javascript into an
[...]
Pyscript: how to run python in an HTML page (new)
This framework was made by the Anaconda team, so it is likely to be supported and improved as time goes by. Go to
[...]
How to make Pacman with numpy
This is the pacman by David seen some days ago. I just tried to substitute lists with numpy to see if it gains
[...]
How to train to win Snake in python
Start agent.py to make the code learn to play. Repository https://github.com/python-engineer/snake-ai-pytorch
[...]

