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.
@voa2313 күн бұрын
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.
@StefanRows8 күн бұрын
Thanks! Appreciated!
@t6ixfury3 ай бұрын
This video should be named " Python Syntax - Everything you need to know to write your first program!" Because alot is missing.
@DxBang3D8 ай бұрын
01:16 You have yourself a new follower!
@hibiscuscoastie3502 Жыл бұрын
Very helpful video.Cheers from NZ
@samcarter5033 Жыл бұрын
very helpful video thank you so much!!!
@StefanRows Жыл бұрын
Glad it was helpful!
@costantinosevangelides31384 ай бұрын
What editor are you using ?
@unkownoflife595911 ай бұрын
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.
@OmniCode7862 ай бұрын
its replit ide
@CharityDonkor-s6q11 ай бұрын
please what software is this
@TheInterestingInformer6 ай бұрын
Replit
@hasanamirov3932 Жыл бұрын
Would it be alright to only use camel case for everything? consts, vars, funcs, methods, and etc.
@Valixo889 Жыл бұрын
I didn't know that in python you don't need "end" at the end of the function PS: I code lua
@TheInterestingInformer6 ай бұрын
👍 👏
@AsN.. Жыл бұрын
Thank u
@itspurple9824 Жыл бұрын
pp
@beri4138 Жыл бұрын
I hate this syntax
@bogatiiplays7 ай бұрын
🤢
@killistan Жыл бұрын
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?)