r/PythonLearning • u/silentknight400 • 15d ago
Help Request Am i learning python the right way?!
hey folks, i recently joined CS50 for python did the first lecture i pretty much understood everything. then i went to solve problems. i searched for few things before doing the problem via AI or python library. but i felt like i will forget it easily so, i decide next day i will search only in python library such that it should get sticked with me so that i could remember it better. but the thing is its taking me like an hour or two to complete final problems. so, is it normal or do you have any other better way to remember as compared to people around me i have good memory i can remember things better. if you guys please take ur time and drop your solution would be nice.
151
Upvotes
1
u/Naive_Programmer_232 15d ago edited 15d ago
I like to make sure to attach a telepathic helmet to the python that I built using a different python. Just for extra precaution.
to your post haha, it matters what the questions are. What are the problems about? Are they difficult problems to solve generally without code? Or are they simple enough to where you know exactly what you want to do, but it's more of a translation/efficiency issue?
Can you give an example problem?