Fredrik Lundh crafted our current string search algorithms, and
they've served us very well. They're nearly always as fast as
dumbest-possible brute force search, and sometimes much faster. This
was bought with some very cheap one-pass preprocessing of t... (more…)
Read more »
Image recognition can seem like a pretty daunting technical challenge. Scraping images to use as training data for a machine learning model stresses me out. That’s where Clarifai comes in. This API is great for implementing image recognition so you can fo... (more…)
Read more »
Python VM written in Swift. Contribute to LiarPrincess/Violet development by creating an account on GitHub. (more…)
Read more »
prompt_toolkit is a library for building powerful interactive command line
and terminal applications in Python. (more…)
Read more »
Python implementation of the mobile Blizzard Authenticator (TOTP) - GitHub - jleclanche/python-bna: Python implementation of the mobile Blizzard Authenticator (TOTP)... (more…)
Read more »