Python notes
@python_development_notes
560
subscribers
213
links
Download Telegram
Join
Python notes
560 subscribers
Python notes
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.
👍
1
Python notes
https://www.youtube.com/watch?v=VuKK0bEkSdo
YouTube
A hand-holding guide to writing FUSE-based filesystems in Python
Gave this talk at ChiPy (Chicago Python User Group)
😁
5
Python notes
Detect and extract tables to markdown and csv
https://github.com/VikParuchuri/tabled
GitHub
GitHub - VikParuchuri/tabled: Detect and extract tables to markdown and csv
Detect and extract tables to markdown and csv. Contribute to VikParuchuri/tabled development by creating an account on GitHub.
👍
4
Python notes
https://pythonspeed.com/articles/uv-python-production/
Python⇒Speed
Should you use uv’s managed Python in production?
The uv package manager can also install Python for you. Should you use this feature in production?
👍
3
Python notes
https://hamel.dev/notes/fasthtml/concurrency.html
Hamel's Blog
Concurrency For Starlette Apps (e.g FastAPI / FastHTML) – Hamel’s Blog
Concurreny fundamentals for Python web apps
Python notes
https://www.coryzue.com/writing/kamal-django/
Coryzue
Deploying (Multiple) Django Apps to a Single Server with Kamal 2
Shared servers for the win!
👍
2
Python notes
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
👍
1
Python notes
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,...
👍
1
Python notes
PyData Amsterdam 2024 playlist
https://www.youtube.com/playlist?list=PLGVZCDnMOq0reU2lzNZCn9obkyRVaSnpF
🔥
1
Python notes
https://sethmlarson.dev/python-and-sigstore
sethmlarson.dev
Python and Sigstore
This critical role would not be possible without funding from the Alpha-Omega project. Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
I was a guest on ...
👍
1
Python notes
https://www.youtube.com/watch?v=i1eMxu_PR5Y
YouTube
Django and htmx Tutorial: Easier Web Development
In this tutorial, Christopher Trudeau explores how the htmx library can bring dynamic functionality, like lazy loading, search-as-you-type, and infinite scroll, to your Django web applications with minimal JavaScript.
Christopher demonstrates how htmx integrates…
👍
2
Python notes
https://dilovan.substack.com/p/from-python-to-cpu-instructions-part
Thoughts on Data
From Python to CPU instructions: Part 1
This post, is what happens, when you get an intrusive thought about how your computer works, in the middle of the night.
👏
2
Python notes
https://github.com/konstin/sudoku-in-python-packaging
GitHub
GitHub - konstin/sudoku-in-python-packaging: Sudoku solving in python packaging
Sudoku solving in python packaging. Contribute to konstin/sudoku-in-python-packaging development by creating an account on GitHub.
👍
3
Python notes
https://www.youtube.com/watch?v=6AGDnJ_26uw
YouTube
When You Shouldn’t Remove Code Duplication (And How to Refactor the Right Way)
💡
Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I'll refactor some tricky, hard-to-detect code duplication, show you an example of when it's best to leave duplicated code as is, and share a few tips on how…
👍
3
Python notes
https://johnnymetz.com/posts/multistep-database-changes/
Johnny Metz
Zero Downtime Django Deployments with Multistep Database Changes
Preventing downtime during deployments is crucial for maintaining service availability and ensuring a positive user experience. Blue-green deployments have emerged as a popular strategy to achieve this goal. However, they introduce challenges, especially…
👍
4
Python notes
https://github.com/kyleloomis/finstruments
GitHub
GitHub - kyleloomis/finstruments: Financial instrument definitions built with Python and Pydantic
Financial instrument definitions built with Python and Pydantic - kyleloomis/finstruments
Python notes
PyBay 2024 playlist
https://www.youtube.com/playlist?list=PL85KuAjbN_gvx5b_BgLVcKfccnlZAVPMk
YouTube
PyBay 2024
PyBay is an annual conference gathering of Pythonistas put on by the Bay Area Python Association. PyBay 2024 was our 9th annual event, held on September 21, ...
Python notes
https://treyhunner.com/2024/10/adding-keyboard-shortcuts-to-the-python-repl/
Treyhunner
Adding keyboard shortcuts to the Python REPL
I talked about the new Python 3.13 REPL a few months ago and after 3.13 was released.
I think it’s awesome. I’d like to share a secret …
Python notes
Analytics for PyPI packages
https://clickpy.clickhouse.com/
Python notes
https://github.com/CZ-NIC/mininterface/
GitHub
GitHub - CZ-NIC/mininterface: CLI & dialog toolkit – a minimal interface to Python application (GUI, TUI, CLI + config files, web)
CLI & dialog toolkit – a minimal interface to Python application (GUI, TUI, CLI + config files, web) - CZ-NIC/mininterface
Python notes
https://www.youtube.com/watch?v=zml0rTMJVXg
YouTube
10 Tips to Become REALLY Good at Python
👉
Visit https://brilliant.org/ArjanCodes/ to try Brilliant for free for 30 days. You’ll also get 20% off an annual premium subnoscription.
In this video, I’ll share 10 tips that can take you from a good Python developer to a great developer. Make sure you…
TWeb.init({scrollToPost:'python_development_notes/58'});