Python/FastAPI/Django – Weekly News Summary – 14/04/2025 to 20/04/2025
#Real Python Namespaces in Python In this tutorial, you'll learn about Python namespaces, the structures that store and organize the symbolic names during the execution of a Python program. You'll learn when namespaces are created, how they're implemented, and how they support variable scope.#intermediate #python By – | Apr 14, 2025 Managing Python Projects With uv: An All-in-One Solution In this tutorial, you'll learn how to create and manage your Python projects using uv, an extremely fast Python package and project manager written in Rust.#intermediate #tools By – | Apr 18, 2025 #Medium Step-by-Step Deploying a Machine Learning Model using FastAPI, Docker and Streamlit Website Phishing Detection with ML Classification Models 🎣 By Duygu Jones | Apr 14, 2025 Build a Django Application for AWS S3 File Operations (Upload, List, Download, Delete) This comprehensive guide will walk you through building a Django application that integrates with Amazon S3 for file operations including… By Sibinraziya | Apr 14, 2025 Building Robust Microservice Applications with FastAPI and gRPC FastAPI provides a user-friendly API interface, while gRPC ensures optimal communication between services. By Alfin Fanther | Apr 14, 2025 Real Time Call Control | Vapi — FastAPI You can take control of a ongoing call between Voice AI and User. This is one of the unique feature from Vapi AI. By Mahimai Raja | Apr 14, 2025 Containerize Your Python FastAPI Dev Environment with Dev Containers If you’re working on Python projects especially with FastAPI and want a reproducible, isolated development environment, Dev Containers are… By SakshamMishra | Apr 14, 2025 Python Essentials: Garbage Collection & Memory Optimization Discover Python’s efficient memory management: learn garbage collection, reference counting, and manual optimization to boost code… By Meng Li | Apr 14, 2025 Having Streamlit Superpowers: The Best GPT-4 Prompts For Guaranteed Data Visuals No-fuss prompting for error-free Python Streamlit data viz code By John Loewen, PhD | Apr 14, 2025 Stop Checking for Empty Strings the Wrong Way in Python — Do This Instead! Stop using clunky checks for empty strings — here’s the right way to do it for better readability and performance. By Aashish Kumar | Apr 14, 2025 Concurrency Synchronization Techniques in Go’s sync Package Detailed Explanation of the sync Standard Library Package in Go Language By Leapcell | Apr 14, 2025 Filtering in Django REST Framework: A Comprehensive Guide Filtering data in an API is a fundamental requirement for most applications. By Ewho Ruth | Apr 15, 2025 Custom Generic Filtering in Django REST Framework Django REST Framework (DRF) provides a powerful way to filter querysets using built-in filters like DjangoFilterBackend, but sometimes you… By Ewho Ruth | Apr 15, 2025 Advanced Filtering Techniques in Django REST Framework Filtering is a fundamental feature in APIs, enabling clients to retrieve only the relevant data. By Ewho Ruth | Apr 15, 2025 Advanced Filtering in Django REST Framework Filtering is a crucial aspect of building APIs, allowing clients to retrieve relevant data efficiently. By Ewho Ruth | Apr 15, 2025 FireDucks: Let your data burn bright 🔥 What is FireDucks? FireDucks VS Pandas. How to use FireDucks for Data Analysis. FireDucks over Pandas and Polar. By Manoj Das | Apr 15, 2025 Back-End Data Serialization in Python: A Practical Comparison of SerializerMixin and Marshmallow Data Serialization is a fundamental part of translating data between a Python backend and a frontend framework. It typically involves… By Ian Flurkey | Apr 15, 2025 How to create amazing Data Visualizations using Matplotlib, Python Pandas, and Flask Framework in… Data visualization data By Nick Sakwa | Apr 15, 2025 Cascading Select Boxes in Django Using HTMX the Clean Way Let’s say you’ve got two related fields in a form — like “Country” and “City” — and you want the second to update based on the first. You… By Sathis | Apr 15, 2025 The Physics of Rigid Body Rotations: Three Methods to Model a Tumbling Object in Python. One of my favorite (and simple) physics demonstrations is to show that angular momentum and angular velocity don’t have to be in the same… By Rhett Allain | Apr 15, 2025 From Scripts to Systems: The Evolution of a Python Developer’s Mental Models Eight years ago, I wrote my first Python script — a messy 200-line file that automated a tedious spreadsheet task at my finance job. Today… By Coders Stop | Apr 15, 2025 Python Radio 36: Mesh Networking Get the word out to nodes you can’t see. By Simon Quellen Field | Apr 15, 2025 Why FastAPI + PostgreSQL Is the Ultimate Stack for Python CRUD APIs APIs are the backbone of modern web applications. Whether you’re building a microservice, a SaaS product, or a mobile backend, you need… By Deepak Singh Rajput | Apr 15, 2025 Building AI Agents with Google ADK, FastAPI, and MCP Integrating Google’s Agent Development Kit (ADK) with FastAPI and the Model Context Protocol (MCP) By Timothy | Apr 15, 2025 Things Every Python Developer Should Know A practical guide with examples. By Frost | Apr 15, 2025 How I Built a Minimal Azure OpenAI Chatbot Using Flask, Terraform and GPT-4o Hi, I’m Fabian — a cloud consultant and certified Azure architect who enjoys turning technical curiosity into working code. By Fabian | Apr 15, 2025 OAuth2 Authentication Using JWTs and FastAPI Simply explained By Ioannis Petrousov | Apr 15, 2025 I Tried Writing Python in VS Code and PyCharm — Here’s What I Found One felt like a smart coding companion. The other felt like assembling IKEA furniture blindfolded. By Aysha R | Apr 15, 2025 Creating Your First API Endpoint with FastAPI In this part of our FastAPI series, we’ll dive into building API endpoints, which is the core functionality of any API framework. We’ll… By Gajanan Rajput💚 | Apr 15, 2025 Speeding Up Django Projects in 2025: Prefetches, Selects, and Advanced Managers Hey everyone! Let’s talk about a notorious issue in Django ORM that still pops up in 2025: the dreaded “N+1 queries” problem. By Aleksei Aleinikov | Apr 15, 2025 Useful Python libraries you might not know existed — Rich Create Beautiful, Professional Command-Line