Python/FastAPI/Django – Weekly News Summary – 27/01/2025 to 02/02/2025
#Pybites Bridging the Skills Gap Across Africa with Pybites When Bob and I first started Pybites, there was no way I could have imagined it’d grow to what it is today. Launching our first products was a massive moment for us both, not just because these were ways to sustain the business, but because we were actually HELPING people. People were coming to us…#News By Julian Sequeira | Jan 29, 2025 #Real Python How to Split a Python List or Iterable Into Chunks This tutorial provides an overview of how to split a Python list into chunks. You'll learn several ways of breaking a list into smaller pieces using the standard library, third-party libraries, and custom code. You'll also split multidimensional data to synthesize an image with parallel processing.#intermediate #python By – | Jan 27, 2025 Providing Multiple Constructors in Your Python Classes In this step-by-step tutorial, you'll learn how to provide multiple constructors in your Python classes. To this end, you'll learn different techniques, such as checking argument types, using default argument values, writing class methods, and implementing single-dispatch methods.#intermediate #python By – | Feb 01, 2025 Python & APIs: A Winning Combo for Reading Public Data In this tutorial, you'll learn what APIs are and how to consume them using Python. You'll also learn some core concepts for working with APIs, such as status codes, HTTP methods, the requests library, and much more. You'll also see a few examples of real-life APIs and how to consume them.#intermediate #api By – | Feb 01, 2025 Natural Language Processing With spaCy in Python In this step-by-step tutorial, you'll learn how to use spaCy. This free and open-source library for natural language processing (NLP) in Python has a lot of built-in capabilities and is becoming increasingly popular for processing and analyzing data in NLP.#intermediate #data-science By – | Feb 01, 2025 Build a Tic-Tac-Toe Game With Python and Tkinter In this step-by-step project, you'll learn how to create a tic-tac-toe game using Python and the Tkinter GUI framework. Tkinter is cross-platform and is available in the Python standard library. Creating a game in Python is a great and fun way to learn something new and exciting!#intermediate #gamedev #gui By – | Feb 01, 2025 Top Python Game Engines In this tutorial, you'll explore several Python game engines available to you. For each, you'll code simple examples and a more advanced game to learn the game engine's strengths and weaknesses.#basics #gamedev By – | Feb 02, 2025 Build a Dice-Rolling Application With Python In this step-by-step project, you'll build a dice-rolling simulator app with a minimal text-based user interface using Python. The app will simulate the rolling of up to six dice. Each individual die will have six sides.#basics #projects By – | Feb 02, 2025 Develop Data Visualization Interfaces in Python With Dash In this tutorial, you'll learn how to build a dashboard using Python and Dash. Dash is a framework for building data visualization interfaces. It helps data scientists build fully interactive web applications quickly.#intermediate #data-science #data-viz By – | Feb 02, 2025 Build a Quiz Application With Python In this step-by-step project, you'll build a Python quiz application for the terminal. Your app will ask you multiple-choice questions that you can use to strengthen your own knowledge or challenge your friends to test theirs.#basics #projects By – | Feb 02, 2025 #PyCoders Issue #666: – Monkeypatching Django, LLMs with Python, RegExes, and More By – | Jan 28, 2025 #Medium Building Multi-Tenant SSO and Webhooks with Fief: A Hands-On Guide for Python and Flask When building modern web applications, user authentication and Single Sign-On (SSO) can quickly become critical components. By Jared Weisinger | Jan 27, 2025 Deploy a python web application to production offline server The python application is hosted using Gunicorn webserver. Since the production server does not have internet, so along with python… By Himanshu Pratap | Jan 27, 2025 FastAPI CRUD operation with SQLAlchemy database. This is a step-by-step guide for performing the CRUD operation with a database using FastAPI. By Ajay Gohil | Jan 27, 2025 Distributed Systems: Designing Scalable Python Backends Almost all systems today connected through the World Wide Web are distributed systems. Distributed systems are a group of multiple… By Michael C Ezeana | Jan 27, 2025 Rethinking the frontend with HTMX I’ve done a lot of work with FastAPI, and that led me to FastHTML. Now this library is far from ready to real use, but one of its… By Marc Nealer | Jan 27, 2025 Building flask-jeroboam: bringing a taste of FastAPI to Flask A couple of years ago, my team was responsible for maintaining a medium-sized Flask application that powered our back office. Like many… By Jean-Christophe Bianic | Jan 27, 2025 FastAPI Tutorial: Building APIs with Python FastAPI is a fast and modern Python framework for creating APIs effortlessly. By agus abdul rahman | Jan 27, 2025 How To Install And Use DeepSeek R-1 In Your Local PC n the high-stakes world of artificial intelligence, it’s not every day that a scrappy newcomer steps into the ring and lands a punch square… By Ayushman Pranav | Jan 27, 2025 10 Advanced Python Libraries Every Senior Developer Should Know Master these advanced Python concepts to elevate your coding skills and thrive as a senior developer in the tech industry. By PURRFECT SOFTWARE LIMITED | Jan 27, 2025 Small Training Dataset? You Need SetFit The enterprise-friendly way to train NLP classifiers with Python in 2025 By Matt Chapman | Jan 27, 2025 Unlocking the Potential of Meta LLaMA: A Deep Dive into Its Design, Architecture, and Applications How Meta LLaMA Redefines Efficiency and Flexibility in Large Language Models By Shenggang Li | Jan 28, 2025 Nine Pico PIO Wats with MicroPython (Part 2) Raspberry Pi programmable IO pitfalls illustrated with a musical example By Carl M. Kadie | Jan 28, 2025 Full-stack RAG: FastAPI Backend (Part 1) All of my articles are 100% free to read. Non-members can
