I just started a new repository in my GitHub account, storing a small utility to display the dependency graph of a Python project. This post will show some examples and possible uses.
Read more »
Most python exercises I found online were either too easy or tested things that were not directly related to python (mostly data structures or algorithms). Neither is a good choice when you're teaching Python courses. This following list has helped me lea... (more…)
Read more »
Comprehensive python articles, tutorials and guides for python programmers. Learn Python the right way. (more…)
Read more »
An approach for selecting a representative subset from large amounts of test data using code coverage metrics... (more…)
Read more »
There have been a few recent articles reflecting on the current status of
the Python packaging ecosystem from an end user perspective, so it seems
worthwhile for me to write-up my perspective as one of the lead architects
for that ecosystem on how I chara... (more…)
Read more »