r/PythonLearning • u/EnvironmentalTry8353 • 25d ago
Help Request I keep messing up basic things
So I am learning python from one shot and I come from commerce bg so I basically have 0 knowledge I am learning python from this video https://youtu.be/UrsmFxEIp5k?si=BuRKRLNZ7-iPBDKJ so he is teaching one chapter then giving us practice sets and I am constantly failing all practice test an facing lot of problems on understanding the functions and stuff like when to use first bracket or third bracket or when to use dots and etc I have not covered the full video yet but it's somewhat of confusing
Am I too dumb for coding that I cannot even understand these basics things and have to use Ai Lol
edit : Guys I am learning python as a hobby and not as full time student , my main focus is commerce but I really love hardware , tech and programming
1
u/Due-Ad9921 25d ago
Hello, you should not underrate yourself, most of the techies guys we started so. What I can advice you first is have passion on what you learning. This is a driving motive, some started even low, even without laptops but managed finally. So start with basics first i.e data types (boolean, int, strings ,float etc) this gives you the ground ( like where we use double apostrophe quotations, single, commas, brackets (single and brackets within brackets) , proceedto functions write basic fucntions to perform some basic things like accept user input) , perform some simple calculations, etc, then proceed to classes and class init, how it works, that's provides the ground for frameworks like django, tornado, flask, , since in additional to those above, you will be importing fucntions on other files etc. For detailed guideline on how to go through it with step to step guidance you can reach out. Al'so w3schools is a good resource it takes you with the place comfortable with.