+ 2

What to do next??

I am currently at oop in Python and was thinking about what to do after I finish Python. Also what are the other sources through which I can learn the advance part of Python. .. .. Any suggestions for which programming language to start next.

30th Jun 2019, 5:44 PM
Akash
Akash - avatar
2 odpowiedzi
+ 4
You can find SL lessons for NumPy and Machine Learning, at the end of the python course (see: more on the topic). If you want to enhance your python skills, it is really worth getting familiar with some standard libraries like itertools, functools, collections. The official python documentation is a very good source to pick up those basics. Then it is really up to you what you need to study next, depending on your interest you can learn about gui applications, web scraping, web frameworks, data analysis and visualisation, machine learning. Each topic had several popular python libraries to get you started.
30th Jun 2019, 5:59 PM
Tibor Santa
Tibor Santa - avatar
+ 3
www.python.org
30th Jun 2019, 9:19 PM
HonFu
HonFu - avatar