I don't understand the logic of programming man. I don't understand how they would get the task correct by finding the index by using len and range like what! I've been watching tutorials for 2 weeks but before that I used chat gpt to complete tasks and i learnt if elif while loop for loop easily idk if its coz its easy or i should quit tutorials?
#Python
13 messages · Page 1 of 1 (latest)
decent steps to get started, no idea what your exact question is tho
It takes practice. At the start it often feels like beating your head against the wall. It’s not like learning to do arithmetic where you learn the steps and then apply them. You’ve gotta learn an entirely new way of thinking and problem solving.
Take your time, be willing to fail, and keep trying.
I often tell people it’s a good idea to pick a project idea and build it, then delete it all and build it again, and again, and again. That’ll let you build up the understanding of what works and what doesn’t.
This year is my 20th year coding and I have many projects that I’ve built multiple times. I even have one that is on its 10th revision
How many types of python
Python 3
Python 3 mean
What
there are 3 versions of python. Thats what wang means.
If you ask about variable types its a different topic 😄
but please make your own help post for questions.
python is what is known as a "top down" language
it's very abstracted from the core functions of the computer
"but how do it know" by j. clark scott goes over how computers work at the electronic level
it's a nice read if you feel overwhelmed by black-box functions that do mysterious things behind the scenes to spit out some result