Home

def __init__(self):

The sole purpose for this little subsection of my website is to accumulate in one place all the blog posts related in one way or other to coding — mostly Python or C++.

Some of the code snippets here are quite old and hence I may not be particularly keen on calling them my work. Paraphrasing the ever true:

"Any code of your own that you haven’t looked at for six or more months might as well have been written by someone else." — Eagleson's Law

And hence, stuff such as STL orgies in the UVa challenges should be ignored if they make your eyes bleed. If they don't, you clearly don't hate C++ enough.

def latest_posts_with_tag(self, tag='code'):