~pycoders | Bookmarks (449)
-
Django Query Optimization - Defer, Only, and Exclude
Django Query Optimization: Defer, Only, and Exclude Database queries are usually the bottlenecks of most web...
-
How to Use Async Agnostic Decorators in Python
How to Use Async Agnostic Decorators in Python Using decorators in a codebase that has both...
-
PEP 779 – Criteria for supported status for free-threaded Python | peps.python.org
PEP 779: Criteria for Supported Status for Free-Threaded Python PEP 703 (Making the Global Interpreter Lock...
-
Python Leiden User Group | Meetup Thursday, March 27, 2025
Python Leiden User Group March 27, 2025 PYTHONLEIDEN.NL
-
PSF Distinguished Service Award Granted to Thomas Wouters
PSF Distinguished Service Award for Thomas Wouters PYTHON SOFTWARE FOUNDATION
-
-
Providing Multiple Constructors in Your Python Classes – Real Python
Providing Multiple Constructors in Your Python Classes In this step-by-step tutorial, you’ll learn how to provide...
-
Getting to Know Duck Typing in Python – Real Python
Getting to Know Duck Typing in Python In this video course, you’ll learn about duck typing...
-
anomalib/README.md at main · openvinotoolkit/anomalib
Detect and Localize Anomalies With Intel AI, Powered by OpenVINO Discover Anomalib, a library of ready-to-use...
-
Satellogic's Open Satellite Feed
Satellogic’s Open Satellite Feed This post explores the “Satellogic EarthView” data feed, starting with determining where...
-
The Hierarchy of Controls (or how to stop devs from dropping prod)
The Hierarchy of Controls This article, subtitled “how to stop devs from dropping prod” takes an...
-
"Rules" that terminal programs follow
“Rules” That Terminal Programs Follow The conventions that most terminal programs follow mean that you can...
-
Python Textual: Build Beautiful UIs in the Terminal – Real Python
Python Textual: Build Beautiful UIs in the Terminal Textual is a Python library for building text-based...
-
GitHub - sunscrapers/djoser: REST implementation of Django authentication system.
djoser: REST Implementation of Django Authentication System GITHUB.COM/SUNSCRAPERS
-
GitHub - html5lib/html5lib-python: Standards-compliant library for parsing and serializing HTML documents and fragments in Python
html5lib-python: Parse HTML Documents and Fragments GITHUB.COM/HTML5LIB
-
GitHub - TDAmeritrade/stumpy: STUMPY is a powerful and scalable Python library for modern time series analysis
stumpy: Modern Time Series Analysis GITHUB.COM/TDAMERITRADE
-
GitHub - nicoloboschi/poetry-dockerize-plugin: Poetry plugin your Poetry application to a Docker image easily.
poetry-dockerize-plugin: Generate a Docker Image From Poetry GITHUB.COM/NICOLOBOSCHI
-
GitHub - commaai/opendbc: a Python API for your car
opendbc: A Python API for Your Car GITHUB.COM/COMMAAI
-
Grand Nord Cameroon - Creating Python Communities and outreach | Nokidbehind
Creating Python Communities and Outreach March 20 to March 21, 2025 NOKIDBEHIND.ORG
-
PyCamp 2025
PyCamp Argentina 2025 March 21 to March 25, 2025 PYAR.DISCOURSE.GROUP
-
Faster branch coverage measurement
Faster Branch Coverage Measurement After nearly two years, Ned thinks this is finally ready: coverage.py can...
-
Python Textual: Build Beautiful UIs in the Terminal Quiz – Real Python
Quiz: Python Textual: Build Beautiful UIs in the Terminal REAL PYTHON
-
Performance of the Python 3.14 tail-call interpreter
Performance of the Python 3.14 Tail-Call Interpreter Prior reports of 10% speed-up from the tail-call interpreter...
-
Binary search as a bidirectional generator
Binary Search as a Bidirectional Generator Python generators support a .send() method, allowing you to receive...