0

How do I reinforce what I just learned?

So I'm learning Python currently and am trying to remember everything but it's a little scattered in my head. I copied the simple calculator on paper for the sake of my memory, but there has to be a better way to reinforce what I just learned. Are there projects I can learn from or something I'm missing? I'm mostly looking for advice to feel more confident in this.

27th Mar 2019, 4:04 PM
Christopher Van Castle
Christopher Van Castle - avatar
2 ответов
+ 1
https://www.codechef.com - best place to start solving practical problems. A competitive programming website, but you should be able to do beginner and easy challenges. https://reddit.com/r/dailyprogrammer - try to do the easy ones. http://projecteuler.net - if you like math. https://github.com/karan/Projects/blob/master/README.md - Small-scale project ideas https://github.com/tuvtran/project-based-learning/blob/master/README.md - Larger scale projects
27th Mar 2019, 7:39 PM
Vlad Serbu
Vlad Serbu - avatar