Python Syntax - Everything you need to know!

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 21

  • @KpxUrz5745
    @KpxUrz5745 5 หลายเดือนก่อน +12

    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.

  • @voa23
    @voa23 8 วันที่ผ่านมา

    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.

    • @StefanRows
      @StefanRows  3 วันที่ผ่านมา

      Thanks! Appreciated!

  • @t6ixfury
    @t6ixfury 3 หลายเดือนก่อน +4

    This video should be named " Python Syntax - Everything you need to know to write your first program!" Because alot is missing.

  • @hibiscuscoastie3502
    @hibiscuscoastie3502 ปีที่แล้ว +4

    Very helpful video.Cheers from NZ

  • @DxBang3D
    @DxBang3D 8 หลายเดือนก่อน +2

    01:16 You have yourself a new follower!

  • @samcarter5033
    @samcarter5033 ปีที่แล้ว +7

    very helpful video thank you so much!!!

    • @StefanRows
      @StefanRows  ปีที่แล้ว +1

      Glad it was helpful!

  • @costantinosevangelides3138
    @costantinosevangelides3138 4 หลายเดือนก่อน

    What editor are you using ?

  • @unkownoflife5959
    @unkownoflife5959 11 หลายเดือนก่อน

    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.

    • @OmniCode786
      @OmniCode786 2 หลายเดือนก่อน

      its replit ide

  • @hasanamirov3932
    @hasanamirov3932 ปีที่แล้ว +1

    Would it be alright to only use camel case for everything? consts, vars, funcs, methods, and etc.

  • @CharityDonkor-s6q
    @CharityDonkor-s6q 11 หลายเดือนก่อน

    please what software is this

  • @Valixo889
    @Valixo889 ปีที่แล้ว +2

    I didn't know that in python you don't need "end" at the end of the function
    PS: I code lua

  • @AsN..
    @AsN.. ปีที่แล้ว +1

    Thank u

  • @TheInterestingInformer
    @TheInterestingInformer 6 หลายเดือนก่อน

    👍 👏

  • @itspurple9824
    @itspurple9824 ปีที่แล้ว +1

    pp

  • @beri4138
    @beri4138 ปีที่แล้ว +4

    I hate this syntax

  • @bogatiiplays
    @bogatiiplays 7 หลายเดือนก่อน

    🤢

  • @killistan
    @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?)