Is it possible to hit a million requests per second with Python? Probably not until recently. (more…)
Read more »
The Transcrypt Python to JavaScript compiler makes it possible to program lean and fast browser applications in Python. Transcrypt applications can use any JavaScript library and can also run on top of Node.js or be used in combination with Django.
Read more »
Speech recognition is the process of converting spoken words to text. Python supports many speech recognition engines and APIs, including Google Speech Engine, Google Cloud Speech API,... (more…)
Read more »
If you're familiar with financial trading and know Python, you can get started with basic algorithmic trading in no time. (more…)
Read more »
This code in this post is in Python 3, but aside from “cosmetic” differences,such as next(g) vs g.next() it applies to Python 2 as well. (more…)
Read more »