Week One: Python Hello Everyone! Well it's probably been more than a week since I started with Python but I didn't cover many concepts. Anyways let me explain in an order so it would be easy to understand for people who didn't start. So in my previous blog I mentioned the resources I'm using for learning python (will share the link below). So I started with the usual print commands, moved onto arithmetic operators. It was interesting to get my math calculations done using Python. Wish I had known it earlier, my math homeworks would have been completed in seconds. After that I practised some quizes in DataCamp which really helped me apply the basic knowledge I had, followed which I learnt about Input function. Just by learning these three concepts I was able to do some pretty co...