Python CLASS VARIABLES explained easy! 🎓

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

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

  • @BroCodez
    @BroCodez  7 หลายเดือนก่อน +8

    # class variables = Shared among all instances of a class
    # Defined outside the constructor
    # Allow you to share data among all objects created from that class
    class Student:
    class_year = 2025
    num_students = 0
    def __init__(self, name, age):
    self.name = name
    self.age = age
    Student.num_students += 1
    student1 = Student("Spongebob", 30)
    student2 = Student("Patrick", 35)
    student3 = Student("Squidward", 55)
    student4 = Student("Sandy", 27)
    print(f"My graduating class of {Student.class_year} has {Student.num_students} students")
    print(student1.name)
    print(student2.name)
    print(student3.name)
    print(student4.name)

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

      what is the use of class variables, like can you give me basic for-dummies example?

  • @Ronstadtlive
    @Ronstadtlive 7 หลายเดือนก่อน +4

    How did you know I was struggling with this? Your timing is intuitive and impeccable

  • @ReighKnight
    @ReighKnight 7 หลายเดือนก่อน +2

    Please continue making this series. It is tremendously valuable. Cannot thank you enough Bro

  • @AgGh-c5s
    @AgGh-c5s 7 หลายเดือนก่อน +9

    Make a video about Django and python

  • @bacon5481
    @bacon5481 7 หลายเดือนก่อน +1

    welcome back brotha, hope you been well, thanks for all that you do

  • @mahadkhan3014
    @mahadkhan3014 7 หลายเดือนก่อน +19

    BRO what happened?? 76 videos in 2 days???

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

    Even though I know classes reasonably well i always find nuggets in your videos. 🎉

  • @3ameralhlal274
    @3ameralhlal274 5 หลายเดือนก่อน

    Thank You
    You are the best one to teach Python.

  • @Mocomochii
    @Mocomochii 7 หลายเดือนก่อน +1

    THE GOAT IS BACK 🔥 love u

  • @Pradeep-mh9ui
    @Pradeep-mh9ui 2 หลายเดือนก่อน

    Thanks!

  • @adamcylee
    @adamcylee 7 หลายเดือนก่อน +1

    You are very good. Love from SINGAPORE!

  • @mr.unknown5307
    @mr.unknown5307 7 หลายเดือนก่อน +2

    Please make a tutorial on Nmap in python
    reply = input("Reply: ").lower()
    while(reply != "yes"):
    print("Please Bro!")
    reply = input("Reply: ").lower()
    print("Thanks Bro!");

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

    Thank you bro❤

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

    Thanks bro

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

    Thanks Bro , would you like to start assembly language please , I find it hard. we understand you're explanation the most .

  • @tytusmajewski7092
    @tytusmajewski7092 26 วันที่ผ่านมา

    fun fact - sponge bob was born in 1986- as states his driving license - so he is 38 now

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

    Bro please make django tutorial. It is a Humble request from your loyal follower

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

    ___hello___

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

    \__hello\__

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

    :yt: