What to do and how to continue? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What to do and how to continue?

So, 2 days ago I downloaded the SoloLearn app and started the Python course. I've now gotten to the beginning of OOP, which leaves with a few questions. What should I be able to do now? How will I learn more advanced features of Python when I'm finished? And finally, I'll maybe have to revisit earlier modules or spend minutes trying to logically solve new codes because I forgot how something worked. When I f.ex. saw the text analyzer I instantly thought: How do you come up with that and how do you train it?

4th Aug 2017, 6:22 PM
Frederik
2 Answers
+ 4
You might follow this thread and stay tuned for new free ebooks on Python, including machine learning and word2vec (text analysis). Also, you might check the code below: https://www.sololearn.com/discuss/444755/?ref=app https://code.sololearn.com/W8iMGXTusS8V/?ref=app
4th Aug 2017, 7:23 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
If you are really interested to dive deeper into the Python-world, I'd recommend to 1) Get a book like "Learning Phyton" (O'Reilly) 2) Write down you're own notes as you read and learn - you'll probably remember things better if you write them down 3) Read and understand existing code and 4) Write your own
4th Aug 2017, 7:31 PM
Martin Ed
Martin Ed - avatar