The problemLet's say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you may actually be wrong. That's because python3 points at the last version of Python you inst... (more…)
Read more »
Well, this one took a bit more time due to some surprise last time
reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s
here. Will this be the first release announcement of the 3.10 series
without copy-paste typos? Go get it here: (more…)
Read more »
💡Python package for object oriented headers, HTTP/1.1 style. Parse headers to objects. - Ousret/kiss-headers... (more…)
Read more »
Easy and elegant parser combinators for Python. With awesome docs. - python-parsy/parsy... (more…)
Read more »
Learn how to build a website crawler for scraping at scale. Start by visiting pages one by one and scale up with parallel processing in a thread-safe way. (more…)
Read more »