+ 1
What should i know about python other than this app program??
what should I learn next from where and how?
4 Réponses
+ 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.
+ 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! :-)