What should i know about python other than this app program?? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What should i know about python other than this app program??

what should I learn next from where and how?

11th Oct 2017, 2:50 PM
Jay Parikh
Jay Parikh - avatar
3 ответов
+ 4
You could just print the module list and try to use some. Or... say you're interested in space; try a NASA dataset? Lots of public data out there. Off SoloLearn you can use 'requests' to retrieve files/feeds (on SoloLearn you'd have to learn sockets). http://docs.python-requests.org/en/master/ Python docs by Little Drops (Play store) gave me some ideas due to good examples there.
11th Oct 2017, 4:55 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
First of all, I recommend finishing the app course before going further. Also, engage in challenges - they are a great way to deepen your understanding. When you get your app course done and you still want to learn more, I recommend Coursera courses. There are some really good in-depth Python course packages to choose from according to your interests. Maybe one of these two would suit you: https://www.coursera.org/specializations/python https://www.coursera.org/specializations/data-science-python Good luck and enjoy! :-)
12th Oct 2017, 3:11 AM
Jussi Rosti
Jussi Rosti - avatar