2016-08-21
Mutable default arguments in Python

Recently, I came across an interesting feature in Python and thought I should share it with everyone.

2016-08-18
GSoC'16 final report

GSoC

2016-08-13
Pipes in Linux

In this blog, I’d like to share about Pipes - an interesting feature of Unix/Linux operating systems (it’s available in other systems too). Having talked about Pipes in brief, I will do the implementation in Python. So let’s get started!

2016-08-07
GSoC Experience

Well, it’s been quite a time since the last blog. The current blog and the following blogs are going to be about my overall experience and the stuff that I have learnt in the past 11 weeks while contributing to coala-analyzer as a Google Summer of Code developer under Python Software Foundation. The list is long hence I won’t contain them in single post. :)

2016-07-21
Python f-strings

Hey there! How are you doing? :)