DEV Community

Discussion on: Learning python through practice

Collapse
 
notsag profile image
Maxime Gaston

Hey,

You can check coderwars if you want to practice through some increasingly difficult exercises.

You can also choose to start a little side-project : a text-based game, an Alexa skill, a little cli (check click) or a small website (check flask or django).

You can check this article which is also quite wonderful!

For example, on my side, I'm starting a CLI tool to create and validate a yaml resume. You can have a look on github : yaml-resume.
Feel free to contribute if you want to.