In this article, I’m going to show you the top 5 unusual features you can find in Python. Experienced Python developers might recognize some of them. However, others will still be unknown. Regardless, I find all of them very cool. (more…)
Read more »
💡Python package for object oriented headers, HTTP/1.1 style. Parse headers to objects. - Ousret/kiss-headers... (more…)
Read more »
In Python code reviews I’ve seen over and over that it can be tough for developers to format their Python code in a consistent way: extra whitespace, irregular indentation, and other “sloppiness” then often leads to actual bugs in the program.
Read more »