html5lib is a pure-python library for parsing HTML. It is designed to
conform to the WHATWG HTML specification, as is implemented by all major
web browsers.
Read more »
In previous posts, I only used strings and booleans. In this one, I use a new data type called “int” (for integer) that allows the storage and computation of natural numbers (numbers without a decimal part). I use them to … Continue reading →... (more…)
Read more »
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. - pyca/cryptography... (more…)
Read more »
Recently, I analyzed Python 3 support for packages listed in PyPI to judge the risk of completely dropping Python 2 in 2017. In this…...
Read more »
Contribute to guarin/nonocycle development by creating an account on GitHub. (more…)
Read more »