#Pybites
Try an AI Speed Run For Your Next Side Project
The Problem I have for as long as I can remember had a bit of a problem with analysis paralysis and tunnel vision. If I’m working on a problem and get stuck, I have a tendency to just sit there paging through code trying to understand where to go next. It’s a very unproductive habit…
#Developer #Learning #Projects
By feoh | Mar 31, 2025
#Real Python
Python News Roundup: April 2025
Recent milestones in the Python community include Python 3.14's sixth alpha release and the acceptance of PEP 758. PyCon US has set new records for travel grants, and Thomas Wouters receives recognition for his long-standing contributions. Popular libraries also see significant updates.
#community
By – | Apr 03, 2025
How to Exit Loops Early With the Python Break Keyword
In this tutorial, you'll explore various ways to use Python's break statement to exit a loop early. Through practical examples, such as a student test score analysis tool and a number-guessing game, you'll see how the break statement can improve the efficiency and effectiveness of your code.
#basics #python
By – | Apr 03, 2025
#PyCoders
Issue #675: – Optimization, DuckDB, Outliers, and More
By – | Apr 01, 2025
#Medium
FastAPIBig: Build Enterprise-Grade FastAPI Applications with Ease
What FastAPIBig For ?
By Mokhlesabdelmonem | Mar 31, 2025
Deploying FastAPI backend with ECR, ECS, ALB and API Gateway: A Step-by-Step Guide
Introduction
By Alaiy | Mar 31, 2025
Python in Astrophysics: Creating an N-Body Simulation
How do you know what happens when two galaxies collide? There are a few options here. The first is to just look into the sky and find…
By Rhett Allain | Mar 31, 2025
Mastering Python: From Beginner to Pro in Under 30 Days — Part 2
Python Syntax
By Gokulkrishna | Mar 31, 2025
How To Build Your First Web Scraper Using Python and BeautifulSoup: A Complete RoadMap
A quick project by Muhammad Naveed Arshad,MSc |Writer|Editor| AI Engr
By Muhammad Naveed Arshad,MSc |Writer|Editor| AI Engr | Mar 31, 2025
From Zero to 100 Users in a Flash: Scaling Your Django App on AWS Like a Pro
Are you a startup founder sweating over how to get your Django app live and handling 100 users without breaking the bank or a researcher…
By Sammy Chafiqui | Mar 31, 2025
Your First Hands-on Guide To Quantum Programming With Qiskit
From mathematics to code, here’s everything that you need to know to write and run your first Quantum program on an IBM Quantum computer.
By Dr. Ashish Bamania | Mar 31, 2025
The Python Library That’s Replacing Entire Data Teams (And Why You Should Learn It)
A few years ago, I was part of a pretty big data team. There were data engineers, analysts, data scientists, and a separate team just for…
By Abduldattijo | Mar 31, 2025
Don’t Let Conda Eat Your Hard Drive
Memory management for conda environments
By Lee Vaughan | Mar 31, 2025
Build a Smart Automated Event Reminder System with Python in Under 30 Minutes
Remembering birthdays, anniversaries and important dates manually can be cumbersome. Automating this process with a Python-based event…
By Pratiyush Prakash | Mar 31, 2025
Build a Smart Automated Event Reminder System with Python in Under 30 Minutes
Remembering birthdays, anniversaries and important dates manually can be cumbersome. Automating this process with a Python-based event…
By Pratiyush Prakash | Mar 31, 2025
Can Python Handle Web UI? NiceGUI Helps You Build Stunning Interfaces with Ease!
Build stunning web UIs with Python! NiceGUI offers an easy, powerful framework for interactive web apps, featuring rich components…
By Meng Li | Mar 31, 2025
User authentication caching in FastAPI
Mocking a user authentication with cached bearer token to reduce latencies and enhance end-user experience and reduce response time from…
By Alain Airom (Ayrom) | Mar 31, 2025
Guide to develop web application using Django Part 9: Authentication and Authorization
Django’s Middleware
By Chain13 | Mar 31, 2025
Mastering Django REST Framework Serializers: Handling Initial Data, Nested Objects, and More
Django REST Framework (DRF) serializers are the backbone of API development in Django. They transform complex data types — like Django…
By Ewho Ruth | Apr 01, 2025
Understanding Django REST Framework Serializers: A Comprehensive Guide
Serializers play a crucial role in Django REST Framework (DRF), enabling the seamless transformation of complex data structures — such as…
By Ewho Ruth | Apr 01, 2025
Understanding ModelSerializer in Django REST Framework
Django REST Framework (DRF) provides a powerful tool for serializing and deserializing Django model instances — ModelSerializer.
By Ewho Ruth | Apr 01, 2025
Mastering Django’s Advanced Serializers: HyperlinkedModelSerializer, ListSerializer, and…
Django REST Framework (DRF) offers powerful serialization tools, but true mastery lies in understanding its advanced serializers.
By Ewho Ruth | Apr 01, 2025
Mastering Django REST Framework Serializers with Advanced Third-Party Packages
Django REST Framework (DRF) provides powerful built-in serialization, but in real-world applications, default serializers often fall short…
By Ewho Ruth | Apr 01, 2025
Third-Party Serializer Packages for Django REST Framework: A Developer’s Guide
Django REST Framework (DRF) provides a powerful set of built-in serializers, but sometimes, built-in functionality isn’t enough.
By Ewho Ruth | Apr 01, 2025
Advanced Real-World Applications of Serializer Fields in Django REST Framework
Django REST Framework (DRF) provides powerful serialization tools to convert complex data types to JSON and vice versa. While the basics of…
By Ewho Ruth | Apr 01, 2025
Serializers
Understanding Serializers in Django Rest Framework
By Ewho Ruth | Apr 01, 2025
Topological Sorting Python Cheatsheet
Topological Sorting is used for Directed Acyclic Graphs (DAGs) where tasks depend on other tasks. It helps in scheduling, dependency…
By nokhinto | Apr 01, 2025
Coding A Simulation Of A ~4D Menger Sponge Universe
It’s something you can try at home!
By Claudia G. Petersen | Apr 01, 2025
Introduction to Django
What is Django?
By Atharva Gurav | Apr 01, 2025
Common Mistakes to Avoid When Using Python’s filter() Function
Python’s filter() function is a powerful tool for refining data efficiently. However, many developers, especially beginners, make mistakes…
By Ajaymaurya | Apr 01, 2025
The 3 Python Tricks That Instantly Upgraded My Code (and My Freelance Rates)
Struggling to write cleaner Python code that stands out in interviews or freelance gigs? You’re not alone. Many developers plateau after…
By Kevin Meneses González | Apr 01, 2025
Testing a FastAPI application with PySpark/Pandas using PyTest
Introduction
By Antonio Cervelione | Apr 01, 2025
10 Tips Every Flask Developer Should Know 🚀
Flask is a lightweight yet powerful web framework that allows you to build web applications quickly and efficiently. But mastering Flask…
By Priyanshu Rajput | Apr 01, 2025
Web Scraping With Parsel in Python: 2025 Guide
In this article, I’ll walk you through the basics of using Parsel, from scraping simple data to tackling more complex scenarios like…
By Data Journal | Apr 01, 2025
Guide to develop web application using Django Part 11: API-Django Ninja
Django Ninja is a third-party library for building APIs in Django applications. One of its main features is the utilization of Python’s…
By Chain13 | Apr 01, 2025
This Python Trick Changed The Way I Code FOREVER!!!
I just love Python a lot. I always try to make my code neat and clear. But when I learnt this…this changed the way I code.
By Kiran Maan | Apr 01, 2025
Amazing-Py-Scripts: Automate Tasks and Boost Efficiency with Python
Unlock your productivity with Amazing-Python-Scripts! Access a variety of Python scripts, from automation to entertainment, and boost…
By Meng Li | Apr 01, 2025
TimeXer for Time Series Forecasting with Exogenous Features
Discover the architecture of TimeXer and implement it in a small experiment using Python.
By Marco Peixeiro | Apr 01, 2025
Optimizing PyTorch and FastAPI for Thousands of Requests a Day: Our Experience and Tips
Deploying machine learning models to the cloud has become standard practice — for big players and small teams alike. Tools like AWS…
By Musa Peker | Apr 01, 2025
Reinforcement Learning-Enhanced Gradient Boosting Machines
A Novel Approach to Integrating Reinforcement Learning within Gradient Boosting Internal Optimization for Superior Predictive Performance
By Shenggang Li | Apr 01, 2025
OAuth2 in Flask: How to Implement Google and Facebook Login
🚀🚀🚀 Logging in with Google or Facebook? Sounds fancy! But thanks to OAuth2, it’s easier than you think. In this article, we’ll explore…
By Priyanshu Rajput | Apr 01, 2025
Creating AI-Powered NPCs in Pygame: A Step-by-Step Guide
Integrate Artificial Intelligence into your Pygame NPCs for realistic conversations and behavior — A practical guide with OpenAI.
By Buse Şenol | Apr 01, 2025
Title: “Blazing Fast Python APIs: Unlocking the Power of ASGI with Uvicorn”
Introduction
By Neural pAi | Apr 01, 2025
How to Build a Web Barcode Reader with Python, FastAPI and HTML5
FastAPI is a modern, async-ready Python web framework for building APIs. It wraps low-level ASGI (Asynchronous Server Gateway Interface)…
By Xiao Ling | Apr 01, 2025
Deploying Django & Hugo on Hetzner — Part 3a/4: Cloning & Managing Your GitHub Repository
After configuring SSH authentication, it’s time to manage your GitHub repository efficiently on your Hetzner server. This guide covers…
By Anzalo Quin | Apr 01, 2025
Breaking Up with settings.py: A Smarter Django Settings Structure (Not Env-Based!) 🎯
Learn how to split your Django settings module-wise, not environment-wise, for better organization and scalability.
By Sanjay Prajapati | Apr 01, 2025
Python Flask: A Simple Guide to Web Development
Flask is a lightweight web framework in Python that allows you to build web applications quickly and easily. It is beginner-friendly and…
By Shruti | Apr 01, 2025
Loading Unquantized 70B LLM Across Friends Laptops
Distributional Loading on multiple laptops
By Fareed Khan | Apr 01, 2025
Mastering Python: Unleashing the Power of Parameter Type Declarations
Python is well-known for its simplicity, readability, and dynamic nature. However, as projects scale and codebases grow, the absence of…
By Neural pAi | Apr 01, 2025
Demystifying FastAPI Parameters: Default vs Optional Explained in Depth
FastAPI has rapidly gained popularity as one of the most efficient and modern frameworks for building APIs with Python. One of the features…
By Neural pAi | Apr 01, 2025
Serializers in Django Rest Framework: Real-World Insights, Challenges, and Best Practices
🔎 Introduction
By Ewho Ruth | Apr 02, 2025
✅ When to Use Third-Party Packages with Serializers in Django Rest Framework
Django Rest Framework (DRF), I’ve learned that while third-party packages can be powerful, they aren’t always the right solution.
By Ewho Ruth | Apr 02, 2025
“Mastering Cookie Management in FastAPI: A Comprehensive Guide to Handling Cookies in Python”
Introduction
By Neural pAi | Apr 02, 2025
Building a Real-World EMR (Electronic Medical Records) System with Django Rest Framework…
🔎 Introduction
By Ewho Ruth | Apr 02, 2025
Building a Real-World EMR System with Django Rest Framework Serializers and Third-Party Packages
🔎 Introduction
By Ewho Ruth | Apr 02, 2025
Nested Serializers in Django REST Framework (DRF) — A Deep Dive
When building APIs with Django REST Framework (DRF), handling complex data structures is a common challenge. Real-world applications often…
By Ewho Ruth | Apr 02, 2025
Understanding Django REST Framework Fields
When working with Django REST Framework (DRF), understanding serializer fields is crucial for effective API development.
By Ewho Ruth | Apr 02, 2025
🔹 Advanced Topics in DRF Serializer Fields
1️⃣ Custom Serializer Fields
By Ewho Ruth | Apr 02, 2025
Advanced Serializer Fields in Django REST Framework: A Deep Dive
Django REST Framework (DRF) provides a powerful serialization system that allows you to convert complex data types — such as Django model…
By Ewho Ruth | Apr 02, 2025
The Ultimate Backend Frameworks Comparison: Express.js, Django, FastAPI, Go, Spring Boot, and REST
Choosing the right backend framework is crucial for building a scalable, efficient, and maintainable web application. With so many…
By Tarun Kumar | Apr 02, 2025
Building a Kroger Sales Dashboard with Python: From Data to Cloud in a Few Lines
Being a job seeker, I am curious about how one gets visibility into the world of recruiting and hiring manager, I thought what better way…
By Alex Curtis | Apr 02, 2025
How I would learn to code(if I could start over)
If I could rewind the clock to 2025 and learn to code all over again, I’d skip the bloated Udemy courses and endless tutorials. Back in…
By DataScience Nexus | Apr 02, 2025
How to Gracefully Shut Down a Django Development Server
Introduction
By Seungchul Jeff Ha | Apr 02, 2025
Stop Using “+” for String Formatting in Python — Learn F-Strings Today!
The fastest, cleanest way to format strings in Python
By Aliyan Shaikh | Apr 02, 2025
The Things About AI That I Know as a Corporate Employee
Exploring the Power of AI Tools in My Everyday Work: A Corporate Employee’s Perspective
By dzulfikar shubhy | Apr 02, 2025
How to Build Your Own Asynchronous Framework in Python in 2025: A Breakdown of Generators…
Asynchronous programming in Python allows us to efficiently handle I/O operations — network requests, file handling, database calls —…
By Aleksei Aleinikov | Apr 02, 2025
FastAPI API Key Authentication: Complete Guide to Securing your API
FastAPI with API Key Authentication
By agus abdul rahman | Apr 02, 2025
Django Tutorial: Multiple Record Custom Actions Mixin
Learn how to create a CBV mixin to provide your CBVs with the ability to run custom actions on multiple objects at once!
By Adrien Van Thong | Apr 02, 2025
5 Python Tricks Every Developer Should Know (Beyond the Basics)
A quick practical guide by Muhammad Naveed Arshad,MSc |Writer|Editor| AI Engr
By Muhammad Naveed Arshad,MSc |Writer|Editor| AI Engr | Apr 02, 2025
Comprehensive Overview of HTTP Caching
Detailed Explanation of the HTTP Caching Mechanism
By Leapcell | Apr 02, 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 Aashish Kumar | Apr 02, 2025
SOLID Principles in Serializer Development
In large-scale systems like the project I’m working on, OSBANAS, implementing SOLID principles is crucial to maintain cleanliness…
By Sabrina Aviana Dewi | Apr 02, 2025
Third-Party Packages for Advanced Serializer Fields in Django REST Framework
Django REST Framework (DRF) is highly extensible, and while its built-in serializer fields cover a wide range of use cases, sometimes…
By Ewho Ruth | Apr 03, 2025
Understanding Serializer Relations in Django REST Framework
Introduction
By Ewho Ruth | Apr 03, 2025
Building a Modern Workout Tracker: A Full-Stack Journey
By Drake Damon | Apr 03, 2025
How to Redirect a Namecheap Domain to AWS
In my previous article, I discussed how to deploy your Django project on AWS smoothly. If you haven’t read that yet, I highly recommend…
By Adedolapo | Apr 03, 2025
Task management system with FastAPI. Part 2
Adding HTML and practicing how to work with FastAPI
By Iryna Trush | Apr 03, 2025
Writable Nested Serializers and Custom Relational Fields in Django REST Framework
Introduction
By Ewho Ruth | Apr 03, 2025
Python Code Quality: A Practical Guide to Cleaner Code ✨
💡 Heads Up! Click here to unlock this article for free if you’re not a Medium member!
By Dhruv Ahuja | Apr 03, 2025
Advanced Serialization Techniques in Django REST Framework
Serialization is a fundamental concept in Django REST Framework (DRF), allowing complex data structures like Django models to be converted…
By Ewho Ruth | Apr 03, 2025
Third-Party Packages for Advanced Django REST Framework Serialization
While Django REST Framework (DRF) provides powerful serialization features, third-party packages can extend its capabilities for specific…
By Ewho Ruth | Apr 03, 2025
Real-World Project: Building a Multi-Content Commenting API with Nested Routing and Generic Foreign…
In this project, we will build a commenting system where users can comment on both articles and videos.
By Ewho Ruth | Apr 03, 2025
Understanding Validators in Django REST Framework
Validation is a crucial part of any API. It ensures that data submitted by users meets certain requirements before being processed.
By Ewho Ruth | Apr 03, 2025
Web Cache Deception in Action: Realistic PoC with Flask + NGINX
⚠️ Disclaimer
This article is intended solely for educational and ethical purposes. The techniques and concepts discussed herein are meant…
By Bogdan | Apr 03, 2025
This is a statement
I’m going to teach myself backend web development focusing on using FastAPI and build as many projects as I can while documenting my…
By Ioannis Petrousov | Apr 03, 2025
Probabilistic Forecasting with skforecast: A Python Adventure
Okay, so I’ve been messing with time series stuff in Python for ages — ten years if I’m pretending to be a grizzled writer — and I gotta…
By Code Pulse | Apr 03, 2025
How to Add Multilingual Support in Django with Django-parler
Learn how to add multilingual support to your Django models with Django-parler — a simple and powerful approach to translatable content.
By Rafal Przetakowski | Apr 03, 2025
CI/CD and MLops with FastAPI, GitHub Actions and Vercel
Vercel makes deploying web apps — yes, even Python ones — ridiculously simple. In this guide, we’ll show you how to build a basic Python…
By Marko Briesemann | Apr 03, 2025
Python Now Supports True Parallelism. Is It Really That Good?
Python 3.13 introduced an exciting new feature that should be a real game-changer for the language’s overall performance
By Alisa Evans | Apr 03, 2025
FastAPI Base Project Template [War-End]
Non-Premium Member read here:-
By Mohd Mujtaba | Apr 03, 2025
Dynamic Programming — Patterns (Part IV)
Patterns and examples with solution
By Amit Singh Rathore | Apr 03, 2025
How to Store User Input in a Database Using Django
Ever wondered how to capture and store user input in a database using Django?
By Oviyan S | Apr 03, 2025
Hyperdiv: Say Goodbye to Complexity! Build Stunning Web UIs with Python at Lightning Speed
Transform your web UI development with Hyperdiv! Build stunning, responsive applications quickly using Python — no more complex JavaScript…
By Meng Li | Apr 03, 2025
Building a Production-Ready Flask App with Celery, Redis, PostgreSQL, Flask-Migrate & Flower…
🧠 Introduction
By Engr Muhammad Tanveer sultan | Apr 03, 2025
How FastAPI is Better Than Node.js
When building modern web applications, two popular choices for backend development are FastAPI (Python) and Node.js…
By Himjyoti | Apr 03, 2025
Optimizing the RADIS App for GSoC 2025
Introduction
By Ayaan Shaikh | Apr 03, 2025
10 Django Features You’re Not Using But Should Be!
Discover 10 powerful Django features that can make your development faster, easier, and more efficient.
By Aashish Kumar | Apr 03, 2025
Deep Dive into Python Coroutines: async/await
Python Asynchronous Programming
By Leapcell | Apr 03, 2025
Best Practices for Backend Unit Testing
When working with modern backend frameworks, writing clean, effective unit tests is essential to ensuring your application behaves as…
By Himanshu Srivastava | Apr 03, 2025
Deploying Django and Hugo on Hetzner: A Complete Guide
2/6 — Configuring Hetzner and Setting Up SSH Access
By Anzalo Quin | Apr 03, 2025
Django 5.2 released: Revolutionizing Web Development 🚀
Composite Primary Keys, Auto-Import Models, and More in This LTS Release
By Gajanan Rajput💚 | Apr 04, 2025
CI/CD With GitHub Actions
GitHub Actions is a CI/CD tool built directly into GitHub that allows developers to automate workflows. It provides an event-driven…
By Patricia Njoroge | Apr 04, 2025
Advanced Authentication in Django REST Framework: Beyond the Basics
Authentication is the backbone of any secure API. In Django REST Framework (DRF), authentication is not just about verifying users — it’s…
By Ewho Ruth | Apr 04, 2025
Advanced Validation Techniques in Django REST Framework (DRF) with Real-World Examples
Data validation is crucial in API development, ensuring data integrity, security, and proper application behavior. Django REST Framework…
By Ewho Ruth | Apr 04, 2025
Advanced Authentication in Django REST Framework (DRF): Real-World Scenarios and Best Practices
Authentication is the foundation of securing APIs. Django REST Framework (DRF) provides multiple authentication mechanisms, but real-world…
By Ewho Ruth | Apr 04, 2025
Understanding Authentication in Django REST Framework
Authentication is the backbone of any secure API. Django REST Framework (DRF) provides multiple authentication mechanisms, each catering to…
By Ewho Ruth | Apr 04, 2025
FastAPI Day1 — learning basics and project 1
Last time I made a commitment to study backend web development focusing on FastAPI —…
By Ioannis Petrousov | Apr 04, 2025
Start Coding with Python: 8. Classes (part I: creating an instance)
Object-oriented programming is a highly effective approach to software development. It involves writing classes that model real-world…
By Technical Blog & Reviews | Apr 04, 2025
Django: Top 40 Useful QuerySets
✨ Django’s ORM is super powerful, and the real magic lies in its QuerySet methods. Whether you’re building a simple blog or a complex…
By Grassroot Engineer | Apr 04, 2025
Transformer Model for Time-Series Denoising
A guide to transformer-based time-series denoising
By Callum Bruce | Apr 04, 2025
Drawing and Coding 18 RL Algorithms from Scratch
PPO, A3C, PlaNet and more!
By Fareed Khan | Apr 04, 2025
DIY AI & ML: The K-Means algorithm
A follow-along project demonstrating how to build your own K-Means object in Python without relying on machine learning libraries
By Jacob Ingle | Apr 04, 2025
Securing Python Django REST APIs with Okta: An In-Depth Guide
This comprehensive guide will walk you through securing Django REST Framework (DRF) APIs with Okta for authentication and authorization…
By Sibinraziya | Apr 04, 2025
5 Python Libraries That Will Save You Hundreds of Lines of Code
Let’s be honest — most of us write way more boilerplate code than we’d like to admit. Parsing files, handling APIs, managing…
By Abdur Rahman | Apr 04, 2025
The 10 Most Common Python Errors
And How to Fix Them Fast
By Abdur Rahman | Apr 04, 2025
Python Backend, Frontend Frenzy: Choosing Your Framework (Django, Streamlit, Vue, React, Angular)
Alright, so you’ve got a Python backend humming away, doing all the heavy lifting. Now comes the fun part (or maybe the slightly less fun…
By FinnQ | Apr 04, 2025
Just STOP Using isinstance() Like This in Python!!!
Don’t make the same mistakes that I made…
By Kiran Maan | Apr 04, 2025
PocketPy: A Lightweight, High-Performance Python 3.x Interpreter
PocketPy is a lightweight, high-performance Python 3.x interpreter written in C11, offering seamless integration, robust features, and…
By Meng Li | Apr 04, 2025
🧹 Python’s Hidden Cleanup Superpower: atexit — Making Your Scripts Smarter
When writing scripts, especially ones that create files, open network connections, or start background processes, it’s easy to forget…
By Elshad Karimov | Apr 04, 2025
These Are the EXACT Python Skills That Get You Hired
I analyzed 50 real job postings — if you’re missing these skills, you might be wasting your time.
By H. Ali | Apr 04, 2025
10 Common Django Deployment Mistakes (And How to Avoid Them)
Deploying a Django project to production isn’t just about running python manage.py runserver. A lot can go wrong — and often does —…
By Erik Laco | Apr 04, 2025
Teach Your GBM to Extrapolate with Model Stacking
Background
By Bradley Stephen Shaw | Apr 04, 2025
Transforming Data into Stories with Python: A Guide to Effective Storytelling using Pynarrative
Effective data storytelling reveals not only patterns in the data, but the narrative around it.
By John Loewen, PhD | Apr 04, 2025
How to Build a Local LLM Chatbot with CAG: Streamlit, vLLM, and Smart Context Caching
Retrieval-Augmented Generation (RAG) is a well-known technique for adding large amounts of external knowledge to an LLM. If the external…
By Dr. Leon Eversberg | Apr 04, 2025
Advanced Authentication Strategies in Django REST Framework
Authentication is the backbone of API security, and Django REST Framework (DRF) offers multiple authentication mechanisms.
By Ewho Ruth | Apr 05, 2025
Third-Party Authentication Packages in Django REST Framework
While Django REST Framework (DRF) provides built-in authentication mechanisms, sometimes you need more scalability, security, or…
By Ewho Ruth | Apr 05, 2025
A Guide To Understanding Django REST Framework Views
When we are building APIs with Django REST Framework (DRF), choosing the right view class is very important for writing clean…
By Divya Prakash | Apr 05, 2025
Advanced Authentication Strategies in Django REST Framework (DRF)
Django REST Framework (DRF) supports multiple authentication methods, each catering to different security and usability needs.
By Ewho Ruth | Apr 05, 2025
Advanced Permission Handling in Django REST Framework
Permissions in Django REST Framework (DRF) go beyond simple authentication checks — they provide fine-grained access control at both the…
By Ewho Ruth | Apr 05, 2025
Advanced Django REST Framework Permissions: A Deep Dive
Django REST Framework (DRF) provides powerful permission classes that allow fine-grained access control.
By Ewho Ruth | Apr 05, 2025
Advanced Authentication and Permissions in Django REST Framework
Authentication and permissions form the backbone of any secure API. In Django REST Framework (DRF), authentication determines who the user…
By Ewho Ruth | Apr 05, 2025
Django REST Framework Permissions: A Detailed Guide
Permissions in Django REST Framework (DRF) control access to API endpoints based on authentication status, user roles, and model-level…
By Ewho Ruth | Apr 05, 2025
Access Control in Django REST Framework: A Deep Dive into QuerySets, Permissions, and Serializers
Introduction
By Ewho Ruth | Apr 05, 2025
Build Django Apps with Confidence: A TDD Approach Part 1: It Starts with a Failing Test
What is Test-Driven Development?
By Chain13 | Apr 05, 2025
30 Django Template Tags You Must Know: Complete Guide with Code Examples
Many common tasks can be accomplished with built-in template tags, reducing the need to repeatedly write Python code within templates.
By Alfin Fanther | Apr 05, 2025
Task management system with FastAPI. Part 4
Integrate database into your project
By Iryna Trush | Apr 05, 2025
Retrieval-Augmented Generation (RAG) LangGraph Django App in 9 steps
This article will describe the process to create an RAG App using Python Django framework with LangChain and LangGraph.
By Victor Yeo | Apr 05, 2025
Build Django Apps with Confidence — A TDD Approach: Part 2 — Creating Just Enough App to Pass the…
Now that we’ve written a functional test for our homepage, it’s time to start building our app to make that test pass.
By Chain13 | Apr 05, 2025
Python Tricks Everyone Should Learn
In this article, you’ll explore some exciting Python tricks that can save you time, increase productivity, and make your coding journey…
By Frost | Apr 05, 2025
🧙♂️ Pendulum in Django: Say Goodbye to Datetime Drama ⏰🎭
Handle datetime like a boss 🕒! Explore Pendulum for cleaner, timezone-aware, and human-friendly datetime in Django.
By Sanjay Prajapati | Apr 05, 2025
🧙♂️ Pendulum in Django: Say Goodbye to Datetime Drama ⏰🎭
Handle datetime like a boss 🕒! Explore Pendulum for cleaner, timezone-aware, and human-friendly datetime in Django.
By Sanjay Prajapati | Apr 05, 2025
How to Create an Effective Landing Page
What is a Landing Page?
By Bahae El Hmimdi | Apr 05, 2025
Implementing MCP Architecture in a FastAPI Application
With OpenAI’s recent introduction of the Model Context Protocol (MCP), let’s explore how to build a weather alerting tool using FastAPI.
By Yogeshwari Bahiram | Apr 05, 2025
🧠 Python’s contextvars: A Better Way to Manage State in Async Code
If you’ve ever written asynchronous code in Python, you’ve probably run into weird bugs caused by shared state. Traditional ways of…
By Elshad Karimov | Apr 05, 2025
Product Engineering: Frontend X Backend Schemas Delima and A Proposed Solution
Startups are the coolest thing on the block, that is the opinion of folks who work at companies that are well beyond the startup grind…
By Philip Ireoluwa Okiokio | Apr 05, 2025
Pathlib vs OS Module: Why You Should Ditch os for Pathlib Today!
Learn why pathlib is the modern, Pythonic way to handle file paths efficiently.
By Kuldeepkumawat | Apr 05, 2025
10 Python Tricks I Use Every Day as a Developer
— and no, they’re not the usual “use list comprehension” tips
By Abdur Rahman | Apr 05, 2025
NeuraDoc: The Ultimate Document Processing Powerhouse
NeuraDoc is a cutting-edge Python package that parses and transforms various document formats into LLM-ready data, complete with…
By Bayram EKER | Apr 05, 2025
Building Google Cloud Storage APIs in Django (Python): File Upload/Download Tutorial
Introduction to Google Cloud Storage with Django
By Sibinraziya | Apr 06, 2025
How I Use Python to Build Side Projects That Make Money
Here’s how I use Python to build profitable side projects — simple ideas, smart execution, real income.
By Aashish Kumar | Apr 06, 2025
Writing My Own Django Serializer for camelCase — Until I Found the One-Line Fix
When you’re building a Django REST API and the frontend is speaking fluent camelCase while Django insists on snake_case… you end up…
By Lakshitha Eranga | Apr 06, 2025
Writing My Own Django Serializer for camelCase — Until I Found the One-Line Fix
When you’re building a Django REST API and the frontend is speaking fluent camelCase while Django insists on snake_case… you end up…
By Lakshitha Eranga | Apr 06, 2025
#Python Library
Textual – How to Add Widgets to a Container
Textual is an excellent Python package for creating beautiful user interfaces in your terminal. By default, Textual will arrange your widgets starting at the top of the screen and appending them in a vertically oriented stack. Each GUI or TUI toolkit provides a way to lay out your widgets. Textual is no different in this […]
#GUI Toolkits #intermediate #Python
By Mike | Apr 01, 2025
ANN: Spring Python eBook Sale 2025
I am running a Spring sale on all my currently published Python books. You can get 25% off any of my complete books by using this code at checkout: MSON4QP Learn Python Today! I have books on the following topics: Basic Python Intermediate Python Python and PDFs Python and Excel Image Processing with Python […]
#beginner
By Mike | Apr 03, 2025
#Dev.to
⚡️PipZap: Zapping the mess out of the Python dependencies
#python #pip #uv #pipzap
By Vladimir Kirilenko | Mar 31, 2025
Secure Azure Functions Endpoints with Access Keys
#azure #python #azurefunctions #programming
By Edgaras | Mar 31, 2025
Create a Simple API with Python and Flask
#api #python #flask #json
By dan | Mar 31, 2025
Modernizá tu Django Admin con Unfold (sin tocar una línea de CSS)
#django #unfold #python #spanish
By Matias | Mar 31, 2025
Realtime shape detection using Opencv and Python🐍
#computervision #ai #python #programming
By Sripadh Sujith | Mar 31, 2025
INTRODUCTION TO DATA ANALYTICS
#python #dataanalytics #sql #tooling
By arno kiru | Mar 31, 2025
Unit Testing in Python
#python #unittest
By Ankit Sahu | Mar 31, 2025
Streaming APIs with FastAPI and Next.js — Part 2
#python #backend #tutorial
By Sahan | Mar 31, 2025
Local Search vs Stochastic Hill Climbing: Python Implementation, Testing, and Comparative Analysis
#machinelearning #datascience #algorithms #python
By Gökhan ERGEN | Mar 31, 2025
AI-Generated Music: Will Machines Replace Human Composers?
#datascience #programming #ai #python
By Aditya Tripathi | Mar 31, 2025
How to Use Pytest for Exception Testing: Insights from Open Source Projects
#python #opensource #programming #testing
By Michael Interface | Mar 31, 2025
Types::string
#cpp #dotnet #python #javascript
By Peter Okwodu | Mar 31, 2025
Types::string
#cpp #dotnet #python #javascript
By Peter Okwodu | Mar 31, 2025
Installing Python dependencies in AWS Lambda: easy pip guide
#aws #lambda #python
By Kirill | Mar 31, 2025
GUI Based Internet Speed Test Using Python With Source Code
#programming #beginners #python #coding
By Srijan Kumar | Mar 31, 2025
Understanding Weak References in Python – Managing Memory Efficiently
#python #memory #programming #learning
By Nitinn S Kulkarni | Mar 31, 2025
Mastering Comprehensions in Python – The Pythonic Way to Build Data Structures
#python #programming #comprehension #learning
By Nitinn S Kulkarni | Mar 31, 2025
hi, im ridwaanhall
#programming #python
By Ridwan Halim | Mar 31, 2025
ERP Implementation Challenges and How to Overcome Them
#odoo #erp #python #softwaredevelopment
By Nirav Parmar | Mar 31, 2025
I'm embarrassed by how much code I cut from my test suite
#rust #programming #python
By Jones Beach | Mar 31, 2025
Quark's Outlines: Python Lexical Analysis
#python #programming #lexicalanalysis
By Mike Vincent | Mar 31, 2025
A Tool I Built for Synthetic Datasets
#ai #python #productivity #machinelearning
By Izeno | Mar 31, 2025
Using the Gemini API on Cloud Run to Build a Chat Application
#ai #python #cloud #webdev
By Chloe Condon 🎀 | Mar 31, 2025
Dynamic Task Mapping (Airflow)
#python #airflow
By Fylype Wase | Mar 31, 2025
Amazon AGI announces research preview of Amazon Nova Act: Build agents that take action in web browsers
#ai #python #programming #web
By Danilo Poccia | Mar 31, 2025
My IDE Journey
#programming #webdev #python #java
By Thodoris Kouleris | Mar 31, 2025
🕵️♂️ Escape & Code: Play My Python Exit Game & Share Your Thoughts! 🎮🐍
#learning #python #gamedev #programming
By Jonathan Baumann | Mar 31, 2025
Training a Stellar Classification Model with Ensemble Machine Learning
#machinelearning #python #science #ai
By Darkstalker | Mar 31, 2025
Como Limitar e Proteger suas APIs com Rate Limit?
#python #fastapi #redis #microservices
By Rafael Rotiroti | Mar 31, 2025
Retrieval Augmented Generation (RAG) from Scratch — Tutorial For Dummies
#rag #ai #python #programming
By Zachary Huang | Mar 31, 2025
Converting an MCP Server from SSE to stdio: A Simple Solution
#mcp #ai #python #programming
By Miki Makhlevich | Mar 31, 2025
Python Basics for a Senior Dev (That You’re Probably Ignoring)
#python #backend #programming #softwareengineering
By Leon Martin | Mar 31, 2025
AsyncIO Task Management: A Hands-On Scheduler Project
#taskscheduling #asynchronousprogramm #python #tutorial
By Choon-Siang Lai | Apr 01, 2025
A New library for type-safe data pipelines in Python
#python #functional #datascience
By Lan | Apr 01, 2025
How to Build a Graphical Minesweeper Game in the Python Terminal.
#programming #python #gamedev #tutorial
By Kamyarmg | Apr 01, 2025
Creating a new Airbyte connector from scratch
#airbyte #data #dataengineering #python
By Luiz Gustavo Erthal | Apr 01, 2025
Python Type Hints
#python #programming #datascience #codenewbie
By Luiz Gustavo Erthal | Apr 01, 2025
Khai thác lỗ hổng web tự động bằng AI
#cybersecurity #ai #llm #python
By Mo0n Sha𝄞ow | Apr 01, 2025
Captcha & reCaptcha For Django
#django #python #webdev #programming
By Steve Yonkeu | Apr 01, 2025
🚀 Real-Time Smile Detector Using Python & OpenCV 😃
#computervision #ai #python #programming
By Sripadh Sujith | Apr 01, 2025
parameter 與 argument
#glossary #python
By codemee | Apr 01, 2025
Python 101: Back to Basics Part 1
#webdev #programming #python #beginners
By Abhay Singh Kathayat | Apr 01, 2025
Django Structured JSON Field: Unleashing the Power of Validated JSON in Django
#api #python #django #datastructures
By Gabriele Baldi | Apr 01, 2025
फोनपे गलत स्कैनार ट्रांजेक्शन
#python #payment #wrong #transaction
By Badal Kumar | Apr 01, 2025
Bug of the week #6
#python #pikotutorial
By pikoTutorial | Apr 01, 2025
6 Powerful Python Techniques for Processing Message Queues
#programming #devto #python #softwareengineering
By Aarav Joshi | Apr 01, 2025
How to get back wrongly transferred money in PhonePe?
#payton #webdev #python #pay
By Gulam Kumar | Apr 01, 2025
Containerizing Python Apps: A Gentle Introduction to Docker With FastAPI
#python #docker #fastapi #programming
By Ssali Jonathan | Apr 01, 2025
Part 1: Introduction to Data Structures and Algorithms (DSA) in Python
#python #dsa #programming #interview
By Nitinn S Kulkarni | Apr 01, 2025
Vistava co-Call
#webdev #programming #ai #python
By Hakeem olarewaju | Apr 01, 2025
Part 2: Arrays, Lists, and Strings – Patterns, Tricks, and Pitfalls in Python
#python #learning #dsa #interview
By Nitinn S Kulkarni | Apr 01, 2025
Setting Up Continuous Integration with GitHub Actions for a Python Project
#devops #cicd #github #python
By Vuyisile Ndlovu | Apr 01, 2025
Master Django REST Framework: Build a Student Management System API with Function-Based Views
#webdev #programming #python #django
By NJOKU SAMSON EBERE | Apr 01, 2025
Part 3: Stacks and Queues – Core Concepts and Python Implementations
#python #dsa #learning #interview
By Nitinn S Kulkarni | Apr 01, 2025
Python
#python
By thanhma1512 | Apr 01, 2025
Python for Beginners: Chapter 2 – Building Your First REST API with Flask
#webdev #python #beginners #tutorial
By Marco Pineda | Apr 01, 2025
The Ultimate Stack for Serverless & Cloud-Native Developers in 2025 ⚡️
#webdev #cloud #python #typescript
By Arindam Majumder | Apr 01, 2025
How to Learn Machine Learning from Scratch in 2025 (Step-by-Step Guide)
#machinelearning #ai #python #beginners
By Varshith Reddy | Apr 01, 2025
Build the Future: An AI-Powered, Natural Language CMS with Enferno
#ai #saas #python #agentaichallenge
By Level09 | Apr 01, 2025
New Python Language
#programming #python #productivity #opensource
By Alt Account | Apr 01, 2025
AI Meets Healthcare: My Journey to Build a Doctor Voice Assistant for Fast, Accurate Medical Advice”
#webdev #python #ai #openai
By Archit Agrawal | Apr 01, 2025
Make your LLMs worse with this MCP Tool
#ai #webdev #programming #python
By Victoria | Apr 01, 2025
From Data to Dashboards: Building an EC2 Cost Analysis Tool with Flask and AWS S3
#flask #pandas #seaborn #python
By Alex Curtis | Apr 02, 2025
Why Is This Undefined? JavaScript Traps for Python Programmers
#javascript #webdev #beginners #python
By Lakh Bawa | Apr 02, 2025
Automating Cryptocurrency Data with Python, Apache Airflow and PostgreSQL
#apacheairflow #python #dataengineering #datascience
By Milcah03 | Apr 02, 2025
How Does print() Work in Python?
#python #programming #computerscience #software
By Bashar Hasan | Apr 02, 2025
Why Python Is a Terrible First Language?
#python #programming #java #discuss
By Leon Martin | Apr 02, 2025
flask project with source code (webp image converter)
#flask #webdev #python #tutorial
By aathil ducky | Apr 02, 2025
Model on OCI Data Science
#react #python #productivity #aws
By rahul d | Apr 02, 2025
Data Science Course in Nepal (With Python)
#productivity #python
By UpSkills Nepal | Apr 02, 2025
AugMix in PyTorch (10)
#python #pytorch #augmix #v2
By Super Kai (Kazuya Ito) | Apr 02, 2025
This is Real-Time Data Streaming!
#data #programming #dataengineering #python
By Yannis | Apr 02, 2025
HandCount: Real-Time Finger Counting with MediaPipe and OpenCV
#computervision #python #programming #ai
By Sripadh Sujith | Apr 02, 2025
How to Build a Internal Data App with Google Sheets Backend Using Streamlit
#python #streamlit #googlesheets
By hayato onodera | Apr 02, 2025
How to Build a Web Barcode Reader with Python, FastAPI and HTML5
#webdev #javascript #python #fastapi
By Xiao Ling | Apr 02, 2025
From Pip to Lightning: How uv Opened My Eyes to Better Python Workflows
#python
By Vivek Pathania | Apr 02, 2025
10 Essential Python Profiling Tools to Boost Application Performance
#programming #devto #python #softwareengineering
By Aarav Joshi | Apr 02, 2025
Mastering Python List Comprehensions in 5 Simple Steps Introduction
#python #programming #webdev #learning
By Ishu Singh | Apr 02, 2025
Proactive Web Application Monitoring and Automated Recovery with Selenium and Python
#python #selenium #monitoring #automation
By Arosh Wijepala | Apr 02, 2025
day 2 at payilagam – "About Python"
#python #programming #opensource
By Kuhanraja A R | Apr 02, 2025
Day 3 at payilagam "About python and first program in python
#programming #python #linux #git
By Kuhanraja A R | Apr 02, 2025
Full Stack Developer Course in Coimbatore with Placement – Skyappz Academy
#javascript #python #career #learning
By Antony Marshall | Apr 02, 2025
Tkinter arithmetic operator
#beginners #learning #python #programming
By Blackmare01wolf | Apr 02, 2025
The Power of Automation: Boosting Productivity & Cutting Costs in Chemical Industry.
#python #typescript #softwaredevelopment #development
By Faizan Saiyed | Apr 02, 2025
Reflex: The Python Way to Build Full-Stack Web Apps
#webdev #python #programming #opensource
By HeetVekariya | Apr 02, 2025
GUI(Graphic User Interface)
#programming #beginners #python #api
By Blackmare01wolf | Apr 02, 2025
GUI(Graphic User Interface)
#programming #beginners #python #discuss
By Blackmare01wolf | Apr 02, 2025
Getting Started with kivy: What It Is and How It's Used
#python #beginners #programming #learning
By Blackmare01wolf | Apr 02, 2025
Getting Started with kivy: What It Is and How It's Used
#python #beginners #programming #discuss
By Blackmare01wolf | Apr 02, 2025
Creating a Simple Countdown Timer with Tkinter
#programming #beginners #python #learning
By Blackmare01wolf | Apr 02, 2025
Creating a Simple Countdown Timer with Tkinter
#programming #beginners #python #discuss
By Blackmare01wolf | Apr 02, 2025
Introducing Autonomous AI Agents: A New Way for AI to Work Together
#ai #opensource #tutorial #python
By OpenxAI Network | Apr 02, 2025
Check out my ethical Hacking tools on my Github.
#ai #python #github #opensource
By CrystalRebirth | Apr 02, 2025
Build With Me: AI-Powered Adaptive Web Scraper with LLMs
#webscraping #llm #python #ai
By Anna Sharma | Apr 02, 2025
Invoice Processing With Autokitteh
#automation #python #chatgpt #programming
By mario roh | Apr 02, 2025
Comprehensive Overview of HTTP Caching
#http #django #nextjs #rails
By Leapcell | Apr 02, 2025
Adding Field Attributes to multiple fields at once in Odoo
#odoo #python
By Trishan Fernando | Apr 03, 2025
From Frustration to Innovation: The Journey Behind My E-Commerce Platform
#webdev #programming #django #developer
By Yves Irakoze | Apr 03, 2025
FlashTokenizer: The World’s Fastest CPU Tokenizer
#nlp #python #cpp #opensource
By Rowen | Apr 03, 2025
How does Python integrate with databases effectively?
#python #programming #webdev #beginners
By Shriyansh IOT | Apr 03, 2025
Final Year Cybersecurity Project Ideas with source code.
#cybersecurity #hacktoberfest #security #python
By aathil ducky | Apr 03, 2025
🎓 Building a Simple Grade Calculator with Tkinter
#python #programming #beginners #tutorial
By Blackmare01wolf | Apr 03, 2025
🎓 Building a Simple Grade Calculator with Tkinter
#python #programming #beginners #discuss
By Blackmare01wolf | Apr 03, 2025
Asynchronous Programming in Python – Asyncio Basics
#python #webdev #asyncprogramming #asyncio
By DCT Technology Pvt. Ltd. | Apr 03, 2025
How to Build Cross-Platform Desktop Apps in Python with Flet
#python #flet #gui
By Developer Service | Apr 03, 2025
Top Machine Learning Consulting
#machinelearning #programming #python #learning
By Anthony Simms | Apr 03, 2025
Python reduce explained
#python #pikotutorial
By pikoTutorial | Apr 03, 2025
My Journey into Coding: How I Started with Python (And You Can Too!)
#beginners #python #learning #productivity
By Olivia Starling | Apr 03, 2025
🧮 Part 4: Hash Maps and Sets in Python – Lookups, Frequencies, and Fast Problem Solving
#python #dsa #interview #programming
By Nitinn S Kulkarni | Apr 03, 2025
Code Review Chaos to Control: Taming Test Quality
#qa #python #tutorial #vedro
By Anna | Apr 03, 2025
Integrate Google Sheets with Python: A Step-by-Step Guide
#python #googlesheets #programming #automation
By Nishant Patil | Apr 03, 2025
Day 4 at payilagam "Introduction to functions"
#linux #python #function #programming
By Kuhanraja A R | Apr 03, 2025
How to Add Multilingual Support in Django with Django-parler
#django #multilingual #webdev #programming
By Rafał Przetakowski | Apr 03, 2025
ClatScope Info Tool: Your New OSINT Powerhouse
#osint #python #security #penetration
By GitHubOpenSource | Apr 03, 2025
Why I Use Flask. And Maybe You Should Too…
#webdev #beginners #flask #python
By Jeremy Sayo | Apr 03, 2025
NumPy: Python’s Numerical Powerhouse
#programming #beginners #python
By Blackmare01wolf | Apr 03, 2025
NumPy: Python’s Numerical Powerhouse
#programming #beginners #python #discuss
By Blackmare01wolf | Apr 03, 2025
Deep Dive into Python Coroutines: async/await
#flask #python #django #fastapi
By Leapcell | Apr 03, 2025
Basic Syntax of Python 3
#programming #beginners #python #tutorial
By Leandro Rodrigues Alexandre | Apr 03, 2025
Smart Language Detection in Django Using Middleware and Domain/Subdomain Configuration
#django #multilingual #programming
By Rafał Przetakowski | Apr 04, 2025
Build a Face Recognition System in 25 Minutes – Python & OpenCV Tutorial!
#python #opencv #tutorial #beginners
By Offiong Bassey | Apr 04, 2025
AugMix in PyTorch (11)
#python #pytorch #augmix #v2
By Super Kai (Kazuya Ito) | Apr 04, 2025
Deep Dive – How Chunked Transfer Encoding Works
#http #python #fundamentals #webdev
By Sahan | Apr 04, 2025
Best Python Internship In Kochi
#webdev #python #programming #learning
By athul | Apr 04, 2025
Factorial of a number using iteration
#python #programming #tutorial #learning
By Reshma | Apr 04, 2025
count the number of consonants in a string using python
#python #tutorial #coding
By Reshma | Apr 04, 2025
sum of all even numbers in a given list
#programming #python #tutorial
By Reshma | Apr 04, 2025
🐍 Mastering the Basics of Python: Type Casting, Exceptions, Functions, and Built-in Functions
#python #beginners #tutorial #programming
By Leandro Rodrigues Alexandre | Apr 04, 2025
Part 5: Recursion and Backtracking – Solving Complex Problems Elegantly in Python
#python #dsa #interview #programming
By Nitinn S Kulkarni | Apr 04, 2025
Part 6: Sorting Algorithms in Python – Concepts, Code, and Complexity
#python #dsa #interview #programming
By Nitinn S Kulkarni | Apr 04, 2025
Understanding Singleton Design Pattern with a Logger Example
#python #designpatterns #programming #design
By Bhavuk kalra | Apr 04, 2025
Which Full Stack Developer is in Demand?
#fullstack #java #python #devops
By Khushii | Apr 04, 2025
Interest Calculator
#python #programming #beginners #opensource
By Efe Gerek | Apr 04, 2025
Dataclasses have better performace than Namedtuple
#python #programming
By jneeee | Apr 04, 2025
Day – 5 at payilagam "Types of arguments"
#linux #python #arguments #type
By Kuhanraja A R | Apr 04, 2025
Unleash Your Inner Dev at Irohub Infotech: Kochi’s Code Central
#programming #ios #ai #python
By myvemakazo | Apr 04, 2025
Install VirtualBox and Vagrant with a Self-Contained Python Script using uvx
#python #cli #vagrant #virtualbox
By abbazs | Apr 04, 2025
Custom clearance
#python #odoo #logistics #customs
By Eyad Sh | Apr 04, 2025
SPL – Multi-Language Pipelines and Personal Mini-FaaS on One Machine
#airflow #python #dagster #devops
By splime | Apr 04, 2025
🧠 Build a Python "Mind Reader" – Track What You Copy, and Auto-Save It!
#programming #beginners #tutorial #python
By 0x3d Site | Apr 04, 2025
Introducing Greening: Ship Beautiful Software, Fast
#python #opensource #showdev #automation
By Chris Greening | Apr 04, 2025
Accessing Population Density Data via WFS using Python
#data #wfs #python #gis
By Ochwada Linda | Apr 04, 2025
Python Scripts Impossible to Reverse Engineer
#programming #beginners #tutorial #python
By Snappy Tuts | Apr 04, 2025
Your Python Apps Are Insecure!
#programming #beginners #python #tutorial
By Resource Bunk | Apr 04, 2025
How to Build Your Own Bluetooth Scriptable Sniffer for Under $30
#bluetoothlowenergy #sniffer #python
By Bleuio tech | Apr 04, 2025
Looking for best coder in python and expert in Lunix
#python #linux #webautomation #career
By Black M | Apr 04, 2025
Build Your Own AI Meeting Notetaker Agent using Supercog Agentic Framework 🚀
#ai #tutorial #webdev #python
By Emmanuel Onwuegbusi | Apr 04, 2025
สร้าง Detection language and Translation โดยใช้ Python
#machinelearning #tutorial #beginners #python
By Narapat Pukkam | Apr 04, 2025
Why Python Won’t Save You in a Layoff ?
#python #programming #career #layoffs
By Leon Martin | Apr 04, 2025
Python Doesn’t Support True Constants – So I Built “setconstant” to Fix That
#programming #python #softwaredevelopment #software
By Anuraj R | Apr 05, 2025
Was Alice in Wonderland a programming genius in disguise?
#python #selenium #webdev #javascript
By Nicolas T | Apr 05, 2025
Set up Celery production for Django project
#experience #celery #django #production
By Văn Hiếu Lê | Apr 05, 2025
Using modern AI tools to manage an old "growing" problem
#ai #aws #development #python
By Curtis Evans | Apr 05, 2025
How to Enable Google Analytics Tracking in Your Greening-Deployed Site
#python #opensource #automation #tooling
By Chris Greening | Apr 05, 2025
Sum of digits of a given number
#python #programming
By Reshma | Apr 05, 2025
🚀 Is Your Django App Slowing Down?
#django #webdev #programming #beginners
By DCT Technology Pvt. Ltd. | Apr 05, 2025
Mastering lxml in Python: Parse XML and HTML Like a Pro
#python #xml #webscraping #html
By Blackmare01wolf | Apr 05, 2025
Getting Started with Pandas: The Power Tool for Data Analysis in Python
#python #pandas #datascience #machinelearning
By Blackmare01wolf | Apr 05, 2025
What’s the Best Path for a Beginner: Backend Development or Cybersecurity?
#backend #cybersecurity #python
By Olloyor | Apr 05, 2025
Build a Data Analyzer App with Tkinter, Pandas & NumPy (Python GUI Project)
#python #tkinter #pandas #numpy
By Blackmare01wolf | Apr 05, 2025
Python Decorators
#python #programming
By Lea Abraham | Apr 05, 2025
agrs and kwargs in python
#args #kwargs #python #programming
By Lea Abraham | Apr 05, 2025
subprocess.run 的眉眉角角
#python
By codemee | Apr 05, 2025
Introductory Collections in Python
#python #documentation #learning #programming
By Leandro Rodrigues Alexandre | Apr 05, 2025
Sequence Types in Python – Organize and Access Your Data with Ease!
#python #programming #beginners #coding
By Enthusiast | Apr 05, 2025
🧩 Preguntas sobre desarrollo web general. (Comparte tu conocimiento)
#django #webdev #security #beginners
By Gean | Apr 05, 2025
🧩 Questions about general web development. (Share your knowledge)
#django #mysql #webdev #discuss
By Gean | Apr 05, 2025
The Philosophy Behind Greening: Developer Momentum
#python #opensource #automation #tooling
By Chris Greening | Apr 05, 2025
Codecademy Python terminal game – Epsilon the cat
#codecademy #programming #python
By Tri Anh Phung | Apr 05, 2025
Neural Shell (nlsh): Your AI-Powered Command Line Assistant
#cli #productivity #ai #python
By Evander Q. L. Darrow | Apr 05, 2025
Python Cheatsheet
#python #cheatsheet #programming #webdev
By offlinepixel | Apr 05, 2025
✅ GUI Based Universal Unit Converter Using Python With Source Code
#programming #beginners #tutorial #python
By Srijan Kumar | Apr 06, 2025
Introducing WBORM: A lightweight ORM with automatic introspection for JDBC databases 🧩
#python #informix #jdbc #opensource
By Wanderson Batista | Apr 06, 2025
Bipartite-Based 2-Approximation for Dominating Sets in General Graphs
#programming #algorithms #computerscience #python
By Frank Vega | Apr 06, 2025
Singleton Pattern
#java #python #designpatterns #design
By Thodoris Kouleris | Apr 06, 2025
Creating a Middleware in FastAPI for Logging Request and Responses
#fastapi #logging #python
By Rajath Kumar K S | Apr 06, 2025
Building an Intelligent Document Analyzer: My Gen AI Capstone Project with RAG
#ai #python #machinelearning #kaggle
By PRAGNYA NITR22CS024 | Apr 06, 2025
Stock Data Extraction Using Apache Kafka
#apachekafka #python #cassandra #dataengineering
By Milcah03 | Apr 06, 2025
Less than a minute to convert MCP transport from SSE to stdio! 💻
#mcp #ai #python #programming
By Miki Makhlevich | Apr 06, 2025
Time Capsule
#webdev #javascript #python #news
By GEOMANss | Apr 06, 2025
Hey, it's 3d models of the real languages
#python #delaunay #scipy #qwen
By Vladimir Biryukov | Apr 06, 2025
🚀 Building an ETL Pipeline with Python to Scrape Internship Jobs and Load into Excel
#dataengineering #python #programming
By Denzel Kanyeki | Apr 06, 2025
I built a small Windows app to extract links from PDFs and websites – looking for feedback!
#programming #python #softwaredevelopment #performance
By Tarik Dev | Apr 06, 2025
Python Backend trainee
#python #backend #learning #help
By Mustafa Mansour | Apr 06, 2025
I really need feedback here…
#python #github #help #beginners
By John | Apr 06, 2025
Learning Playwright with Python and Pytest: My One-Month Challenge Begins!
#playwright #python #pytes #testing
By Arun Dhole | Apr 06, 2025