Exploring pygame 5 - Movement and Collision
Published on
Learn how to move the objects on the screen and write you first collision detection with pygamePublished on
Learn how to move the objects on the screen and write you first collision detection with pygamePublished on
A brief tale about my journey of publishing my first gamePublished on
Discover pipx! An awesome Python library to keep your Python tools safe, updated, and organizedPublished on
Generate Django's secret key right from your terminal without needing to risk yourself on any websitePublished on
Learn how to quickly improve the tracking from the UTM tags on your landing pages with utmkeeperPublished on
Read and write Unicode characters on files keeping the consistency of code between Python 2 and Python 3 codebasesPublished on
Learn how to send, receive, and automate your email tasks using PythonPublished on
Discover the external dependencies to use at your Python development environment on UbuntuPublished on
Learn how to set mutable objects as default on Django Model Fields properly, and save you a lot of time with debuggingPublished on
Implement the JWT authentication model using Angular 6 for the frontend and Django 2 for the backend