Python was one of my first programming languages; it came right after it's parent, C.

I found a lot of cool things that could be done with Python, and I have not really healed from its bite since. I am creating a series of articles to share the cool things I have learnt about the language and how to make the most of it.

Python Uses

Python is a language for scientists: data scientists, to be precise, but it is also very powerful and widely used in the web development industry. Python is behind a large pool of data science frameworks - from pandas to sci-kit-learn for ML.

Web Development

Python has a large array of powerful web development frameworks used by big tech companies, and startups alike. The ones I will talk about mostly will be Flask, and Django, as they happen to be the most popular.

The next article will dive into Installation, Setup and Getting Started with Python.