Tiny Great Languages: Assembly
Tiny Great Languages: Assembly This is the first post in a multi-part series that uses Python...
Django 5.1.3 release notes | Django documentation
Django Bugfix Release Issued: 5.1.3 DJANGO SOFTWARE FOUNDATION
Beautiful Soup: Build a Web Scraper With Python Quiz – Real Python
Quiz: Beautiful Soup: Build a Web Scraper With Python REAL PYTHON
Pydantic: Simplifying Data Validation in Python Quiz – Real Python
Quiz: Pydantic: Simplifying Data Validation in Python REAL PYTHON
Opposite of Cloud Native is?
Opposite of Cloud Native Is…? Michael (from Talk Python fame) introduces the concept of “stack-native” as...
How to Reset a pandas DataFrame Index – Real Python
How to Reset a pandas DataFrame Index In this tutorial, you’ll learn how to reset a...
Posit Connect Cloud
Do Your Data Science Teams Struggle to Share Their Work With Their Colleagues Securely Posit Connect...
Python Closures: Common Use Cases and Examples – Real Python
Python Closures: Common Use Cases and Examples In this tutorial, you’ll learn about Python closures. A...
In defense of simple architectures
In Defense of Simple Architectures You can go surprisingly far with a simple software architecture, in...
Solving the Vehicle Routing Problem with OpenStreetMap and OR-Tools
Vehicle Routing Using OpenStreetMap This project shows you how to implement the Vehicle Routing Problem (VRP)...
A Comprehensive Guide to Python Project Management and Packaging: Concepts Illustrated with uv – Part I – Reinforced Knowledge
Guide to Python Project Management and Packaging This is a deep dive article on Python project...
I Waited 10 Billion Cycles and All I Got Was This Loading Screen
I Waited 10B Cycles and All I Got Was This Loading Screen This opinion piece discusses...
Thoughts on Django’s Core
Thoughts on Django’s Core This post by a Django core developer talks about the last twenty...
map and filter with list comprehensions
map and filter With List Comprehensions This quick-hit post shows you how to use the map()...
Don't return named tuples in new APIs
Don’t Return Named Tuples in New APIs This post talks about when and when not to...
GitHub - CZ-NIC/mininterface: A minimal interface to Python application
mininterface: A Minimal Interface to Python Application GITHUB.COM/CZ-NIC
GitHub - bundesAPI/deutschland: Die wichtigsten APIs Deutschlands in einem Python Paket.
deutschland: German Dataset Collection GITHUB.COM/BUNDESAPI
GitHub - pytest-dev/pytest-metadata: Plugin for accessing test session metadata
pytest-metadata: Plugin for Accessing Test Session Metadata GITHUB.COM/PYTEST-DEV
GitHub - FHPythonUtils/BlendModes: Use this module to apply a number of blending modes to a background and foreground image
BlendModes: Apply Blending Modes to Images GITHUB.COM/FHPYTHONUTILS
GitHub - sjbitcode/django-admin-dracula: 🦇 Dracula themes for the Django admin
django-admin-dracula: Dracula Themes for the Django Admin GITHUB.COM/SJBITCODE
Login to Meetup | Meetup
IndyPy Hosts “AI & Data for Good” November 12, 2024 MEETUP.COM • Shared by Laura Stephens
Introduction to Web Scraping With Python – Real Python
Introduction to Web Scraping With Python In this video course, you’ll learn all about web scraping...
State of Python 3.13 Performance: Free-Threading - CodSpeed
State of Python 3.13 Performance: Free-Threading This article does a comparison between code in single threaded,...
Scrape Any Website Without Getting Blocked
Scrape Any Website Without Getting Blocked The only web scraper API that extracts data at scale...
PEP 756 – Add PyUnicode_Export() and PyUnicode_Import() C functions | peps.python.org
PEP 756: Add PyUnicode_Export() and PyUnicode_Import() C Functions (Withdrawn) PSF
PEP 569 – Python 3.8 Release Schedule | peps.python.org
Python 3.8 Reaches End of Life PYTHON.ORG
Single and Double Underscores in Python Names Quiz – Real Python
Quiz: Single and Double Underscores in Python Names REAL PYTHON
Getting Started With Async Features in Python Quiz – Real Python
Quiz: Getting Started With Async Features in Python REAL PYTHON
Thinking of Rewriting Our Go / Java API in Python
Thinking of Rewriting Our Go / Java API in Python REDDIT
Python PGP proposal poses packaging puzzles [LWN.net]
Move to Sigstore Complicates Linux Distros Currently, CPython signs its artifacts with both PGP and Sigstore....
Python's Magic Methods in Classes – Real Python
Python’s Magic Methods in Classes In this video course, you’ll learn what magic methods are in...
Welcome! You are invited to join a webinar: Introducing Guardrails Pro. After registering, you will receive a confirmation email about joining the webinar.
[Webinar] How to Build Secure, Ethical, and Scalable AI Operations As GenAI and LLMs rapidly evolve,...
Make It Ephemeral: Software Should Decay and Lose Data
Make It Ephemeral: Software Should Decay and Lose Data In the real world, things decay over...
What's up Python? 3.13 is out, t-strings look awesome, dep groups come in handy...
Python 3.13, t-Strings, Dep Groups… Bite code! does their monthly Python news wrap-up. Check out stories...
Facings product identifier using YOLOv8 and image embeddings
Identifying Products From Images This project uses computer vision solution to automate doing inventory of products...
Write more pythonic code with context managers
Write More Pythonic Code With Context Managers Context managers enable you to create “template” code with...
It's our 10th birthday!
Django Girls 10th Birthday! This post celebrating ten years of Django Girls talks about how it...
TIL 105 – pytest selection arguments for failing tests
pytest Selection Arguments for Failing Tests This quick TIL post talks about five useful pytest options...
Asyncio gather() Return Values - Super Fast Python
Asyncio gather() Return Values This post shows you how to return values from coroutines that have...
PyBay 2024
PyBay 2024 This list contains the recorded talks from the PyBay 2024 conference. YOUTUBE video
GitHub - benrutter/wimsey: Easy and flexible data contracts
wimsey: Data Contract Library GITHUB.COM/BENRUTTER
GitHub - bcmi/libcom: Image composition toolbox: everything you want to know about image composition or object insertion
libcom: Image Composition Toolbox GITHUB.COM/BCMI
GitHub - kennethreitz/simplemind: Python API client for AI providers that intends to replace LangChain and LangGraph for most common use cases.
simplemind: Experimental Client for AI Providers GITHUB.COM/KENNETHREITZ
PyChrono: Multi-Physics Simulation in Python - Cristiano Pizzamiglio
PyChrono: Multi-Physics Simulation in Python CRISTIANOPIZZAMIGLIO.COM • Shared by Cristiano Pizzamiglio
Running a million empty tests
Running a Million Empty Tests To better understand just where the performance cost of running tests...