Writing code under pressure is hard!
- rye is awesome and uv recently has gain many rye/poetry like features
- super fast and great UX
- no more need for poetry, pip-tools, twine etc
There's a lot of easy stuff we can all do to raise the bar
- requires that the Python interpreter does lots of additional accounting
- Steering Commitee condition that it there's isn't too much single thread performance lost by removing the GIL
- Avoid reference counting and garbage collection accounting for immutable objects
None
,True
,False
, integers from -5 to 255
- Avoid unnecessary CPU cache invalidation
- Less private memory use when forking processes; avoids copy-on-write (COW) for immutable objects
- Functionality of datetime + timedelta + zoneinfo + pytz + dateutil etc with one consist API
- https://arrow.readthedocs.io/en/latest/
Amazing talk!
- Round trip YAML preserving layout and comments
- https://yaml.readthedocs.io/en/latest/detail/
- Deploy Python apps everywhere
- Linux, MacOS, Windows, iOS, Android, web
- Native UI controls
- https://beeware.org/
All talks coming to YouTube soon