DEV Community

SRINU
SRINU

Posted on

Learning python through practice

I want to learn #python in more depth by doing projects relating to #python is there any one who can help me in this regard is there any site which can help in this aspect of learning

Top comments (3)

Collapse
 
pbouillon profile image
Pierre Bouillon

I would be glad to help you if you have any question, don't hesitate to reach me with the messaging tool of this site !

To learn Python, I would recommend you to build small projects of an increasing size and ambition. For me, the best to learn is to be driven by our own motivation !

For example you can start with trying to build a 'More or Less' game, then a small console RPG (a small one, of course), etc !

If you have any question, don't hesitate to reach me,
Happy coding ! 😄

Collapse
 
srisrinu profile image
SRINU

bro can we get in contact through mobile we both try to build the things

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.