As an experienced programmer, but a brand new novice to Python, I really appreciate this type of introductory video about syntax! See, I bought several of the best Python books, but they are not crystal clear like this video is. Thanks so much.
Have tried 3 different styles of videos to learn this by far has really cleared up any doubts due to the great way of breaking down and explaining what the language does. The rest just throw you into the middle of the sea and tell you, swim.
So the rule with tabs is that you use them for indentation, but not alignment. In other words, if you change your tab spacing, it shouldn't break any alignment you may have done. (because you used spaces for the alignment, right?)
As an experienced programmer, but a brand new novice to Python, I really appreciate this type of introductory video about syntax! See, I bought several of the best Python books, but they are not crystal clear like this video is. Thanks so much.
Have tried 3 different styles of videos to learn this by far has really cleared up any doubts due to the great way of breaking down and explaining what the language does. The rest just throw you into the middle of the sea and tell you, swim.
Thanks! Appreciated!
This video should be named " Python Syntax - Everything you need to know to write your first program!" Because alot is missing.
Very helpful video.Cheers from NZ
01:16 You have yourself a new follower!
very helpful video thank you so much!!!
Glad it was helpful!
What editor are you using ?
Why dosent my python screen look like yours? Im running the idle version and im only seeing the white background. Not the coloured one your typing on.
its replit ide
Would it be alright to only use camel case for everything? consts, vars, funcs, methods, and etc.
please what software is this
Replit
I didn't know that in python you don't need "end" at the end of the function
PS: I code lua
Thank u
👍 👏
pp
I hate this syntax
🤢
So the rule with tabs is that you use them for indentation, but not alignment. In other words, if you change your tab spacing, it shouldn't break any alignment you may have done. (because you used spaces for the alignment, right?)