python-fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. (more…)
Read more »
13th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly newsletter is focused on keeping you up to date with the industry, keeping your skills sharp, without wasting your valuable time. (more…)
Read more »
Here we go again, another day, another scammer. This time a scammer decided to use a live payment processor to test validity of cards to scam. Not very smart... (more…)
Read more »
Regular expressions are the standard for string processing, but did you know you can often get better text untangling with Pynini's finite-state transducers?
Read more »