0
How much time should I learn python to start freelancing?
Hey, it's been a year I've been learning it, I just started learning Django as well. Am I right that it's the shortest way to build web apps with it or to webscrape apps to start make money on platforms like Upwork? Thank you
1 Respuesta
+ 19
Dunaev Evgenii
https://intellipaat.com/community/49275/how-long-does-it-take-to-learn-JUMP_LINK__&&__python__&&__JUMP_LINK-to-get-a-job
It will take 4-5 months to learn Python spending 4 hours every day:NOT according to me BUT ACCORDING TO INTERNET
First start with basics such as learning functions, control structures (for loops, while loops, and if-else statements), data types (Strings, Lists, Tuples, Dictionaries), object-oriented programming (object, class, constructor, methods)
After this learn the following essential python libraries:
Pandas – for Data Cleaning, data manipulation, data analysis
NumPy – for Numerical computations and handling multi-dimensional arrays
SciPy – for linear algebra computations
Matplotlib and Seaborn – for data visualization
Also learn Django and Flask frameworks if you want to learn advanced python.