DEV Community

Discussion on: What is your one piece of advice or best tip for getting better in Python programming?

Collapse
 
apoclyps profile image
Kyle Harrison

Pick a project you find interesting, write a python script for it and keep iterating. As your projects grows, so will the stuff you need to learn.

A good place to start is with new language features. Why not try out fstrings or data classes.

Collapse
 
rosejcday profile image
Rose Day

Thanks!! I will have to look into data classes, have not used that before.