Interacting with CSV files using Python

CSV (Comma Separated Values) files are one of the most used forms of data storage. This is due to their flexibility and cross language support. Every major programming language has support for CSV file I/O (input/output). In this article, we will be

Read More

Dealing with stdin (standard input) in Python

When I started out with competitive programming, I was frequently confused with the usage and implementation of stdin a.k.a. Standard Input in Python.  If you have tried competitive programming, where your code is tested against numerous test cases, you may have come across

Read More

Why is Python so cool?

I was recently looking for a language which could help me in learning data science. I stumbled upon this language called Python which has been there since sometime, but is yet to become as popular as C++ or Java. I thought of giving

Read More