+ 5
What should I do after completing the Python course ?
Should I read a new book ? How should I learn algorithms and data structure?
7 Respostas
+ 12
You should program! Seriously. That is how you get better. No matter how useless a program is, it will help develop your programming skills.
+ 9
Try a book called "How to think like a computer scientist" and also check out other python courses on codecademy, Udacity, Udemy, and also YouTube.
Then;
Join others programmers on;
Codewars, CodeFights, and HackerRank to test your skills.
+ 4
You should go deep into Python, try to read some book, check on google for some python tasks. You should write a lot of code, to get more better in coding.
+ 2
I agree joachim, I recently found codewars and am enjoying it on the side.I've tried hackerrank,I like it too but I prefer the difficulty levels of codewars and the ability to view other's answers to learn more efficient ways of solving a problem.
people are right saying practise, reading tutorials is brilliant to learn but as I'm finding trying to solve problems on codewars, it's now my brain is really having to work recalling half the stuff I've just read and understanding how to put it together to solve said problem
+ 1
do some projects yourself and improve your portfolio.
0
Look online for Raymond Hettinger's videos
0
You should code more projects in the Code Playground. Take Code Coach challenges and challenge people with Python.
Happy learning (and coding).