After completing python basic | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

After completing python basic

What i study after completing python basic in python To take deep knowledge in python

28th Jun 2020, 8:33 AM
Runtime Terror
Runtime Terror - avatar
3 Answers
+ 5
Hello vivek kumar, Once you have learned Python basics, you should focus on what do you really want to do with Python. Do you want to use Python to analyse data ? Do you want to build websites with Python ? Do you want to be an ML engineer? Do you want to build desktop software with Python? Do you want to automate tests using Python? Once you pick what your goal is, you may decide what to learn next. Want to analyse data? Learn Python data science libraries like Numpy & Pandas. Want to build websites with Python ? Learn Flask, Django or Tornado. Want to be an ML engineer? Learn about ML concepts. Want to build desktop software with Python? Learn PyQT or Tkinter. Want to automate tests using Python? Learn Selenium and automation. Build apps: Once you learn one of the above frameworks/libraries you will be all set to design your own applications. For data science you will get plenty of sample data sets to practice on. For Django & Flask you may build the backend for any kind of site you desire. For ML, you may use libraries like Tensorflow and build your own ML project. For desktop apps, you can build something like a desktop based todo list application or any other utility program to manage your daily tasks i hope this will help to you.
29th Jun 2020, 5:46 AM
Ishan Shah
Ishan Shah - avatar
+ 4
Thanks Ishan shah
29th Jun 2020, 5:50 AM
Runtime Terror
Runtime Terror - avatar
0
+1
29th Jun 2020, 1:58 PM
Hajer Abu AL-Qasim
Hajer Abu AL-Qasim - avatar