Nuno Bispo
Solutions Architect · Senior Python & AI Engineer · AI Audits · Helping teams fix what they shipped too fast
Building a Space Shooter Game with PyGame
In the world of game development, Python, when paired with PyGame, offers a platform that is both approachable for beginners and sufficiently robust for experienced developers.
How to Manage Feature Flags in Django Applications with Django-Flags
In web development, the management of feature flags is vital for facilitating the gradual introduction of new features. In Django, django-flags is an application that provides such features.
How to Create Practical Command-Line Applications in Python: Image Resizer, Password Generator, and Currency Converter
Command line applications (CLIs) are a time-honored and versatile method of interacting with applications, providing a robust and efficient interface for users.
Django-Honeypot: A Simple and Effective Spam Protection Tool
Discover the power of Django-Honeypot, a simple yet effective Django application designed to prevent spam bots from submitting forms.