This is a tool that for writing AST-based refactorings for large Python codebases. It uses lib2to3 to convert source code to an AST, run a visitor over it that modifies the tree, and convert the tree back into source code. (more…)
Read more »
The idea of this page is to answer various of the How Do I...?
questions relating to Python under Win32. Although I probably
will cover some simpler things, the intention is to group subjects
which are less commonly covered in the books and mailing l... (more…)
Read more »
Let us do scripting with Python! Yay! Not only as an alternative to VBA, but also as an alternative to field functions (=SUM(A1:A2))... (more…)
Read more »
Img2shHello there, In this post, I want to tell a brief story of how I have created a tool named img2sh. It is also my first python package which is published over PyPI. In this very post, I will try... (more…)
Read more »
An assessment based python coaching session designed to fill gaps in your understanding extremely quickly. (more…)
Read more »