With the upcoming release of our time series database as an open source database we’d like to reveal a bit more about the process. SiriDB migrated from Python to native C.
Read more »
Ten years ago, in December 2009, I started working on Python
Tutor as a side project in grad school. It's a
web-based tool that allows users to write code in their browser, see it
visualized step-by-step, and get live help from volunteers. Fast-forward
to... (more…)
Read more »
Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language. (more…)
Read more »
One reason Python is so usable is that you can find out precisely how anything works.
We’ll see how to find out how to use any module, even if it’s not documented.
Then we’ll use ast and dis to minutely examine exactly how Py... (more…)
Read more »
Data queries written in Python, a commonly used programming language, can grind data analytics platforms to a crawl, but a new platform developed by researchers from Brown and MIT may finally solve the Python efficiency problem. (more…)
Read more »