Switching from virtualenvwrapper to direnv, Starship, and uv
Earlier this week I considered whether I should finally switch away from virtualenvwrapper to using ...
https://treyhunner.com/2024/10/switching-from-virtualenvwrapper-to-direnv-starship-and-uv/
Earlier this week I considered whether I should finally switch away from virtualenvwrapper to using ...
https://treyhunner.com/2024/10/switching-from-virtualenvwrapper-to-direnv-starship-and-uv/
Treyhunner
Switching from virtualenvwrapper to direnv, Starship, and uv
Earlier this week I considered whether I should finally switch away from virtualenvwrapper to using local .venv managed by direnv. I’ve never …
NanoCube
Lightning fast OLAP-style point queries on Pandas DataFrames.
https://github.com/Zeutschler/nanocube
Lightning fast OLAP-style point queries on Pandas DataFrames.
https://github.com/Zeutschler/nanocube
GitHub
GitHub - nanocubeai/nanocube: Lightning fast OLAP-style point queries on Pandas DataFrames.
Lightning fast OLAP-style point queries on Pandas DataFrames. - nanocubeai/nanocube
👍1
Python and SysV shared memory
The article explains how to use Python's ctypes to wrap SystemV shared memory functions (like shmat, shmget) for interprocess communication on systems restricted to Python 3.7. The author demonstrates creating, reading, writing, and destroying shared memory segments through Python, noting that while this approach isn't needed in Python 3.8+ due to built-in abstractions, it's useful in re...
https://euroquis.nl/blabla/2024/10/08/shm.html
The article explains how to use Python's ctypes to wrap SystemV shared memory functions (like shmat, shmget) for interprocess communication on systems restricted to Python 3.7. The author demonstrates creating, reading, writing, and destroying shared memory segments through Python, noting that while this approach isn't needed in Python 3.8+ due to built-in abstractions, it's useful in re...
https://euroquis.nl/blabla/2024/10/08/shm.html
[bobulate]
Python and SysV shared memory
At work-work the system uses, for historical reasons, a lot of SystemV shared memory. The SysV shared memory API has C functions like shmat(2). There is also a different shared memory API, POSIX shared memory, which has functions like shm_open(3). For reasons…
👍1
Splink
Fast, accurate and scalable probabilistic data linkage with support for multiple SQL backends.
https://github.com/moj-analytical-services/splink
Fast, accurate and scalable probabilistic data linkage with support for multiple SQL backends.
https://github.com/moj-analytical-services/splink
GitHub
GitHub - moj-analytical-services/splink: Fast, accurate and scalable probabilistic data linkage with support for multiple SQL backends
Fast, accurate and scalable probabilistic data linkage with support for multiple SQL backends - moj-analytical-services/splink
Django dashboard
give your django dashboard a new modern skin with new features,
Mobile responsive and customizable on top of tailwindcss
https://github.com/hypy13/django-daisy/
give your django dashboard a new modern skin with new features,
Mobile responsive and customizable on top of tailwindcss
https://github.com/hypy13/django-daisy/
GitHub
GitHub - hypy13/django-daisy: A modern django dashboard built with daisyui
A modern django dashboard built with daisyui. Contribute to hypy13/django-daisy development by creating an account on GitHub.
Django + Postgres: The Hunt for Long Running Queries
Using django-pgactivity for application-level monitoring of database queries.
https://pgilmartin.substack.com/p/django-postgres-the-hunt-for-long
Using django-pgactivity for application-level monitoring of database queries.
https://pgilmartin.substack.com/p/django-postgres-the-hunt-for-long
Paul’s Substack
Django + Postgres: The Hunt for Long Running Queries
Using django-pgactivity for application-level monitoring of database queries.
Niquests
Niquests is a simple, yet elegant, HTTP library. It is a drop-in replacement for Requests, which is under feature freeze.
https://github.com/jawah/niquests
Niquests is a simple, yet elegant, HTTP library. It is a drop-in replacement for Requests, which is under feature freeze.
https://github.com/jawah/niquests
GitHub
GitHub - jawah/niquests: “Safest, Fastest, Easiest, and Most advanced” Python HTTP Client. Production Ready! Drop-in replacement…
“Safest, Fastest, Easiest, and Most advanced” Python HTTP Client. Production Ready! Drop-in replacement for Requests. HTTP/1.1, HTTP/2, and HTTP/3 supported. With WebSocket, and SSE! Be free of Req...
👍1
Python client for the $20 Colmi R02 smart ring
https://tahnok.github.io/colmi_r02_client/colmi_r02_client.html
https://tahnok.github.io/colmi_r02_client/colmi_r02_client.html
TypedDicts are better than you think
This post explains how Python’s TypedDict can enhance code clarity and maintainability by enabling more precise type annotations in dictionaries. It discusses how TypedDict ensures type safety and helps with early error detection in dynamic programming environments.
https://blog.changs.co.uk/typeddicts-are-better-than-you-think.html
This post explains how Python’s TypedDict can enhance code clarity and maintainability by enabling more precise type annotations in dictionaries. It discusses how TypedDict ensures type safety and helps with early error detection in dynamic programming environments.
https://blog.changs.co.uk/typeddicts-are-better-than-you-think.html
blog.changs.co.uk
TypedDicts are better than you think
TypedDict was introduced in PEP-589 which landed in Python 3.8. The primary use case was to create type annotations for dictionaries. For example,...
Python 3.13.0
The newest major release of Python introduces several new features including an improved interactive interpreter, an experimental free-threaded build mode, and a preliminary JIT, along with various optimizations and changes to the standard library.
https://www.python.org/downloads/release/python-3130/
The newest major release of Python introduces several new features including an improved interactive interpreter, an experimental free-threaded build mode, and a preliminary JIT, along with various optimizations and changes to the standard library.
https://www.python.org/downloads/release/python-3130/
Python.org
Python Release Python 3.13.0
The official home of the Python Programming Language
Python 3.13 and the Latest Trends: A Developer’s Guide to 2025
Learn about the exciting new features in Python 3.13. Get insider insights into the latest updates and learn about the plans for Python 3.14.
https://www.youtube.com/live/GPwYSf1t8Lw
Learn about the exciting new features in Python 3.13. Get insider insights into the latest updates and learn about the plans for Python 3.14.
https://www.youtube.com/live/GPwYSf1t8Lw
YouTube
Python 3.13 and the Latest Trends: A Developer’s Guide to 2025
Get insider insights into the latest updates and learn about the plans for Python 3.14 from Lukasz Langa and Tania Allard as they walk us through the exciting new features in Python 3.13, including free-threaded CPython and JIT overview and Python 3.13 performance.…
I Understand Machine Learning with Numpy and PyTorch Better Since I Started Focusing on the Basics
https://www.reddit.com/r/Python/comments/1g1uuyc/i_understand_machine_learning_with_numpy_and/
https://www.reddit.com/r/Python/comments/1g1uuyc/i_understand_machine_learning_with_numpy_and/
Reddit
From the Python community on Reddit: I Understand Machine Learning with Numpy and PyTorch Better Since I Started Focusing on the…
Explore this post and more from the Python community
In the Making of Python Fitter and Faster
How Python's recent performance improvements work under the hood.
https://sumercip.com/posts/making-python-fitter-and-faster/
How Python's recent performance improvements work under the hood.
https://sumercip.com/posts/making-python-fitter-and-faster/
Sumercip
In the Making of Python Fitter and Faster
How Python's recent performance improvements work under the hood
Custom Dictionary Types in Pydantic
A quick primer on leveraging custom root types for this task.
https://bryananthonio.com/blog/pydantic-custom-dictionary-types/
A quick primer on leveraging custom root types for this task.
https://bryananthonio.com/blog/pydantic-custom-dictionary-types/
Bryan Anthonio
Custom Dictionary Types in Pydantic
A quick primer on leveraging custom root types for this task.
The New Python 3.13 Is FINALLY Here!
Python 3.13 is here with exciting updates! Dive into the key new features, including the game-changing option to disable the Global Interpreter Lock (GIL).
https://www.youtube.com/watch?v=eUDGlxu_-ic
Python 3.13 is here with exciting updates! Dive into the key new features, including the game-changing option to disable the Global Interpreter Lock (GIL).
https://www.youtube.com/watch?v=eUDGlxu_-ic
👍1
Pyloid
Pyloid is the Python backend version of Electron and Tauri, providing an open-source project that allows you to easily utilize various Python integration features. With Pyloid, developing desktop applications becomes simple, enabling you to effortlessly build apps by integrating Python's powerful capabilities.
https://github.com/pyloid/pyloid
Pyloid is the Python backend version of Electron and Tauri, providing an open-source project that allows you to easily utilize various Python integration features. With Pyloid, developing desktop applications becomes simple, enabling you to effortlessly build apps by integrating Python's powerful capabilities.
https://github.com/pyloid/pyloid
GitHub
GitHub - pyloid/pyloid: Pyloid: Electron for Python Developer • Web-based desktop app framework
Pyloid: Electron for Python Developer • Web-based desktop app framework - pyloid/pyloid
❤2