Learning Python

December, 01, 2024

I started learning Python during my postgraduate studies. There were two goals: to write a blog website and analyze data conveniently and quickly. I started by reading and going through the Python official tutorial which gave me a great overview and base for making further steps. After that, I started to write the Django website (the first version of this one). Looking back I can say that Django probably wasn't the best choice(documentation is not the friendliest), now I would choose Flask or FastAPI (which didn't exist when I started). Parallelly I worked with Pandas, Matplotlib, and Jupyter Notebook. But the most fruitful for me to understand OOP and Python was the Think Python book by Allen B. Downey, which is free and well-written. 

 


Similar articles:

Learning Modern Linux

Rust course for begginers


Reddit