arrow_upward
How to learn Advanced Python the quickest
#1
Hello,

I am already a C# developer since 6Y and I use it daily for my job.
More and more jobs in my area of expertise require advanced python knowledge.
I already did some python with pandas to manipulate quickly some .json or .csv files but nothing major (just scripts, without object oriented features)

How can I learn some advanced python easily, knowing than I already have the basics of the language.
i.e I would like to learn the quickest way possible how to go into object oriented, create an app, addi unit tests and other stuff that can make a production viable software and tackle interview questions



#2
Do projects and google the things you can't do. Use libraries and learn to read documentation, stuff like that should help.