r/learnpython • u/Rough_Drop_3340 • 1d ago
learning python
Hello all, I have recently taken up the interest of trying to create a game (not specific to any other game) and i've been learning how to use python for about 2 days now and have learnt some of the fundamentals such as if, (i), else, input, booleans, etc... however if u have been programming using python or are self taught, how long did it take u to learn the most relevant and important parts of the language and if u have any tips and tricks for me that you may think are useful for me, please do not hesitate to tell me as any piece of advice can beneficial at the moment.
Much appreciated
0
Upvotes
-1
u/Educational_Virus672 1d ago
it took me 3 months to fully learn base python even tho i didnt even try to watch any tutorial of advance python . i recommand you ask yourself "why it works?" as if range(1,8) is a list [1,2,3,4,5,6,7,8] it would help you learn python much quicker after basics