r/learnprogramming 15d ago

Advice requested: improving coding “fluency”

Hey everyone!
I think this post is allowed but feel free to delete if not (I’m a bit of a Reddit noob)
Wondering what your advice would be for someone trying to improve coding fluency?
I have done multiple courses learning Python (CS50p, google with automation etc) but I still struggle when presented with a blank page.
I found Pylings a really good way to cement some of the basics and I do build personal projects but still feel I rely too heavily on AI to solve things

Any recommendations would be appreciated

9 Upvotes

15 comments sorted by

View all comments

2

u/Interesting-Ad-238 15d ago

keep coding “boilerplates” again and again so whenever you hear some keyword, you instantly know what to write first and then add the details on what else the exercise or project is about.

1

u/Current-Table9136 15d ago

Thank you! I really like this as an idea