Python/FastAPI/Django – Weekly News Summary – 12/05/2025 to 18/05/2025
#Real Python Nested Loops in Python Learn how to use nested loops in Python to iterate over multiple sequences and perform repeated actions efficiently in your programs.#basics #python By – | May 14, 2025 #Medium Django REST Framework: ViewSets and Routers Explained (Part 2) In the previous article, we built a basic API using Django REST Framework (DRF). Now, let’s take the next step: making your… By Michal Dróżdż | May 12, 2025 📘 Understanding API Parameters in FastAPI: A Beginner-Friendly Guide FastAPI is one of the fastest and most modern Python frameworks for building APIs. It supports automatic validation, type checking, and… By Areebayaseen | May 12, 2025 Mastering NumPy: Manual Metadata Manipulation for Memory-Efficient Arrays Part 3: NumPy Like a Pro: A Deep Dive Into Arrays and Performance By Sascha Kirch | May 12, 2025 Learning FastAPI — 13: Working With Websockets A WebSocket is a persistent connection between a client and server to provide bidirectional, full-duplex communication between the two… By Alen Sabu | May 12, 2025 Refactoring With Purpose: How Design Patterns Improved My Code I used to refactor my code just to “make it cleaner” — rename some variables, split big functions, maybe move a few files around. It felt… By Fatih Raditya | May 12, 2025 Mastering Django Application Monitoring with Google Analytics: Tracking User Behavior and… In this modern world ensuring your Django application runs smoothly, performs well, and meets user needs requires comprehensive monitoring By Adrial Natanael | May 12, 2025 Building Your First ML Model API with FastAPI: A Step-by-Step Guide If you have built AI applications, you might have used an API from OpenAI or Anthrophonic. These are models that are made easily accessible… By Adejumo Ridwan Suleiman | May 12, 2025 Are you SOLID yet? Applying SOLID Principle in my Django Project Coding is not just about writing line of codes. There are also some kind of “law” to follow for developers. One of the most popular… By astrialyanda | May 12, 2025 Exploring What Drives Term Deposit Subscriptions: An EDA Story (Part 1) In the banking world, term deposits are a vital pillar of financial health. But convincing customers to commit their funds is no small feat… By Abdul Hadi | May 12, 2025 Start a new Django Project What is Django? By Haider Ali | May 12, 2025 Start a new Django Project What is Django? By Haider Ali | May 12, 2025 Deploying a Django Application on Azure Container Instances (ACI) This step-by-step guide will walk you through deploying a Django application on Azure Container Instances (ACI) from scratch, including… By Sibinraziya | May 12, 2025 Django ORM vs Raw SQL in 2025: How to Turbo-Charge Your Queries A modern Django project collects features the way ships collect barnacles. Add a couple of background tasks, real-time dashboards, fancy… By Aleksei Aleinikov | May 12, 2025 Plug-and-Play Reinforcement Learning for Real-Time Forecast Recalibration Updating legacy ARMA sales models with a PPO residual corrector — no full retrain required By Shenggang Li | May 12, 2025 How to split up a Django monolith without using microservices Let’s queue(bie) our business logic By Ronny Vedrilla | May 12, 2025 From Django to FastAPI: A Developer’s Guide to Microservices and Asynchronous Development Step-by-step Guide to Supercharge Your Python APIs by Transitioning from Django to FastAPI for Scalable Microservices By Tech Node | May 12, 2025 How I Automate 5 Annoying Tasks with Python (So I Never Have to Do Them Again!) Here’s how I use Python to automate 5 annoying tasks — so I never have to do them manually again! By Pythonworld | May 12, 2025 Django REST Framework: Authentication & Permissions We’ll walk through how to secure your Django REST Framework API using Django’s default cookie-based authentication. You’ll… By Michal Dróżdż | May 12, 2025 🧠 Common Django Mistakes Almost Every Developer Makes (Yes, Even You) “Django makes it easy to build web apps!” True. “Django makes it impossible to mess up!” 🤣 Nice try. By Priyanshu Rajput | May 12, 2025 Peewee ORM: The Most Elegant Python ORM Ever Peewee Query Tutorial: Efficient Data Manipulation with a Lightweight ORM By Leapcell | May 12, 2025 Song of Silk and Performance Performance optimization often feels like a late-stage concern in web development — something we address only after users start… By MRadhitya Utomo (Tomi) | May 13, 2025 Python, Software Development, and Tools — Digest #29 Django tips, Python type hints, Bloom filters, pre-commit with uv, and PDF conversion — practical dev notes from recent reads & posts. By Denys Volokh | May 13, 2025 Python Radio 38: Laser Beams! Frickin’ Laser Beams! By Simon Quellen Field | May 13, 2025 DIY AI & ML: NLP — Tokenization & Text Similarity A step-by-step guide on how to build an object in Python that preprocesses text, performs tokenization, and calculates cosine similarity. By Jacob Ingle | May 13, 2025 I Fine-Tuned an LLM on 5 Years of Telegram Chats What happens when you teach a language model to talk like your group chat? By Alessandro Romano | May 13, 2025 🕵️♂️ The Most Underrated Features in Django You Probably Don’t Use You know Django for its ORM, admin panel, and authentication system. But hiding in plain sight are features so powerful, they might just… By Priyanshu Rajput | May 13, 2025 FastAPI 102: How to Build GET, POST, PUT, and DELETE Endpoints As a second article in our FastAPI, we are gonna learn about API Endpoints and How to handle request and response like a Pro. By Projects Explained | May 13, 2025 FastAPI 102: How to Build GET, POST, PUT, and DELETE Endpoints As a second article in our FastAPI, we are gonna learn about API Endpoints and How to handle request and response like a Pro. By Projects Explained | May 13, 2025 13 Python Scripts To Automate Your Daily Tasks Real Python Scripts I Use to Save Time, Stay Organized, and Avoid Daily Frustrations By PURRFECT SOFTWARE LIMITED | May 13, 2025 Matplotlib Alternatives That Actually Save You Time If you