Thu, Dec 12, 2019, 6:30 PM: Join us for our next Web Meetup! We'll have food, two talks, and socializing/networking afterwards. Note: there will be a sign-in form with NDA at the event. Also, message (more…)
Read more »
An extremely fast Python library to calculate the cognitive complexity of Python files, written in Rust. - rohaquinlop/complexipy... (more…)
Read more »
quickle is a fast and small serialization format for a subset of Python
types. It’s based off of Pickle, but includes several
optimizations and extensions to provide improved performance and security. For
supported types, serializing a message with quickl... (more…)
Read more »
A python CAD programming library. Contribute to gumyr/build123d development by creating an account on GitHub. (more…)
Read more »
I have long noted issues with Python 3’s bytes/str separation, which is designed to have a type “bytes” that is a simple list of 8-bit characters, and “str” which is a… (more…)
Read more »