UI designer Jessica Williamson redesigns the Python logo and receives 7000 upvotes on Reddit. (more…)
Read more »
Contrarian view on mutable default arguments.¶The use of mutable defaults is probably the most infamous Python gotcha. Default values are evaluated at definition time, which means mutating them will (more…)
Read more »
an experimental alternative to poetry/pip/pipenv/venv/virtualenv/pdm/hatch/… - GitHub - mitsuhiko/rye: an experimental alternative to poetry/pip/pipenv/venv/virtualenv/pdm/hatch/… (more…)
Read more »
https://cs.brown.edu/~sk/Publications/Papers/Published/lgmvpk-static-python/00:00 Intro00:40 Gradual Typing03:42 Example05:51 Static Python Types06:31 Gradua... (more…)
Read more »
In November 2022, I opened issue 99108 on Python’s GitHub repository, arguing that after a recent CVE in its implementation of SHA3, Python should embrace verified code for all of its hash-related infrastructure. (more…)
Read more »