Hacker News
- Why you should still read the docs https://death.andgravity.com/output 48 comments
- I almost failed to search a 37 GB text file in under 1 millisecond https://death.andgravity.com/pwned 142 comments
- The unreasonable effectiveness of f-strings and re.verbose https://death.andgravity.com/f-re 90 comments
- Write an SQL query builder in 150 lines of Python https://death.andgravity.com/query-builder-how 103 comments
- Namedtuple in a Post-Dataclasses World https://death.andgravity.com/namedtuples 88 comments
- Learn by reading code: Python standard library design decisions explained https://death.andgravity.com/stdlib 43 comments
Lobsters
- How I almost failed to search a 37 GB text file in under 1 millisecond https://death.andgravity.com/pwned 7 comments performance , python
- namedtuple in a post-dataclasses world https://death.andgravity.com/namedtuples 4 comments python
- This is not interview advice: a priority-expiry LRU cache without heaps or trees https://death.andgravity.com/lru-cache 2 comments programming
- Limiting concurrency in Python asyncio: the story of async imap_unordered() https://death.andgravity.com/limit-concurrency 2 comments pythoncoding
- Limiting concurrency in Python asyncio: the story of async imap_unordered() https://death.andgravity.com/limit-concurrency 24 comments python
- The unreasonable effectiveness of f-strings and re.VERBOSE https://death.andgravity.com/f-re 21 comments python
- Dealing with YAML with arbitrary tags https://death.andgravity.com/any-yaml 3 comments programming
- Write an SQL query builder in 150 lines of Python! https://death.andgravity.com/query-builder-how 15 comments programming
- Why I made my own SQL query builder (in 150 lines of code) https://death.andgravity.com/own-query-builder 21 comments programming
- Sentinel objects, type hints, and PEP 661 https://death.andgravity.com/sentinels 3 comments python
- When to use classes in Python? When your functions take the same arguments https://death.andgravity.com/same-arguments 37 comments python
- Using a Makefile with .PHONY-only targets? Use a run.sh script instead https://death.andgravity.com/run-sh 8 comments programming
- Learn by reading code: Python standard library design decisions explained (for advanced beginners) https://death.andgravity.com/stdlib 19 comments programming
- Struggling to structure code in larger programs? Great resources a beginner might not find so easily https://death.andgravity.com/aosa 29 comments python