Understanding iterators is a milestone for any serious Pythonista. With this step-by-step tutorial you’ll understanding class-based iterators in Python, completely from scratch.
(more…)
Read more »
Flat is a library for creating and manipulating digital forms of fine arts. (more…)
Read more »
If you work in R and are curious about using Python, but haven’t quite known howto get started, this blog post is for you. I’ve come across quite a few R use... (more…)
Read more »
In the first part of this article series, PDF reports in Python web applications — Part 1: Server side report generation, I explained the… (more…)
Read more »
Hy is a Lisp dialect that’s embedded in Python. Since Hy transforms its Lisp
code into Python abstract syntax tree (AST) objects, you have the whole
beautiful world of Python at your fingertips, in Lisp form. (more…)
Read more »