Naming Python Variables

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • Discusses the conventions for naming Python Variables

Komentáře • 9

  • @oonniiigg
    @oonniiigg Před 5 lety +2

    your work is excellent thank you

  • @annCHIfashion
    @annCHIfashion Před 6 lety +3

    Many thanks for the playlist it made so many things clear. Thank you sir!

  • @boazmusungu6134
    @boazmusungu6134 Před 6 lety +3

    thank you for the upload. your work is inspiring ad simple to understand.

  • @18photonerd
    @18photonerd Před 6 lety +1

    thanks so much for this vid you made this so clear to understand and comprehend

  • @garrybeck216
    @garrybeck216 Před 5 lety +1

    Many thanks Phil

  • @detector_aryan
    @detector_aryan Před 3 lety

    Everything is object in pytohn
    Can u plz explain

    • @johnphilipjones
      @johnphilipjones  Před 3 lety +1

      Have a look at the videos at the following links:
      www.pythonbytesize.com/5-introduction-to-classes-and-objects.html
      www.pythonbytesize.com/8-classes-and-objects.html
      Best wishes
      Phil

    • @detector_aryan
      @detector_aryan Před 3 lety

      @@johnphilipjones thanks
      I am following ur playlist BTW
      And its awesome
      😍

  • @AlexandrBorschchev
    @AlexandrBorschchev Před 4 lety +1

    Yes dont use abbreviations, its hard to keep track of the variables if its not readable. Most of the time i dont understand my programs because i dont know the variables, its confusing and definitely not helpful. Lesson learned always use readable variable, and a readable editor....