English
全部
搜索
图片
视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
8:16
YouTube
Bro Code
Python CLASS VARIABLES explained easy! 🎓
# 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
已浏览 2.7万 次
2024年5月21日
Python Programming Basics
1:00:06
Python for Beginners - Learn Coding with Python in 1 Hour
YouTube
Programming with Mosh
已浏览 2236.3万 次
2020年9月16日
2:02:21
Python Full Course for Beginners [2025]
YouTube
Programming with Mosh
已浏览 231.6万 次
7 个月之前
28:08
Python Basics: The Ultimate Guide for Beginners (2025)
YouTube
KodeKloud
已浏览 3664 次
5 个月之前
热门视频
11:41
Python OOP Tutorial 2: Class Variables
YouTube
Corey Schafer
已浏览 184.5万 次
2016年6月23日
15:24
Python OOP Tutorial 1: Classes and Instances
YouTube
Corey Schafer
已浏览 476.8万 次
2016年6月20日
6:46
Learn Python CLASS METHODS in 6 minutes! 🏫
YouTube
Bro Code
已浏览 4.8万 次
2024年7月5日
Python Projects for Beginners
3:00:29
12 Beginner Python Projects - Coding Course
YouTube
freeCodeCamp.org
已浏览 473.4万 次
2020年12月9日
53:00
Python Projects for Beginners – Master Problem-Solving! 🚀
YouTube
Programming with Mosh
已浏览 48.6万 次
2024年9月10日
1:41:08
5 Mini Python Projects - For Beginners
YouTube
Tech With Tim
已浏览 295.3万 次
2021年6月10日
跳转到 Python Using Class Members and Variables Program Using 的关键时刻
11:41
从 05:56 开始
Using Class Variables
Python OOP Tutorial 2: Class Variables
YouTube
Corey Schafer
8:16
从 0:00 开始
Introduction to Class Variables
Python CLASS VARIABLES explained easy! 🎓
YouTube
Bro Code
15:51
从 09:01 开始
Adding Class Variables
Using Classes and Objects in Python | Learning Python for Beginners | Code
…
YouTube
Kylie Ying
15:24
从 02:06 开始
Understanding Instance Variables
Python OOP Tutorial 1: Classes and Instances
YouTube
Corey Schafer
3:55
从 00:19 开始
Differences between Class and Instance Variables
Python class variables 🚗
YouTube
Bro Code
9:49
从 00:30 开始
Class Variables
Class Variables And Class Methods In Python
YouTube
Krish Naik
从 0:00 开始
Introduction to Class and Instance Variables
Class and Instance Variable in Python | Learn Python
YouTube
Rai Gurukul
24:11
从 19:15 开始
Additional Uses of Classes
Learn Python • #11 Classes • Create and Use Classes in Python
YouTube
pixegami
11:09
从 00:31 开始
Class constructor method
Class and Objects in Python | class variables and instance variables | SuM
…
YouTube
SuMyPyLab
11:41
Python OOP Tutorial 2: Class Variables
已浏览 184.5万 次
2016年6月23日
YouTube
Corey Schafer
15:24
Python OOP Tutorial 1: Classes and Instances
已浏览 476.8万 次
2016年6月20日
YouTube
Corey Schafer
6:46
Learn Python CLASS METHODS in 6 minutes! 🏫
已浏览 4.8万 次
2024年7月5日
YouTube
Bro Code
11:49
Object Oriented Programming Python -11 | Class Variables in Pyt
…
已浏览 1.9万 次
2022年1月28日
YouTube
Code-yug
24:11
Learn Python • #11 Classes • Create and Use Classes in Python
已浏览 5386 次
2023年4月6日
YouTube
pixegami
1:57
How to Access Class Methods and Variables Using Self in Python
3 周前
YouTube
The Debug Zone
55:42
Introduction to Python Classes & Objects in the context of ML [Lect
…
已浏览 4513 次
5 个月之前
YouTube
Vizuara
34:46
Python Tkinter Tutorial (Part 2): Using Classes for Functionality an
…
已浏览 3.7万 次
2024年8月15日
YouTube
Corey Schafer
9:19
Python Classes and Objects Explained | Object-Oriented Progr
…
已浏览 2222 次
2024年5月13日
YouTube
Tech Snippets
20:48
Classes and Objects in Python Explained | OOP Full Tutorial for B
…
2 个月之前
YouTube
ABroot
1:47
The Best Practices for Initializing Class Variables in Python
已浏览 1 次
5 个月之前
YouTube
vlogize
20:33
Class Variables, Class Methods, Static Methods in Python
已浏览 172 次
11 个月之前
YouTube
CodeSentinent
9:50
16. Class and Objects [Python 3 Programming Tutorials]
已浏览 13万 次
2019年5月8日
YouTube
codebasics
36:18
Python Classes Made Easy Complete Beginner's
已浏览 2103 次
9 个月之前
YouTube
Python Coding
1:40
Understanding How to Access Parent Class Variables and Metho
…
已浏览 3 次
5 个月之前
YouTube
vlogize
1:31
Creating a Python List of Class Members with Jinja2 Templates
已浏览 1 次
5 个月之前
YouTube
vlogize
9:07
Lec-53: Classes & Objects in Python 🐍 | Object Oriented Programming in
…
已浏览 15.2万 次
2023年10月7日
YouTube
Gate Smashers
3:39
Class vs Instance Variables In Python
已浏览 1.7万 次
2021年3月16日
YouTube
StudySession
16:11
Python Data Classes Are AMAZING! Here's Why
已浏览 10.5万 次
2024年3月13日
YouTube
Tech With Tim
9:54
Static Variables & Methods in OOP | Python for AI #96
已浏览 36 次
4 个月之前
YouTube
DSwithBappy
2:36
Python - Variable Names - W3Schools.com
已浏览 14.9万 次
2024年6月27日
YouTube
w3schools.com
What is Variable in Python? | Live Class with Practical Implementatio
…
已浏览 124 次
3 周前
YouTube
Jamia Pakistan
18:52
Python Class Constructors and Instance Initialization
已浏览 2.1万 次
2022年5月19日
YouTube
Real Python
4:44
Variables and assignment | Intro to CS - Python | Khan Academy
已浏览 9514 次
2024年6月26日
YouTube
Khan Academy
1:36
How to Effectively Share Variables Between Classes in Python
已浏览 1 次
5 个月之前
YouTube
vlogize
2:03
Accessing Parent Class Variables as Instance Variables in a Child Clas
…
5 个月之前
YouTube
vlogize
1:22
Mastering Function Variables in Python: Use Variables from One F
…
5 个月之前
YouTube
vlogize
1:28
Using a Class Variable Across Inheritance in Python
5 个月之前
YouTube
vlogize
观看更多视频
更多类似内容
反馈