New Year resolution: sponsoring some of the open source projects I use
A developer shares their personal decision to financially sponsor open source projects they use, detailing their approach and encouraging others to donate.
A developer shares their personal decision to financially sponsor open source projects they use, detailing their approach and encouraging others to donate.
A developer explains their reasoning for choosing the Django web framework over Flask for a SaaS project, based on their experience.
A beginner-friendly guide to using HuggingFace's Transformers and Diffusers libraries for practical AI applications, including image generation.
A tutorial on building full CRUD REST APIs using Flask and FastAPI with the Psycopg2 PostgreSQL adapter, comparing it to ORMs.
A guide to securely deploying a private Flask web app on AWS ECS using Cloudflare Tunnel for Zero Trust access, without public exposure or VPNs.
Explores using htmx instead of JavaScript for dynamic web features like AJAX and infinite scroll in various frameworks.
A tutorial on building a full CRUD API using Python frameworks Flask and FastAPI, following RESTful conventions.
A beginner's tutorial on building a basic JSON API using the Python Flask web framework, covering setup, routing, and CRUD operations.
Compares Django and Flask, two popular Python web frameworks, highlighting their similarities and key differences for developers.
A tutorial on implementing JWT-based user authentication using a Flask backend with flask-praetorian and a React frontend.
Author Yasoob releases the alpha version of his project-based Python book, offering a discount and free future updates.
A tutorial on building an SMS bot for the 2018 FIFA World Cup using Twilio, Heroku, and Flask to provide match updates.
A comparison of 5 popular Python web frameworks: API Star, Falcon, Flask, Django, and Pyramid, from a Python Frederick presentation.
A tutorial on building a Facebook Messenger bot that fetches and delivers content like memes and jokes from Reddit.
A developer shares a curated list of useful Python tutorials covering topics like memory leaks, Flask APIs, and command-line libraries.
A developer shares their experience building a machine learning model to classify song moods (happy/sad) based on lyrics using Python and NLP.
A blog update on the author's new Flask-based pastebin project, future Python script post, and a request for feedback.
A list of 10 recommended Python blogs for programmers, including Planet Python, effbot, and Mouse Vs Python.