Improving Python exception chaining with raise-from This is going to be a story about an esoteric feature of Python 3, and how I spent the last few months reviving it and bringing... (more…)
Read more »
In this post, we'll learn how to work with Slack via the API and the official SlackClient Python helper library.
Read more »
Turbodbc is a Python module to access relational databases via the Open Database
Connectivity (ODBC) interface. In addition to complying with the Python Database API
Specification 2.0, turbodbc offers built-in NumPy support. Don’t wait minutes for your
re... (more…)
Read more »
NOTE: This blog post complements a PyDistrict presentation on the same topic posted on this date.
Thanks to Rami Chowdhury for inviting me to speak, and the PyDistrict organizers for hosting me.
Code samples from this talk are available at this GitHub rep... (more…)
Read more »