Python notes
@python_development_notes
560
subscribers
213
links
Download Telegram
Join
Python notes
560 subscribers
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…
Python notes
https://blog.miguelgrinberg.com/post/dynamic-forms-with-flask
Miguelgrinberg
Dynamic Forms with Flask
A common need in web applications is to create a form that allows the user to enter a list of items, with the number of items not known in advance. This is a pattern often used when entering user…
Python notes
https://lincolnloop.com/insights/avoiding-mocks-testing-llm-applications-with-langchain-in-django/
Lincoln Loop
Avoiding Mocks: Testing LLM Applications with LangChain in Django | Lincoln Loop
Discover how to test Django applications integrating large language models (LLMs) using LangChain. Learn a mock-free testing approach that enables flexibility, introspection, and seamless API updates, while ensuring robust and reliable application development.
Python notes
https://autokitteh.com/technical-blog/hacking-the-import-system-and-rewriting-the-ast-for-durable-execution/
autokitteh
Python - Rewriting the AST For Durable Execution
Modifying the code that takes the user code and transforms it by installing an import hook, and rewriting the AST (abstract syntax tree).
Python notes
https://dev.to/treehouse/portable-python-bundles-on-windows-41ac
DEV Community
Portable Python Bundles on Windows
Packaging Python applications and environments on MS Windows for other users so that they're "ready...
TWeb.init({scrollToPost:'python_development_notes/62'});