DEV Community

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

Collapse
 
rhymes profile image
rhymes

Read source code, it helped me a ton. Maybe not from something huge like Django but something like a popular small library, like requests.

Also... give it time ☀️

Collapse
 
rosejcday profile image
Rose Day

Neat idea! I will definitely take a look.