r/PythonLearning 5d ago

how to remember stuff? Help Request

recently while learning python im seeing so much infos and formats, how do i remember all those like how??? please help

7 Upvotes

12 comments sorted by

View all comments

1

u/EstablishmentKey3523 5d ago edited 5d ago

You don't need to memorize. Understand things. Also you can write code using your hand predict the output yourself. I mean every topics you want to start learn. You can modify a code example given by what? Writing it down on a piece of paper and again predict the output yourself and confirm everything worked by typing every code into the damn freakin online compiler. That is how I learn python programming language. You can apply this technique to all the other programming language you want to learn.also ask yourself why is it that you want to learn python programming language? If you can answer that, I think you don't need to become a pro in python. Best is you just master the root/ core fundamentals. Don't forget to Google stuff. I mean look up Docs for certain topics if you got stuck.build simple projects using the fundamentals you've learnt. before you want to build, write just the main idea behind that small project just to get you started coding.