My long overdue website where I can upload my portfolio, educational resources, and thoughts on various things.
(more…)
Read more »
This article explains the new features in Python 3.7, compared to 3.6. (more…)
Read more »
Code reuse is a very common need. It saves you time for writing the same code multiple times, enables leveraging other smart people’s work… (more…)
Read more »
Today, I released tabula-py 0.3.0, which extracts table from PDF into Python pandas’s DataFrame.
Read more »
SymPy is an open source computer algebra system written in pure Python. It is built with a focus on extensibility and ease of use, through both interactive and programmatic applications. These characteristics have led SymPy to become a popular symbolic li...
Read more »