#Real Python
Sets in Python
In this tutorial, you'll learn how to work effectively with Python's set data type. You'll learn how to define set objects and discover the operations that they support. By the end of the tutorial, you'll have a good feel for when a set is an appropriate choice in your programs.
#basics #python
By – | May 05, 2025
Python's T-Strings Coming Soon and Other Python News for May 2025
Python 3.14 final alpha adds template strings, Django gets updates, plus a look ahead at major Python conferences and ecosystem developments.
#community
By – | May 05, 2025
Python's T-Strings Coming Soon and Other Python News for May 2025
Python 3.14 final alpha adds template strings, Django gets updates, plus a look ahead at major Python conferences and ecosystem developments.
#community
By – | May 07, 2025
Marimo: A Reactive, Reproducible Notebook
Discover how marimo notebook simplifies coding with reactive updates, UI elements, and sandboxing for safe, sharable notebooks.
#intermediate #data-science #editors #python #tools
By – | May 07, 2025
How to Group Data Using Polars .group_by()
Start using Polars .group_by() to make sense of your data. This tutorial shows you how to group, aggregate, and reveal hidden insights with hands-on examples.
#intermediate #data-science #python
By – | May 11, 2025
#Python Insider
Python 3.14.0 beta 1 is here!
By Hugo | May 07, 2025
#PyCoders
Issue #680: – Thread Safety, Pip 25.1, DjangoCon EU Wrap-Up, and More
By – | May 06, 2025
#Medium
Using Flask with Marshmallow: Clean, Powerful Serialization for Modern APIs
When you’re building a full-stack application, especially one with a Flask backend and a React frontend, how your data moves between the…
By Razul189 | May 05, 2025
[SOLVED] How to fetch real-time google cloud run job logs?
By Ted James | May 05, 2025
Setting Up the Backend with FastAPI
In the last blog, we went through the setup of the React frontend for our Resume Analyzer project. Now, let’s dive into the backend setup…
By Gaurikhard | May 05, 2025
The Client Demo Problem: How AtlasServer Solves It
Every Freelance Developer’s Dilemma
By Fredy | May 05, 2025
The Power of Views: How NumPy Avoids Copies and Saves Memory
Part 2: NumPy Like a Pro: A Deep Dive Into Arrays and Performance
By Sascha Kirch | May 05, 2025
10 Python Automation Scripts That Will Make My Life Easier
Real-world time-saving hacks I built using Python — perfect for busy people, side hustlers, and productivity lovers.
By PURRFECT SOFTWARE LIMITED | May 05, 2025
[SOLVED] Django Formset Nested Structure Not Posting Correctly for Dynamic Fields
By Ted James | May 05, 2025
[SOLVED] How to Add "lang" Attribute to a <pre> Tag in python-markdown?
By Ted James | May 05, 2025
Class-Based Views vs. Function-Based Views in Django REST Framework: A Beginner’s Guide
Not a premium member : READ HERE
By Sagar Sangwan | May 05, 2025
Class-Based Views vs. Function-Based Views in Django REST Framework: A Beginner’s Guide
Not a premium member : READ HERE
By Sagar Sangwan | May 05, 2025
🐳 How to Dockerize a Flask App (Without Losing Your Mind)
Flask is lightweight. Docker is powerful. Combine them, and you’ve got a Python app that’s deployable anywhere — clean, consistent, and…
By Priyanshu Rajput | May 05, 2025
Mastering Python’s Built-in Functions: Your Swiss Army Knife for Rapid Development
By Anjan Paul | May 05, 2025
🚀 Building an API Gateway Using FastAPI: A Modern API Router
As applications grow, managing microservices becomes increasingly complex. One effective strategy is to route all service traffic through…
By Aalam Info Solutions LLP | May 05, 2025
Why I get “KeyError” exception in django instead of “This field is required” exception on the form…
I’m new to Django, I have a registration form, Everything works fine If I fill all fields and when I don’t fill all the fields. But when I…
By Ted James | May 05, 2025
Django_005: Creating Model Forms
This post builds on my previous post, Django_004: Rendering Database Data into Django Templates, where we explored rendering database data…
By CodeAddict | May 05, 2025
Deploy a FastAPI App on DigitalOcean in Minutes (No Server Admin Needed!)
If you’ve built something cool with FastAPI and want to share it with the world — you’re in the right place.
By Daniel García | May 05, 2025
[SOLVED] How to disable Django Debug Toolbar while rendering a template?
By Ted James | May 05, 2025
Is it correct to modify `django.db.connections.databases` dynamically to multiple databases?
This is my first time developing a multi-tenant SaaS application in Django. In this SaaS each company has its own PostgreSQL database, and…
By Ted James | May 05, 2025
Stop Writing Ugly Loops: Master List Comprehension in Python Today
Why write 5 lines of code when you can write just one? Learn how pros keep it clean
By Aliyan Shaikh | May 05, 2025
Deploying Django Applications on AWS App Runner
AWS App Runner is a fully managed service that simplifies the deployment of containerized web applications and APIs. It automatically…
By Sibinraziya | May 05, 2025
How I Built a Web Scraper in Python in Just 15 Minutes!
Because sometimes, you just want the data without begging a website to give it to you.
By Aysha R | May 05, 2025
Deploying Django Applications on AWS Fargate
Table of Contents
By Sibinraziya | May 05, 2025
Optimising your Docker Image for Speed, Size, and Security
The ultimate guide for writing your Dockerfiles
By Jake Teo | May 05, 2025
Part 2: Enhancing Airtable + FastAPI + Airflow Integration with Dynamic Movie Requests, Interfaces…
In my previous blog(Automating Movie Data Management with Airtable, FastAPI, and Apache Airflow), I showcased an initial automation…
By Dalbeer Singh Toor | May 05, 2025
Deploying a Spring Boot Application on AWS Fargate
Table of Contents
By Sibinraziya | May 05, 2025
The Dice That Knew the Universe: What 100 Million Rolls Revealed About Life, Science, and…
From random numbers to profound insights on life, order, and balance.
By Rohit Kumar Gupta | May 05, 2025
[SOLVED] Django 5.1 — UserCreationForm won't allow empty passwords
By Ted James | May 05, 2025
MVC, MVP, and MVVM: Simple in Appearance, Powerful in Practice
MVC Framework
By Leapcell | May 05, 2025
[SOLVED] What is the best way to have all the timezones as choices for a Django model?
By Ted James | May 05, 2025
Solving 6 Types of Hallucinations in Small LLMs: A Hands‑On Guide
Copy Mechanism, Lookback Lens and more!
By Fareed Khan | May 05, 2025
Quantization-Aware Training With PyTorch
The key to deploying incredibly accurate models on edge devices
By Sahib Dhanjal | May 05, 2025
[SOLVED] Google OAuth 2.0: Login with Google works on localhost, but it doesn't work on hosting
By Ted James | May 05, 2025
Node.js vs FastAPI — A Glorious Battle of the Backend Titans (With Absolutely No Bias Whatsoever)
Welcome, brave developer, to the Thunderdome of Web Frameworks, where two mighty gladiators enter, and… well, they both sort of just keep…
By Ramesh kannan s | May 05, 2025
How to Build AI Search for Your WordPress Blog
Add smart AI search to your WordPress blog using Python, Flask, and sentence embeddings. Improve blog relevance and boost user engagement.
By Jayant Jain | May 05, 2025
📚 How to Use Swagger & ReDoc Documentation in FastAPI — A Complete Guide
One of the standout features of FastAPI is its automatic interactive API documentation. Out of the box, FastAPI generates docs for your…
By Ramesh kannan s | May 05, 2025
🗜️ Boost FastAPI Performance with Gzip Compression for Large Responses
APIs are all about speed, efficiency, and smooth user experience. But what happens when your FastAPI app starts returning large JSON…
By Ramesh kannan s | May 05, 2025
Enums or Dictionary: Choose Wisely while writing code
By Bal Govind | May 05, 2025
[SOLVED] Django using get_user_model vs settings.AUTH_USER_MODEL
By Ted James | May 05, 2025
GroqStreamChain chat application.pngBuilding
In the ever-evolving world of artificial intelligence, the potential for real-time AI-powered chat applications is vast. Today, I’ll walk…
By Promila Ghosh | May 05, 2025
⚔️ Litestar vs. FastAPI — Battle of the Pythonic Web Titans 🐍
Litestar vs. FastAPI — a quick, modern showdown of Python’s top async web frameworks. Who wins and why?
By Sanjay Prajapati | May 05, 2025
⚔️ Litestar vs. FastAPI — Battle of the Pythonic Web Titans 🐍
Litestar vs. FastAPI — a quick, modern showdown of Python’s top async web frameworks. Who wins and why?
By Sanjay Prajapati | May 05, 2025
SOLIDifying My Code.
Recently, I undertook a significant refactor of my Django project to improve the maintainability and testability of my codebase…
By MRadhitya Utomo (Tomi) | May 05, 2025
Real-World Use Case: Paginating a Product Catalog API
Imagine we are building an e-commerce API that returns a list of products. The dataset contains millions of products, and users need to…
By Ewho Ruth | May 06, 2025
Real-World Use Case: Paginating a Product Catalog API
Imagine we are building an e-commerce API that returns a list of products. The dataset contains millions of products, and users need to…
By Ewho Ruth | May 06, 2025
Deploying a Flight Delay Prediction API with FastAPI, Docker, and GitLab CI/CD
Introduction
By Jake Hotchkiss | May 06, 2025
Django Migrations: The Quick Guide to Not Losing Your Mind
Understanding Your DB Schema’s Heart: why migrations and how to get along well with them
By Jose Daniel García Suero | May 06, 2025
[SOLVED] How to add custom view to django admin interface?
By Ted James | May 06, 2025
[SOLVED] how to add token auth to swagger + django rest framework?
By Ted James | May 06, 2025
Fixing Traffic Spike Issues
How I Fought ELB 4xx Errors with Kernel Tuning, Task Rebalancing, and a Strategy Shift
By imissyoubrad | May 06, 2025
[SOLVED] Manually access content from Form fields in Django
By Ted James | May 06, 2025
[SOLVED] Django problem with request.get to postgresql
By Ted James | May 06, 2025
Linear Programming: Managing Multiple Targets with Goal Programming
Part 6: Balancing multiple objectives using the weights and preemptive goal programming approaches
By Jarom Hulet | May 06, 2025
What’s Happening to Embeddings During Training?
A study on the spatial dynamics under different training strategies.
By Hang Yu | May 06, 2025
Easy Tile Grid Maps with Python and Plotly
A reusable template for a popular infographic
By Lee Vaughan | May 06, 2025
[SOLVED] Division between two annotations
By Ted James | May 06, 2025
[SOLVED] How does Django know the path to my database?
By Ted James | May 06, 2025
Building Better Web Apps with FastAPI
Six key lessons from my development process with a new Python framework
By Andy Storey | May 06, 2025
How to Build a Production-Grade Authentication System in FastAPI
With Custom Model Mixins, JWT, and Full Database Integration
By Jerry Luong | May 06, 2025
Django 5.2 Officially Released 🎉 Here’s What’s New and Why You Should Upgrade
Explore the latest features, improvements, and updates in Django 5.2 and why upgrading is a smart move!
By Pythonworld | May 06, 2025
Mind-Blowing Python Features You’re Not Using Enough!
Discover underrated Python features that can simplify your code, boost performance, and make you a more efficient developer! 🚀
By Pythonworld | May 06, 2025
12 Hidden Gem Django Libraries You Should Know About!
These 12 underrated Django libraries can save you hours, improve performance, and add superpowers to your applications.
By Pythonworld | May 06, 2025
[SOLVED] Authorization Headers is missing using c# client
By Ted James | May 06, 2025
Optimizing Django Forms: Custom Widgets, Field Validation, and Dynamic Forms
Introduction
By Ankita Patel | May 06, 2025
Your App Can’t Party Hard? Time to Teach It Connection Pooling!
Part 2: The Solution
By Nitin Singh | May 06, 2025
Want to Build a Website or App Without Breaking the Bank?
If you’ve got an idea for a website, app, or tech project, but you’re worried about the cost, you’re in the right place! At NextGen Coders…
By Osama Zahid | May 06, 2025
Django Cassandra DB Integration
Introduction to Cassandra with Django
By Sibinraziya | May 06, 2025
Django Amazon DynamoDB Integration
Introduction to DynamoDB with Django
By Sibinraziya | May 06, 2025
SonicSig: How I Built a Hybrid Fingerprint & Embedding Powered Song Recognizer
This article goes over my process of combining classic audio fingerprinting and deep learning to make a robust song recognition web app
By Shashvat Singh | May 06, 2025
🔐 Building a Flask API with JWT Authentication from Scratch (No Magic, Just Python!)
Ever tried building an API and thought, “Okay, but how do I secure this thing?” You’re not alone. In the wild world of web development…
By Priyanshu Rajput | May 06, 2025
FastAPI with Django ORM: Step-by-Step Tutorial (2025)
FastAPI is one of the hottest frameworks for building fast, modern APIs in Python. It’s async-ready, super quick, and comes with automatic…
By Sahil Fruitwala | May 06, 2025
Puppeteer — An Extremely Powerful Tool for Web Scraping and Automation
Puppeteer: A powerful Node.js & Python tool for web scraping, automation & dynamic content. Faster than Selenium, supports screenshots…
By Meng Li | May 06, 2025
How to Deploy AI Agents Using Django and Celery on AWS with Terraform (Full Guide) — Part 2…
When building scalable AI applications with Django and Celery, deploying to the cloud is inevitable — and AWS with ECS Fargate offers a…
By Cubode Team | May 06, 2025
🛡️ Flask Under Attack? Not on My Watch!
Secure Your Flask App with HTTPS, CSRF Protection, and Best Practices
By Priyanshu Rajput | May 06, 2025
Distill-then-Detect: A Practical Framework for Error-Aware Machine Learning
Leveraging Teacher Uncertainty, Student Distillation, and Conformal Calibration to Diagnose and Flag High-Risk Predictions
By Shenggang Li | May 06, 2025
connection error between two devices: ImportError: libmariadb.so.3:
I have two devices that I use as MySql server and Django server. My system, which works on my development device, becomes inoperable when…
By Ted James | May 06, 2025
Implementing Pagination in a Frontend App (React + Django API)
Now that we’ve set up pagination in Django REST Framework, let’s integrate it into a React frontend. We’ll create a paginated product list…
By Ewho Ruth | May 07, 2025
Implementing Pagination in a Frontend App (React + Django API)
Now that we’ve set up pagination in Django REST Framework, let’s integrate it into a React frontend. We’ll create a paginated product list…
By Ewho Ruth | May 07, 2025
🔹 Bootstrap-Styled Pagination in Django REST Framework
To make pagination controls more visually appealing, you can style them using Bootstrap.
By Ewho Ruth | May 07, 2025
🔹 Bootstrap-Styled Pagination in Django REST Framework
To make pagination controls more visually appealing, you can style them using Bootstrap.
By Ewho Ruth | May 07, 2025
Customizing HTML Pagination Controls in Django REST Framework
When using Django REST Framework (DRF), the browsable API automatically displays pagination controls when a pagination class is used. You…
By Ewho Ruth | May 07, 2025
Customizing HTML Pagination Controls in Django REST Framework
When using Django REST Framework (DRF), the browsable API automatically displays pagination controls when a pagination class is used. You…
By Ewho Ruth | May 07, 2025
Building a Modern Django Site: The Powerful Wagtail CMS and TailwindCSS Stack
Today we will build a solid foundation for a Django website from scratch by combining the beautiful Wagtail CMS with the well-known…
By Jaap Broeders | May 07, 2025
🔄 AJAX-Powered Bootstrap Pagination in Django REST Framework
If you want pagination without full-page reloads, you can use AJAX with Bootstrap. This improves user experience by fetching new pages…
By Ewho Ruth | May 07, 2025
🔄 AJAX-Powered Bootstrap Pagination in Django REST Framework
If you want pagination without full-page reloads, you can use AJAX with Bootstrap. This improves user experience by fetching new pages…
By Ewho Ruth | May 07, 2025
What Happened When I Put a Causal ML Model to The Test
Causal models promise better causal estimates compared to traditional ML — but do they always deliver?
By Samuele Mazzanti | May 07, 2025
Python Code Quality: Style Conventions and Linting Tools
Guide to Python Code Style and Checking Tools
By Leapcell | May 07, 2025
Streamlining Database Migrations with Alembic: A Python-Powered Guide for Developers
Ever tried renovating your home while still living in it?
By Deepak Singh Rajput | May 07, 2025
You Don’t Need to Know Everything About Python
It took me longer than expected to understand this.
By Kiran Maan | May 07, 2025
🚀 One Flask to Rule Them All: Centralize Your Dash, Taipy, and Python Dashboards with a Beautiful…
Tired of scattered dashboards in teams using Dash, Streamlit, Taipy, Flask, or custom tools? Here’s how to centralize them into one…
By Leo Liu | May 07, 2025
🚀 One Flask to Rule Them All: Centralize Your Dash, Taipy, and Python Dashboards with a Beautiful…
Tired of scattered dashboards in teams using Dash, Streamlit, Taipy, Flask, or custom tools? Here’s how to centralize them into one…
By Leo Liu | May 07, 2025
Session Management in Multi-Container Environments Using Redis
Introduction
By sreehari s kumar | May 07, 2025
Django AWS SES (Simple Email Service) Example
Here’s a complete example of how to configure Django to send emails using Amazon SES (Simple Email Service).
By Sibinraziya | May 07, 2025
PEP 751 Review: The New Standard for Python Dependency Management
A standardized file format solves fragmentation, ensures cross-tool compatibility, and enforces security
By Yang Zhou | May 07, 2025
[SOLVED] Python flask-cors ImportError: No module named 'flask-cors' Raspberry pi
By Ted James | May 07, 2025
🏰 Understanding Django Models, Views, and Templates (MVT) — The Fun Way 🎉
Let’s face it: learning Django’s MVT architecture can sound like studying blueprints for a medieval castle — confusing and kind of boring…
By Priyanshu Rajput | May 07, 2025
📝 How to Handle Forms in Flask the Right Way (Without Losing Your Mind)
Let’s face it — handling forms in web development is one of those things that sounds easy… until it isn’t. You go from “just a simple…
By Priyanshu Rajput | May 07, 2025
Getting Started with Django: The Web Framework for Perfectionists with Deadlines
If you’ve ever thought about building a website with Python, you’ve probably heard of Django. But what is it, and why is it such a big deal…
By Johan L | May 07, 2025
Getting Started with Django REST Framework (DRF): Build Powerful APIs with Python
Ever wondered how your favorite apps connect to servers to send and receive data? That magic often happens through APIs — and Django REST…
By Johan L | May 07, 2025
Ambatuscrum #9: Monitorama: Taming Your Django Dragons
Modern web applications demand more than just functionality — they must be reliable, fast, and transparent when things go wrong. In this…
By Soros F | May 07, 2025
List Comprehension in python
List is a mutable collection in python but if we want to do some operation over the values of list based on some condition and create a new…
By Surajit Mishra | May 08, 2025
Smart Recipe Application Tutorial with Django and MongoDB
Rapid AI: Powered Applications With the Django-MongoDB Backend and Voyage API
By Major League Hacking | May 08, 2025
A Data Scientist’s View of Running R in Visual Studio Code
VS Code combines R and Python development, borrowing features from dedicated environments from both languages. This article reveals…
By John Mark Agosta | May 08, 2025
Django Export data from the admin page like a pro
Django admin’s interface is a powerful tool for handling and managing your data. While it gives a very simple and effective interface for…
By Mustafa Khorakiwala | May 08, 2025
Zero-Downtime Django Deployments on Kubernetes: Mastering Blue-Green Deployment and Migrations
Deploying Django applications in production using Kubernetes offers scalability, resilience, and ease of automation. However, one common…
By Pranav Dixit | May 08, 2025
Understanding the 9 Types of Indexes in PostgreSQL
Detailed Explanation of Nine Main Index Types in PostgreSQL
By Leapcell | May 08, 2025
Test-Driven Development (TDD) in Django: Best Practices for Modern Software Iteration
In the fast-paced world of software development, delivering scalable, maintainable, and high-quality applications requires more than just…
By Naufal Ichsan | May 08, 2025
Understanding Django Serializers: The Bridge Between Data and APIs
When building web applications with Django, especially those that involve APIs, one term you’ll come across frequently is serializer. For…
By Shiladitya Majumder | May 08, 2025
Learning FastAPI — 11: Using GraphQL
GraphQL is the data query and manipulation language for the API. GraphQL is more flexible, efficient, and accurate as compared to REST. A…
By Alen Sabu | May 08, 2025
🚀 Deep Dive into Content Negotiation in DRF
🔹 What is Content Negotiation?
By Ewho Ruth | May 08, 2025
Hey there! The Text Analysis Tool is here to help you out.
This project is designed to offer quick and accurate text analysis through a simple and interactive web interface. It allows users to gain…
By Fatma Nur ÇETİNTÜRK | May 08, 2025
Moving Python Services to Production: A Developer’s Guide to Best Practices
When building Python applications, many developers focus on making sure everything works on their local machine. But running these services…
By Yashed Thisara | May 08, 2025
How to Build an AI Chatbot in Django using Google Gemini API (Beginner-Friendly)
Want to build your own AI chatbot inside a Django app? You’re in the right place! In this beginner-friendly guide, I’ll show you how to…
By Oviyan S | May 08, 2025
Level Up Coding
“This is a personal account of how I overcame my fear of coding by using LLMs like ChatGPT, Gemini, and Cursor. It details the shift from…
By Sami | May 08, 2025
Securing My Flask App with Entra ID: A Real-World Guide (and a Real Emotional Journey)
aka: How Azure AD made me question my Flask loyalty and my life choices
By Fabian | May 08, 2025
Deploying a Django Application on Azure App Service
Table of Contents
By Sibinraziya | May 08, 2025
This Python Framework Cut API Latency by 90% — Here’s How!
API latency is a critical metric for any application that relies on real-time data processing. Whether you’re building a microservice, a…
By DevRooted | May 08, 2025
🧠 The Hidden Power of Flask’s g and Application Context: Why It’s a Game-Changer
Flask is known for being lightweight and flexible, but behind its minimalist surface lies some serious firepower — and one of the most…
By Priyanshu Rajput | May 08, 2025
⚔️ ASGI vs. WSGI — Battle of the Pythonic Web Titans 🐍
Understand the key differences between ASGI and WSGI for Python web apps. Discover when to use which and why it matters.
By Sanjay Prajapati | May 08, 2025
🚀 Third-Party Pagination Packages for Django REST Framework (DRF)
While DRF provides built-in pagination classes, third-party packages offer more flexibility and customization.
By Ewho Ruth | May 09, 2025
DRF Tutorial 5: Relationships & Hyperlinked APIs
In this tutorial, you’ll improve the structure of your Django REST Framework (DRF) API by introducing hyperlinking between entities instead…
By Ewho Ruth | May 09, 2025
Django Models Explained: The Backbone of Your Database in Python
If you’re starting out with Django and wondering how it magically connects your app to a database — this post is for you. Let’s demystify…
By Johan L | May 09, 2025
Django Views Made Simple: How Your App Thinks and Responds
So you’ve defined your models and set up URLs — what happens when a user visits your site? That’s where Django Views come in. They’re the…
By Johan L | May 09, 2025
Django Templates 101: Making Your Python App Look Good
You’ve built the backend, set up views, and maybe even created a few models. But your site still returns plain text? That’s where Django…
By Johan L | May 09, 2025
🚀 API Versioning in Django REST Framework (DRF)
API versioning is essential for managing breaking changes while ensuring backward compatibility. DRF provides multiple versioning schemes…
By Ewho Ruth | May 09, 2025
11 Python Libraries Every AI Engineer Should Know
Simple, powerful tools to level up your AI projects — from a fellow engineer’s experience.
By PURRFECT SOFTWARE LIMITED | May 09, 2025
Profiling FastApi using pyroscope & Docker compose
Profiling a FastAPI App with Pyroscope
By Maksim Lysenko | May 09, 2025
Learning FastAPI — 12: HTML with FastAPI
You can render html files with FastAPI making a fully fledged application on your own.
By Alen Sabu | May 09, 2025
Can PostgreSQL Be a Search Engine? Yes, You Might Not Need Elasticsearch
The Principle of Inverted Index
By Leapcell | May 09, 2025
25 Python Tricks Every Developer Should Know in 2025
Master Python in 2025 by learning 25 powerful tricks every developer should know. Boost your skills, write cleaner code, and level up with…
By Meena Jadhav | May 09, 2025
Learn Data Science Like a Pro: Data Structures #Day3
Set It and Forget It: The Python Way to Clean Data
By Ritesh Gupta | May 09, 2025
Supercharging Your Django Application with Redis
Introduction
By Somanath Balakrishnan | May 09, 2025
Distributed Scheduling Gone Wrong: The Celery Beat Trap (And How We Escaped)
Recently, I've been working on a classic problem that every distributed system must tackle. Curious what it is and how I solved it?
Let me…
By Sudarshan Mondal | May 09, 2025
I Thought Google OAuth Would Take 30 Minutes. It Took Me 6 Hours.
I’m a mathematician. Not a web developer. But when you build a Flask-based tool for your students (or clients, or users), eventually…
By Leox | May 09, 2025
I Taught My Fridge Inventory to Text Me When I’m Out of Milk
A Python-powered smart fridge project that’s 40% tech, 30% chaos, and 100% more efficient than my memory.
By Konna Giann | May 09, 2025
🚀 Skyrocket Your Python APIs: A Beginner’s Guide to FastAPI
Master FastAPI’s async-first, type-hinted magic and ship APIs in minutes.
By Shobhit Agarwal | May 09, 2025
GraphQL Abstraction Layer for Databricks Lakehouse
git repo https://github.com/laurencewells/GraphQL-Lakehouse
By Laurence Wells | May 09, 2025
Django AWS SNS Integration: Complete Example
This guide provides a complete example of integrating AWS SNS (Simple Notification Service) with a Django application, including sending…
By Sibinraziya | May 09, 2025
Dynaconf: Powerful Python Config & Secrets Management
Dynaconf: Powerful Python config tool for multi-format, env vars & secrets. Secure, flexible & Django/Flask-ready. Simplify your dev…
By Meng Li | May 09, 2025
Building a Telegram Daily Summary Bot: Leveraging Local LLMs for Group Chat Analysis
Introduction
By Farzaadshojaei | May 09, 2025
Model-View-Tool (MVT): A New Architecture for Agent-Powered Web Apps
Today, most of the web — backend or frontend — is built around what we loosely call the MVC paradigm. MVC stands for Model-View-Controller…
By Don Michael | May 09, 2025
Medium Translator (Next)
This is Medium Translator update for users with subscription. It allows to get full article translation. Two methods are proposed, Desktop…
By Stéphane Chalon | May 09, 2025
Simple local development to debug SSL, CORS and CSRF issues
Here, I show you how to get set up with Caddy, enabling you to debug CORS/CSRF for complex backend / frontend configurations
By Tom Clark | May 09, 2025
GITHUB PREPARATION FOR DJANGO PROJECT
Using a .env file in your Django project is a widely recommended practice for managing configuration variables, especially sensitive ones…
By Murat Bilal | May 09, 2025
Groups and Permissions in Django REST Framework: Secure Your APIs Like a Pro
Building an API is fun—until you realize you don’t want everyone accessing everything. That’s where Django REST Framework’s (DRF) powerful…
By Johan L | May 10, 2025
Mastering Hexagonal Architecture with FastAPI: Build a Clean and Scalable Todo App
Build a scalable Todo App with FastAPI using Hexagonal Architecture and clean code principles.
By Francisco Perez | May 10, 2025
Zero-shot forecast with Moirai-MoE
Forecasting Time Series data is now easier than ever
By Dr. Carmen Adriana Martínez Barbosa | May 10, 2025
PyTorch Tensors Explained
From Memory Usage to AutoGrad in PyTorch
By Matthew Gunton | May 10, 2025
A Detailed Introduction to Causal Inference
Introducing Causal Inference concepts with DoWhy code in Python.
By Gustavo R Santos | May 10, 2025
Exploratory Data Analysis: Radiation Monitoring with Python and Geiger Counter
Collecting and Processing of the Geiger–Müller Tube Data
By Dmitrii Eliuseev | May 10, 2025
Python 3.14 Explained: 7 Best Features You Need to Know
Python has always been the go-to language for simplicity, flexibility, and power. And now, Python 3.14 is here to make things even better…
By Ajaymaurya | May 10, 2025
Django Admin Panel: An Underrated Blessing for Developers
If you’ve ever worked with Django, chances are you’ve seen the admin.py file. Many developers think Django's admin panel is just a basic…
By Mojtaba Azad | May 10, 2025
BRIN Indexing in Django: Fast Queries on Large Tables (Explained Simply)
I still remember the moment I ran a seemingly innocent query on a large table and watched my app freeze like it had just seen a ghost. The…
By Mojtaba Azad | May 10, 2025
I Migrated My Django App to PostgreSQL — And Here’s Everything I Wish I Knew
It all started with a slow query. Then another. And another. Until one day, my Django app just… froze. No error. No clue. Just vibes…
By Mojtaba Azad | May 10, 2025
How to Fix CORS in FastAPI
If you’ve developed APIs using FastAPI and encountered issue related to CORS (Cross-Origin Resource Sharing), you’re not alone.
By Cleverzone | May 10, 2025
🚀 FastAPI Parameters Made Easy: A Beginner-Friendly Guide with Real-Life Examples
FastAPI is a modern Python framework that makes building APIs super fast and intuitive. One of its coolest features is how easily it…
By Hafsa Kamali | May 10, 2025
Python FastAPI : The API Speed Secret!
Level Up Your Python APIs Instantly
By Mayur Koshti | May 10, 2025
Integrating AWS Parameter Store with a Django application
AWS Systems Manager Parameter Store (SSM Parameter Store) is a secure, hierarchical storage for configuration data and secrets management…
By Sibinraziya | May 10, 2025
💻 From Zero to Django Hero: How I Built a Blog, To-Do App, and Weather Dashboard (All in One…
Some people binge-watch Netflix on weekends. I binge-built three mini Django apps — a blog, a to-do list, and a weather dashboard. Why…
By Priyanshu Rajput | May 10, 2025
🚫 Stop Pretending You Understand WSGI in Django
Most developers treat WSGI like a black box. In this no-fluff guide, you’ll finally understand how it works, why it matters in 2025, and…
By Am Issath | May 10, 2025
🚀 Handling Long-Running Jobs in FastAPI with Celery & RabbitMQ
📖 Introduction
By mrcompiler | May 11, 2025
Practo clone for learning
Table of Contents
By Rajratan gulab More | May 11, 2025
⚡️ uv: The 100x Faster Python Package Manager You Didn’t Know You Needed (Until Now) 🐍🚀
Discover ‘uv’, the ultra-fast Python package manager. Learn how it replaces pip, poetry, and more with 10x faster installs! 🚀🐍
By Sanjay Prajapati | May 11, 2025
10 Dunder Methods Every Python Developer Should Know! 🚀
Work faster, work better!
By Minh Le Duc | May 11, 2025
FastAPI 101: Setting Up Your First Web API in Minutes
This is going to be one of my new series of 101 on programming. In this series, let’s start with FastAPI 101.
By Projects Explained | May 11, 2025
Django_006: Creating Raw HTML Forms in Django
This post builds on my previous article, Django_005: Creating Model Forms, where we used Django’s ModelForm to create Product entries…
By CodeAddict | May 11, 2025
#Adam Johnson – Blogs
Docker: remove obsolete
If you use Docker Compose, you may see this message:
By Adam Johnson | May 05, 2025
Git: fix a filename case collision
You may encounter this warning when cloning a Git repository:
By Adam Johnson | May 05, 2025
pre-commit: install with uv
pre-commit is my favourite Git-integrated “run things on commit” tool. It acts as a kind of package manager, installing tools as necessary from their Git repositories. This makes it fairly easy to set up: all you need to install is pre-commit itself, and it takes things from there.
By Adam Johnson | May 07, 2025
Docker: disable “What’s next” adverts
On a client project today, I noticed that running docker exec -it tacks this advert on the end of the output:
By Adam Johnson | May 08, 2025
#Python Software Foundation
Announcing Python Software Foundation Fellow Members for Q1 2025! 🎉
By Marie Nordin | May 06, 2025
#Dev.to
Get the Weather: A Clean and Practical Python Script
#python #programming #weather
By DIAMANTINO ALMEIDA | May 05, 2025
The Quest Continues: Porting the Word Game With AsyncSSH
#devrel #programming #asynchronousprogramm #python
By Choon-Siang Lai | May 05, 2025
How to Build a Simple Python Video Stream Server with aiortc?
#python
By Generatecode | May 05, 2025
How to Optimize Chat History and Product Recommendations in LangGraph
#python
By Generatecode | May 05, 2025
Web Scraping with Python: Extracting Data from JavaScript-Rendered Pages with Selenium
#python #webdev #javascript #selenium
By HexShift | May 05, 2025
Web Scraping with Python: Extracting AJAX-loaded Content with Selenium and BeautifulSoup
#python #selenium #webdev #programming
By HexShift | May 05, 2025
Web Scraping with Python: Scraping Images from a Website Using BeautifulSoup
#python #webdev #programming #javascript
By HexShift | May 05, 2025
Web Scraping with Python: Scraping Data Using Requests and lxml
#python #lxml #webdev #programming
By HexShift | May 05, 2025
Web Scraping with Python: Scraping Data from APIs Using Requests
#python #api #webdev #javascript
By HexShift | May 05, 2025
Practical Pydantic: Data Transformation, Aliases, and Validators
#python #pydantic
By Akash | May 05, 2025
Code like an Onion: The Decorator Pattern
#python #design #learning
By Zane Chen | May 05, 2025
Keyword-Only Parameters in Python
#python #parameter #argument #function
By Super Kai (Kazuya Ito) | May 05, 2025
Creating self-healing spiders with Scrapling in Python without AI (Web Scraping)
#webscraping #python #ai #programming
By Karim Shoair | May 05, 2025
How to Fix Django Installation Issues on Pythonista 3.4?
#python
By Generatecode | May 05, 2025
An Introduction to Python: The Versatile Programming Language
#python #pythontutorial #pythonprogramminglanguage #programming
By Python Tutorial | May 05, 2025
How to Fix OpaqueResponseBlocking Error in Media Playback?
#python
By Generatecode | May 05, 2025
How to Replace Names with Categories in a CSV File Using Python?
#python
By Generatecode | May 05, 2025
Positional & Keyword-Only Parameters in Python
#python #parameter #argument #function
By Super Kai (Kazuya Ito) | May 05, 2025
How to Fix 'Out of Balance' Error in Tronpy for TRX Transactions?
#python
By Generatecode | May 05, 2025
Quark’s Outlines: Python Delimiters
#python #programming #delimeters
By Mike Vincent | May 05, 2025
How I Used Python to Almost Crash ChatGPT
#programming #python #chatgpt #webdev
By Abhishak | May 05, 2025
MatrixSwarm v1.0 – The First Agent Operating System with Live HotSwap Mutation
#matrixswarm #python #devops #programming
By Daniel MacDonald | May 05, 2025
My Web Dev Journey Begins: From Zero to Full Stack with 3D (Three.js)
#webdev #javascript #programming #python
By Jayasurya Mahadevan | May 05, 2025
Creating ASCII Art with Python: A Fun Guide to Text Transformations
#python #programming #creativity
By DIAMANTINO ALMEIDA | May 05, 2025
Pydantic in Action: Integrating with FastAPI and SQLAlchemy
#python #pydantic
By Akash | May 05, 2025
Verifying two interpreter engines with one test suite
#programming #rust #python
By Jones Beach | May 05, 2025
Como instalar o Python no Windows, Linux e Mac
#webdev #programming #python #beginners
By rodrigozan | May 05, 2025
Building Voice AI Agents with the OpenAI Agents SDK
#ai #agents #openai #python
By Roman Piacquadio | May 05, 2025
Understanding Recursion in Python — 3 Beginner-Friendly Problems
#webdev #programming #beginners #python
By Peter Muthama | May 05, 2025
MVC, MVP, and MVVM: Simple in Appearance, Powerful in Practice
#django #rails #spring #nestjs
By Leapcell | May 05, 2025
Setting up my home lab
#vibecoding #python #ai
By Hanswillem | May 05, 2025
The Day I Forgot to Close the File
#programming #productivity #python #tips
By BHUVANESH M | May 05, 2025
Python Cheat-Sheet
#cheatsheet #python #programming #beginners
By Kaemon Lovendahl | May 05, 2025
We Listened: Pgai Vectorizer Now Works With Any Postgres Database
#postgres #python #ai #news
By Team Timescale | May 05, 2025
Drawing the Line: What Makes Support Vector Machines So Effective?
#machinelearning #datascience #python #math
By Leonhard Kwahle | May 05, 2025
Dev Diary #1 – Google Agent Development Kit: Lessons I Learned
#ai #python #beginners #devjournal
By Dmitry Protsenko | May 05, 2025
Asyncio Demystified: Rebuilding it From Scratch One Yield at a Time
#python #webdev #tutorial #asyncio
By JB | May 05, 2025
You're Using HTTP Status Codes Wrong — Here's the solution
#webdev #programming #python #backend
By lihil | May 05, 2025
Why Modern Languages Are Ditching the Ternary Operator
#webdev #programming #backend #python
By Leapcell | May 05, 2025
Advanced Pydantic: Generic Models, Custom Types, and Performance Tricks
#python #pydantic
By Akash | May 05, 2025
Flask Nodemon
#flask #python #productivity #webdev
By James dev | May 06, 2025
How I Use Perplexity AI for Web Scraping in Python (and Why You Probably Should Too)
#perplexityai #webscraping #python #crawlbase
By LacrymosaTech | May 06, 2025
FitVision – devlog #3
#python #ai #sideprojects #programming
By Eric Garcia | May 06, 2025
How to Fix 'Python Not Recognized' in Windows PowerShell?
#python
By Generatecode | May 06, 2025
5 WTF Moments in Python
#python #learning
By Zane Chen | May 06, 2025
How We Built a PDF Compression Tool with Python and Flask
#python #webdev #pdf #flask
By Calum | May 06, 2025
LangChain Agent with Bright Data Provider
#ai #python #tutorial #langchain
By Ranjan Dailata | May 06, 2025
Building an Excel Summarizer Using Streamlit, Karo, and LLMs
#ai #programming #python
By Ada-Ihueze | May 06, 2025
Variable assignment in Python
#python #variable #assignment #value
By Super Kai (Kazuya Ito) | May 06, 2025
Encapsulation
#python #programming #oop
By datatoinfinity | May 06, 2025
How to Fix 'Externally Managed Environment' Error in Python Pip
#python
By Generatecode | May 06, 2025
Asistente personal de IA para tus datos. Parte 1: Vector ChromaDB + DeepSeek | GPT
#portugues #python #deepseek #chatgpt
By Amverum Cloud | May 06, 2025
Assistente Pessoal de IA nos Seus Dados. Parte 1: Vector ChromaDB + DeepSeek | GPT
#programming #deepseek #python #chatgpt
By Amverum Cloud | May 06, 2025
Selenium with Python for Beginners: Your First Automation Script
#python #selenium #beginners
By Rishabh parmar | May 06, 2025
The Future of Mobile Apps in 2025–26
#mobile #devops #ai #python
By Webnotics Solutions Pvt. LTD. | May 06, 2025
X官方API获取KOL(目标账号)粉丝量
#python #api #twitter
By drake | May 06, 2025
My Development Favorite Commands Cheatsheet
#linux #nginx #python #productivity
By jur erick | May 06, 2025
Steps to Build Binary Executables for Python Code with GitHub Actions
#gitaction #workflow #automation #python
By Rahul Surya SH | May 06, 2025
TCP client/server with Python
#python #tcp #pikotutorial
By pikoTutorial | May 06, 2025
Essential Python Libraries for Data Science, Machine Learning, and Web Development
#python #beginners #datascience #machinelearning
By Nivesh Bansal | May 06, 2025
Polymorphism
#python #programming #oop
By datatoinfinity | May 06, 2025
|ー ▶︎ [ Wouldn't it be easier if you could trace your data structure with lines? ] ー,ー,ー;
#python #opensource #devtools #debugging
By mtur2007 | May 06, 2025
MatrixSwarm Commit — 2025-05-06
#matrixswarm #python #devops #programming
By Daniel MacDonald | May 06, 2025
The Day I Discovered enumerate()
#productivity #cleancode #tips #python
By BHUVANESH M | May 06, 2025
Vibe Recap of DjangoCon Europe 2025
#django #python #techtalks #webdev
By Will Vincent | May 06, 2025
How to Update Pandas in Python When It's Already Installed?
#python
By Generatecode | May 06, 2025
Parallel LLM Calls from Scratch — Tutorial For Dummies (Using PocketFlow!)
#ai #llm #python #api
By Zachary Huang | May 06, 2025
Why Python is Still a Must-Learn Language in 2025 (And How to Get Started for Free)
#python #programming #ai #webdev
By John Liter | May 06, 2025
Introducing pattern_kit: Clean, Reusable Design Patterns in Python
#python #opensource #designpatterns #productivity
By Mickael Burguet | May 06, 2025
hi dev, i'am here to learn python
#python #tutorial #beginners #learning
By milekh sh | May 06, 2025
how to add an Frame()in python.
#python #discuss
By milekh sh | May 06, 2025
Understanding Recursion in Python: A Beginner-Friendly Guide Part 2
#webdev #programming #beginners #python
By Peter Muthama | May 06, 2025
🚀 Building an Azure OpenAI Chatbot: Challenges, Solutions & Why JavaScript Beats Python for the Web
#azure #ai #javascript #python
By Chaitanya Rai | May 06, 2025
Diving into Tree-Sitter: Parsing Code with Python Like a Pro
#programming #beginners #python #tutorial
By Shrijith Venkatramana | May 06, 2025
New library for Faceone
#webdev #programming #javascript #python
By Zako Mako | May 07, 2025
Shallow Copy & Deep Copy in Python
#python #list #shallowcopy #deepcopy
By Super Kai (Kazuya Ito) | May 07, 2025
🎬 Movie Magic with Python: Your First Steps into IMDb Data using imdbpy
#imdb #api #webdev #python
By Fedor Pasynkov | May 07, 2025
What’s Pythonic way to iterate dictionary?
#python #webdev #programming #beginners
By The Medical Treasure | May 07, 2025
Python Code Quality: Style Conventions and Linting Tools
#python #django #flask #fastapi
By Leapcell | May 07, 2025
Iterable Unpacking in Python
#python #iterable #unpacking #variable
By Super Kai (Kazuya Ito) | May 07, 2025
How to Fix 'Model Not Found' Error in Ollama Library?
#python
By Generatecode | May 07, 2025
anaconda on Xubuntu 24.04
#anaconda #python #ubuntu
By Torsten Brieskorn | May 07, 2025
Rapid AI-powered applications with Django MongoDB and Voyage API
#django #mongodb #voyage #ai
By MongoDB Guests | May 07, 2025
with CodeChrono, track your code, master your time
#programming #opensource #python
By Mehmet T. AKALIN | May 07, 2025
How to Fix PyAutoGUI ImportError with PyScreeze in Python?
#python
By Generatecode | May 07, 2025
First experience with Django
#django #python #webdev #tutorial
By Monte Bruce | May 07, 2025
* for Iterable Unpacking in Python
#python #asterisk #iterable #unpacking
By Super Kai (Kazuya Ito) | May 07, 2025
Nix-Powered Python Development
#nix #python
By Vehbi Sinan Tunalioglu | May 07, 2025
Tired of using pprint to debug nested lists? Try visual structure tracing.
#python #opensource #debugging
By mtur2007 | May 07, 2025
How to Scrape a Website that Requires Login with Python
#python #programming #beginners #tutorial
By Valentina Skakun | May 07, 2025
BASIC of Generative Ai
#webdev #python #ai #basic
By Muskan Fatima | May 07, 2025
How to Fix WebDriverException in Selenium on Mac
#python
By Generatecode | May 07, 2025
How to Fix 'externally-managed-environment' Error in Python?
#python
By Generatecode | May 07, 2025
Matrix in Python
#webdev #programming #beginners #python
By Peter Muthama | May 07, 2025
🧪 5 Weirdly Useful Python Libraries You’ve Probably Never Heard Of (But Will Love)
#programming #webdev #beginners #python
By 0x3d Site | May 07, 2025
This Script Sniffs WiFi Traffic Like Magic
#programming #javascript #python #tutorial
By Resource Bunk | May 07, 2025
Python Script That Writes Other Python Scripts
#programming #beginners #python #ai
By Snappy Tuts | May 08, 2025
How to Control Python Version for Brew Pipx Installations?
#python
By Generatecode | May 08, 2025
How to Use the Phrase 'The Quick Brown Fox' in Python
#python
By Generatecode | May 08, 2025
Class Variable
#python #programming #oop
By datatoinfinity | May 08, 2025
How to Fix 'ModuleNotFoundError: No module named auditwheel' in Python?
#python
By Generatecode | May 08, 2025
Static Method
#python #programming #oop
By datatoinfinity | May 08, 2025
How to Customize the QComboBox with PyQt5 Stylesheets?
#python
By Generatecode | May 08, 2025
Why Does Python Raise SSLCertVerificationError with API Calls?
#python
By Generatecode | May 08, 2025
Understanding the 9 Types of Indexes in PostgreSQL
#django #rails #springboot #postgres
By Leapcell | May 08, 2025
From Chaos to Code: How I Tamed My Life with 100 Lines of Python
#python #productivity #programming #tutorial
By sakethk | May 08, 2025
Real-Time Knowledge Graph for Product recommendation with LLM taxonomy extraction
#showdev #opensource #programming #python
By Linghua Jin | May 08, 2025
Save Hours Managing Ghost with These Python Scripts
#python #ghost #api
By Developer Service | May 08, 2025
How To Create A Python API In Under 15 Minutes
#python #api #beginners #tutorial
By Vaishali | May 08, 2025
Speed Up Your Python Code with These Underrated Tricks
#python #learning #beginners #webdev
By Ramkumar M N | May 08, 2025
Python Programming Language: What It Is and Why You Should Learn It
#python #pythonprogramminglanguage #whatispython #beginners
By Python Tutorial | May 08, 2025
** for Dictionary Unpacking in Python
#python #asterisk #dictionary #unpacking
By Super Kai (Kazuya Ito) | May 08, 2025
Quick Guide — Adding User Authentication to Your Streamlit App
#webdev #python #streamlit
By Keita M | May 08, 2025
How to Impute Missing Values in Polars DataFrame?
#python
By Generatecode | May 08, 2025
Understanding Flyte's Dynamic Workflows: How They Power Scalable ML Pipelines
#programming #mlops #python
By David Espejo | May 08, 2025
How to Engrave Custom Text on Curved Mesh in Blender
#python
By Generatecode | May 08, 2025
How to Fix ImportError: DLL Load Failed for Matplotlib in Python?
#python
By Generatecode | May 08, 2025
What is Pydantic in python
#python #pydantic
By Ankit malik | May 08, 2025
Why and How to Patch a Python Package in Nix
#nix #python
By Vehbi Sinan Tunalioglu | May 08, 2025
The Day I Discovered List Comprehension
#productivity #cleancode #tips #python
By BHUVANESH M | May 08, 2025
Mimesis: The Fake Data Generator That Will Blow Your Mind!
#python #fake #data #testing
By GitHubOpenSource | May 08, 2025
A machine learning library
#ai #python #machinelearning #deeplearning
By NoteDance | May 08, 2025
TensorFlow implementation for optimizers
#ai #machinelearning #deeplearning #python
By NoteDance | May 08, 2025
مفهوم Rest API چیست؟ اصول و مزایا و کاربردها
#programming #python #java #csharp
By tosinso | May 08, 2025
آموزش کار با آرایه ها در سی شارپ: از مقدماتی تا پیشرفته
#programming #csharp #java #python
By tosinso | May 08, 2025
آموزش الگوریتم مرتب سازی درجی (Insertion Sort) + نمونه کد
#programming #java #python #csharp
By tosinso | May 08, 2025
How to Create a Number Guessing Game in Python?
#python
By Generatecode | May 08, 2025
آموزش الگوریتم مرتب سازی انتخابی (Selection Sort) + نمونه کد
#programming #java #python #csharp
By tosinso | May 08, 2025
From Codecademy to Programming: My First Python Flet App For Managing Shopping List
#programming #python #flet #computerscience
By Michael Angelo Rivera Vargas | May 08, 2025
آموزش الگوریتم مرتب سازی حبابی (Bubble Sort) + نمونه کد
#programming #javascript #java #python
By tosinso | May 08, 2025
Zero-Downtime Django Deployments on Kubernetes — Blue-Green Strategy & Safe Migrations
#django #kubernetes #devops #python
By Pranav Dixit | May 08, 2025
Build a Local RAG 💻 with Ollama, Huggingface, FAISS and Google Gemma 3 ✨
#programming #python #ai #tutorial
By Saurabh Rai | May 08, 2025
Realizando tareas asíncronas con Celery y RabbitMQ en Django
#programming #python
By Joaquin | May 08, 2025
How to Build a Simple Budget Tracker Using Python
#python #budget #tracker
By ZVV.com | May 08, 2025
Watching Tutorials Doesn’t Make You an Expert
#programming #discuss #javascript #python
By Leon Martin | May 08, 2025
In the Tech World, There Are SIMPs Too
#discuss #programming #javascript #python
By Leon Martin | May 08, 2025
How to Dynamically Filter Pandas DataFrame by Date in Python?
#python
By Generatecode | May 08, 2025
How to Extend Python Function Signature for Type Safety?
#python
By Generatecode | May 09, 2025
From Input to Impact: How Our RDH Turns Raw Data into Real-Time Signals
#dataengineering #python #automation #devops
By Seth Keddy | May 09, 2025
From Input to Impact: How Our RDH Turns Raw Data into Real-Time Signals
#dataengineering #python #automation #devops
By Seth Keddy | May 09, 2025
YouTubeGO v4.4.11 — Cross-Platform YouTube Downloader (Open-Source, GUI, PyQt5)
#programming #python #desktopapp #opensource
By toxi360 | May 09, 2025
How to Sync Git Repository Dependencies Using uv in Python?
#python
By Generatecode | May 09, 2025
🔐 Crypto is My guy (for Keeping Secrets)
#cybersecurity #python #wireshark #cryptography
By PanicAtTheKernel | May 09, 2025
How to Resolve 120-Second Delay in Simulink and Python TCP/IP Communication?
#python
By Generatecode | May 09, 2025
How to Keep a Scrolling Log Updated in Real-Time with Python and CSS?
#python
By Generatecode | May 09, 2025
How to Prevent URL Encoding in Dash dcc.Location Component?
#python
By Generatecode | May 09, 2025
Can PostgreSQL Be a Search Engine? Yes, You Might Not Need Elasticsearch
#postgres #mysql #django #springboot
By Leapcell | May 09, 2025
Understanding Pydantic Model Validation with Simple Examples
#pydantic #python #pydanticmodel #programming
By Muhammad Atif Iqbal | May 09, 2025
How to Create an Interactive Map with Python and Geoapify Using Folium
#webdev #programming #python #frontend
By Geoapify | May 09, 2025
Introducing the BoldSign Python SDK for Effortless E-Signature Integration
#python #sdk #esignature #saas
By Dhinesh Sekar | May 09, 2025
WraplyPRO – Easy setup maker
#programming #python #java
By Vojtech Adamec | May 09, 2025
Python Lists
#python #learning #programming #productivity
By Ken Karanja Wang'ang'a | May 09, 2025
Is the database setup for small project development too complicated?
#mysql #python #sqlite #programmers
By XianZS | May 09, 2025
When Small Parquet Files Become a Big Problem (and How I Ended Up Writing a Compactor in PyArrow)
#dataengineering #python #data #tutorial
By Olga Braginskaya | May 09, 2025
How to Fix ImportError for xESMF in Python Conda Environment?
#python
By Generatecode | May 09, 2025
The Magic of Python’s *args and **kwargs — Flexible Function Power
#programming #devops #python #tutorial
By BHUVANESH M | May 09, 2025
The Magic of Python’s *args and **kwargs — Flexible Function Power
#programming #devops #python #tutorial
By BHUVANESH M | May 09, 2025
Build Your Own AI Agent that Can Browse the Web and Take Actions 🤖
#programming #ai #python #tutorial
By Emmanuel Onwuegbusi | May 09, 2025
Criando um assistente com IA para documentação técnica – Parte 1: Por que e como comecei esse projeto?
#python #fastapi #ai #opensource
By Gustavo A. Gutkoski | May 09, 2025
Creating an AI Assistant for Technical Documentation – Part 1: Why and How I Started This Project
#python #fastapi #ai #opensource
By Gustavo A. Gutkoski | May 09, 2025
Solving Linear Systems Efficiently using NumPy and SciPy
#mathematics #datascience #python
By Anirban Mukherjee | May 09, 2025
Understanding HTTP Status Codes: Practical Insights for Developers
#restapi #python #backend #beginners
By Doumbouyah DEV | May 09, 2025
You Won't Believe These 27 Hacker Tricks That Still Work in 2025 😱💥
#webdev #programming #beginners #python
By Coco Junk | May 09, 2025
27 INSANE Dev Hacks You’ve Never Seen—Until Now! 🤯🚀
#webdev #programming #beginners #python
By Coco Junk | May 09, 2025
Exploring Mojo: The AI-Optimized Programming Language Bridging Python and C++
#programming #python #programminglanguage #productivity
By Chant Khialian | May 09, 2025
Exploring Mojo: The AI-Optimized Programming Language Bridging Python and C++
#programming #python #programminglanguage #productivity
By Chant Khialian | May 09, 2025
This Week In Python
#python #thisweekinpython
By Bas Steins | May 09, 2025
From Code to Cash: Monetizing Python AI Agents ⚡
#ai #solopreneur #python
By Tarek Oraby | May 09, 2025
Tkinter project: Simple Interest calculator
#python #tkinter #showdev
By Blackmare01wolf | May 09, 2025
* for iterable unpacking in a Python function
#python #asterisk #iterable #unpacking
By Super Kai (Kazuya Ito) | May 09, 2025
What is a Large Language Model (LLM)? A Comprehensive Guide for Developers
#ai #devops #python #tutorial
By Sudhanshu Gaikwad | May 09, 2025
Decoding Tree-sitter Playground Output For Fun
#programming #beginners #python #tutorial
By Shrijith Venkatramana | May 09, 2025
Matrix Pattern Challenges in Python (With Optimized Solutions!)
#webdev #programming #beginners #python
By Peter Muthama | May 09, 2025
What is Dataset in Python?
#webdev #dataset #python #beginners
By Ank | May 10, 2025
The Ultimate AI Experiment: When LLMs Play the Danganronpa Killing Game (Part 1)
#ai #python #nlp #opensource
By Zachary Huang | May 10, 2025
The Ultimate AI Experiment: When LLMs Play the Danganronpa Killing Game (Part 2)
#ai #python #nlp #opensource
By Zachary Huang | May 10, 2025
Syncing Obsidian Notes to Notion by Python Script (Part 1) – Append Content to Existing Pages
#python #obsidian #notion
By koshirok096 | May 10, 2025
Stop Fighting Python's Relative Imports: Meet `run-main` for Smoother Module Execution & Debugging
#python #devtools #opensource #productivity
By Robird | May 10, 2025
Property Decorators
#python #programming #oop
By datatoinfinity | May 10, 2025
How to Skip Cells with Images While Looping in Openpyxl?
#python
By Generatecode | May 10, 2025
💹 Build a Real-Time Crypto Arbitrage Bot Using Python and Graph Theory
#blockchain #python #defi #arbitrage
By Timothy Bright | May 10, 2025
LWR in Machine Learning
#machinelearning #python #programming
By test | May 10, 2025
How to Detect Double Clicks and Press-and-Hold in Pygame?
#python
By Generatecode | May 10, 2025
How to Ensure Consistent Model Predictions in PyTorch?
#python
By Generatecode | May 10, 2025
Secure by design in Python: A FastAPI app with 5 DevSecOps tools and a real time SSTI vulnerability remediation
#python #devsecops #security #webdev
By Matteo Vitali | May 10, 2025
How to Create a Choropleth Map in Python Using Altair?
#python
By Generatecode | May 10, 2025
Why is the URL parameter None in FastAPI from Next.js?
#python
By Generatecode | May 10, 2025
Python GUI full course — Learn GUI development in 15 mins
#python #tkinter #gui #pyuibuilder
By Paul | May 10, 2025
Why is Visual Studio Code Warning About OpenCV Version?
#python
By Generatecode | May 10, 2025
What Does Simple Addition Look Like in 10 Programming Languages?
#webdev #programming #python #javascript
By Christian Mbah | May 10, 2025
What Learning to Code Taught Me About Life (That Therapy Didn’t)
#programming #softwareengineering #python #productivity
By ABDELAZIZ MOUSTAKIM | May 10, 2025
Python for Data Science Cheatsheet
#programming #python #pandas
By Msaghu | May 10, 2025
We started to developing a new video game,
#programming #beginners #python #gamedev
By TEAM REALIZE | May 10, 2025
*args & **kwargs in Python function
#python #args #kwargs #function
By Super Kai (Kazuya Ito) | May 10, 2025
Oops, I Did It … (And I Promise It Won't Happen Next Time!) 😅
#programming #devops #python #tutorial
By BHUVANESH M | May 10, 2025
Python's Hidden Gem for JSON Indentation
#python #json #devops #productivity
By BHUVANESH M | May 10, 2025
Local PDF Parsing with AWS Textract & Python (Part 1)
#python #aws #textract #documentprocessing
By Sandeep Sangu | May 10, 2025
Audio Steganography, Faster and Friendlier: My Dive into Spectrogram
#stegano #programming #python #music
By Vishwaksen Reddy Dhareddy | May 10, 2025
Become a Part of My ML Journey 2025 : From Bangladesh
#programming #python #machinelearning #computerscience
By Ridwan Ahmed Arman | May 10, 2025
How to Safely Kill Python Subprocesses Without Zombies?
#python
By Generatecode | May 11, 2025
Crushing the Command Line: Automating Email Reading with Python & Amazon Q Developer
#awschallenge #python #devchallenge #cli
By Hanan | May 11, 2025
Python Hack That Makes Code 10x Faster
#webdev #programming #productivity #python
By Resource Bunk | May 11, 2025
🚨 The Day I Let Python Write Python
#webdev #programming #productivity #python
By Snappy Tuts | May 11, 2025
Upgrade to Django 5 with psycopg3
#psycopg3 #django #connectionpool #postgres
By Jimmy Yeung | May 11, 2025
🕵️♂️ I Made a Python Script That Spies on My Own Internet Behavior
#webdev #programming #python #tutorial
By 0x3d Site | May 11, 2025
Why Does Pattern Matching with Float Types Behave Differently in Python?
#python
By Generatecode | May 11, 2025
A New Life for aiohttp?
#python #aiohttp #webdev #programming
By Daniil Grois | May 11, 2025
Weekly Challenge: The maximum difference
#perl #python #theweeklychallenge
By Simon Green | May 11, 2025
What Does {sys.executable} -m Mean in Python Code?
#python
By Generatecode | May 11, 2025
How to Refactor a Command-Line Interface in Python?
#python
By Generatecode | May 11, 2025
How to Implement a Custom Lexer Using Tree Sitter in Python
#python
By Generatecode | May 11, 2025
range in Python
#python #range #iterable #unpacking
By Super Kai (Kazuya Ito) | May 11, 2025
enumerate in Python
#python #enumerate #iterable #unpacking
By Super Kai (Kazuya Ito) | May 11, 2025
zip in Python
#python #zip #iterable #unpacking
By Super Kai (Kazuya Ito) | May 11, 2025
🚀 Hello World, But Make It Existential 🧠
#programming #beginners #ai #python
By Anahaaaaaa | May 11, 2025
📝 Mastering Date/Time Extraction in Pandas: From Year to Weekend Check.
#productivity #python #tutorial #datascience
By Kaira Kelvin. | May 11, 2025
Revise Python in 14 days for ML (2025) : Day 1
#python #machinelearning #programming #beginners
By Ridwan Ahmed Arman | May 11, 2025
From Curiosity to Code — My Self-Taught Dev Journey
#selftaught #fullstack #react #python
By sayyed rabeeh | May 11, 2025
Revise Python in 15 days for ML (2025) : Day 2
#python #machinelearning #programming #beginners
By Ridwan Ahmed Arman | May 11, 2025
What is redis pipeline
#redis #database #go #python
By Ankit malik | May 11, 2025
🐍 Mastering Python Virtual Environments: A Practical Guide for Developers
#python #programming #virtualenv #dependencymanagement
By Ashok Agrawal | May 11, 2025
Zontroy AI: Revolutionizing Developer Productivity Through Advanced AI Integration
#webdev #programming #ai #python
By Faruk | May 11, 2025
How to Train an MRCNN Model on Hyperspectral Data in Python?
#python
By Generatecode | May 11, 2025
What Is a Unix Timestamp? How to Convert Epoch Time to Date (Python, JavaScript, Java, Node.js)
#programming #python #javascript #java
By Girish Kattel | May 11, 2025
Python data visualizer: memory_graph
#python
By Bas Terwijn | May 11, 2025
🤖 Could AI Conflict with Humans? A Developer's Perspective
#webdev #programming #javascript #python
By 신규범 | May 11, 2025
🐍 Python Web Development: A Comprehensive Guide for Modern Developers
#webdev #programming #javascript #python
By Resource Bunk | May 11, 2025
I Let AI Rediscover Python’s Forgotten Powers
#programming #python #ai #webdev
By Snappy Tuts | May 11, 2025
I Built a Web App That Builds Itself Using Python
#programming #beginners #python #learning
By Abubaker Siddique | May 11, 2025
I Taught Python to Write Fanfiction Using Reddit Comments and It Got Weird Fast
#programming #beginners #ai #python
By 0x3d Site | May 11, 2025
How to Navigate with Selenium Using a Default Chrome Profile?
#python
By Generatecode | May 11, 2025
How to Fix 'AttributeError' in KivyMD Toggle Button Implementation?
#python
By Generatecode | May 11, 2025
How I Built Astra — An Emotional Memory AI Assistant with OpenAI and SQLite
#emotionalintelligence #ai #python #opensource
By Shane Sprague | May 11, 2025
Python MCP Remote Server — The Dawn of the Streamable HTTP Era ~ With a Minimalist Template Featuring uv / Docker / pytest ~
#python #ai #cloud #programming
By akitana-airtanker | May 11, 2025
✨💄GlamMate: A Smart Beauty Booking App Powered by Python and Real-Time Notifications📱
#devchallenge #python #ai #aws
By KANISKASRI T S P | May 11, 2025
💄 GlamMate: Your Smart Beauty Booking & Shopping Buddy – Powered by Amazon Q Developer
#programming #devchallenge #awschallenge #python
By Yuvasri J R | May 11, 2025
Why Developers Are Choosing Tortoise ORM as Python’s Modern ORM
#python #django #flask #fastapi
By Leapcell | May 11, 2025
#Daniel Roy Greenfeld Blogs
TIL: Reverse Square Knot
Useful for martial arts with belts, a "reverse square knot," also known as a right square knot or reverse reef knot, is essentially a square knot tied in the opposite order. Instead of the first working cord going over the other cords, it goes under them first.
By Daniel Roy Greenfeld | May 06, 2025
TIL: ^ bitwise XOR
How to mark a comparison of booleans as True or False using bitwise XOR.
By Daniel Roy Greenfeld | May 07, 2025
Exploring flexicache
An exploration of using flexicache for caching in Python.
By Daniel Roy Greenfeld | May 09, 2025