How to Start with Python begginer to advance level?? Uses of it?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to Start with Python begginer to advance level?? Uses of it??

Can anyone will guide me from where to learn python from begginer to advance and where it is used? And projects on it?

4th Jul 2020, 8:33 PM
Sumeet Maheshwari
Sumeet Maheshwari - avatar
2 Answers
+ 4
I personally started with a 6 hour tutorial on YouTube, and then finished the python tutorial in sololearn, after that you should learn data stractures and algorithms. Then you can start doing small projects like: a simple calculator, guess the number, or Rock paper scissors game. You can also solve challenges on Code Wars, or even sololearn.(A great practice). When you are more advanced try make a speed typing test, or do challenges in Code Chef. Python is really good for data science, artificial intelligence, backend web development and much more
4th Jul 2020, 9:47 PM
Kirill
Kirill - avatar
+ 1
https://www.sololearn.com/Discuss/507682/?ref=apphttps://www.sololearn.com/Discuss/992916/?ref=apphttps://www.sololearn.com/Discuss/342483/?ref=apphttps://www.sololearn.com/Discuss/1392432/?ref=apphttps://www.sololearn.com/Discuss/2045628/?ref=app The discussion forum has lots of interesting answers regarding this topic, those are just a few. Start with the Python course in here, always try to apply what you learn, you can go for videos or articles or books or whatever you feel comfortable with, use Google when things don't look clear. There are awesome sites and YouTube videos out there! Python is a general purpose programming language. Here are some uses: Web development AI, machine learning and data science (it is really popular there) Web Scraping and some automation tasks. Python is rich with amazing libraries and frameworks that gives you a lot out of the box.
4th Jul 2020, 11:11 PM
Ali Abdelhady
Ali Abdelhady - avatar