English
全部
搜索
图片
视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
13:06
YouTube
Bro Code
SUPER() in Python explained! 🔴
# super() = Function used in a child class to call methods from a parent class (superclass). # Allows you to extend the functionality of the inherited methods class Shape: def __init__(self, color, is_filled): self.color = color self.is_filled = is_filled def describe(self): print(f"It is {self.color} and {'filled' if self.is_filled else 'not ...
已浏览 3.2万 次
2024年5月24日
History of Python Programming Language
2:09
The History of Python Programming Language | From Creation to Global Impact
YouTube
ParonSoft Solutions Ltd.
已浏览 2 次
3 个月之前
1:47
Brief History of Python
YouTube
That Explained
已浏览 15 次
3 个月之前
2:13
Python - History of Python Programming Language
YouTube
Appficial
已浏览 2162 次
2021年8月13日
热门视频
1:28
Understanding super() in Python's List Subclassing: Accessing the Underlying List Directly
YouTube
vlogize
5 个月之前
10:01
Python Tutorial for Beginners 17 - Subclasses , Superclasses and Inheritance
YouTube
ProgrammingKnowledge
已浏览 11.9万 次
2014年10月8日
2:17
How to Wrap All Methods of a Python Superclass Without Changing Its Code
YouTube
vlogize
3 个月之前
History of Python Versions and Features
8:13
History of Python [HD 1080p]
YouTube
WebDevMentors
已浏览 1.1万 次
2014年11月16日
9:16
The Complete History of Python
YouTube
School Room Help
已浏览 1.7万 次
2020年10月15日
3:33
History Of Python Programming Language | Introduction To Python | Python Programming | Simplilearn
YouTube
Simplilearn
已浏览 9.8万 次
2019年9月27日
1:28
Understanding super() in Python's List Subclassing: Accessing the U
…
5 个月之前
YouTube
vlogize
10:01
在视频中查找 01:06
Understanding Superclasses
Python Tutorial for Beginners 17 - Subclasses , Superclasses and In
…
已浏览 11.9万 次
2014年10月8日
YouTube
ProgrammingKnowledge
2:17
How to Wrap All Methods of a Python Superclass Without Chang
…
3 个月之前
YouTube
vlogize
2:01
Understanding the Role of super() in Python Inheritance: Why Child Cla
…
已浏览 2 次
3 个月之前
YouTube
vlogize
1:50
How to Create Instances of an Identical Class with Different Supe
…
4 周前
YouTube
vlogize
1:35
Understanding How to Access Superclass Input Parameters in C
…
1 个月前
YouTube
vlogize
2:17
How to Use super() in Python for Inherited Classes
已浏览 42 次
9 个月之前
YouTube
Python Central
12:38
super class in python oop | super function in python oop
已浏览 3 次
3 个月之前
YouTube
mehak alamgir
1:37
How to Inherit Variables Selectively from a Superclass in Python
1 个月前
YouTube
vlogize
1:42
Mastering Python's super() in Multiple Inheritance: Choosing Yo
…
已浏览 1 次
3 个月之前
YouTube
vlogize
2:02
How to Call Subclass Static Methods from a Superclass in Pyt
…
4 个月之前
YouTube
vlogize
1:26
How to Access a Superclass from a Subclass in Python across Differe
…
1 个月前
YouTube
vlogize
1:47
Understanding Inheritance in Python: Accessing Base Class Att
…
3 个月之前
YouTube
vlogize
1:44
How to Fix Your Subclass Method in Python
已浏览 1 次
3 周前
YouTube
vlogize
12:53
Python Classes Tutorial #4 | Inheritance (Creating a Subclass)
已浏览 1095 次
2024年3月6日
YouTube
Aikonic
2:07
How to Type Hint a Return of Subclass Instances from a Superc
…
5 个月之前
YouTube
vlogize
1:41
Subclasses in Python Made Easier #programming #coding
已浏览 150 次
1 个月前
YouTube
PythonCodeCouch
24:24
Class Inheritance, Super Method & Multiple Objects in Python | Pytho
…
6 个月之前
YouTube
Career Campus Pro
2:36:25
Python Object Oriented Programming (OOP) - Full Course
…
已浏览 19.2万 次
7 个月之前
YouTube
freeCodeCamp.org
36:57
Python Pandas Crash Course (2025)
已浏览 7.3万 次
7 个月之前
YouTube
CodeWithHarry
5:58
🐍 Python super() Explained for Beginners: Inheritance Made Easy!
5 个月之前
YouTube
CodeLucky
8:16
Python CLASS VARIABLES explained easy! 🎓
已浏览 2.7万 次
2024年5月21日
YouTube
Bro Code
1:51
Java Object Class Explained: Why Object is Superclass | OOP Tutori
…
已浏览 2450 次
4 周前
YouTube
Naresh i Technologies
36:14
JUST 30 Minute Revision Complete PYTHON REVISION TOUR 🐉 | SUPE
…
已浏览 2.5万 次
5 个月之前
YouTube
TECH Queen
在视频中查找 0:00
Introduction to Subclasses and Superclasses
Python Programming Tutorial - 34 - Subclasses Superclasses
已浏览 18.3万 次
2009年4月26日
YouTube
thenewboston
6:22
在视频中查找 01:09
Creating a Stack in Python
Python 3.12 Generics in a Nutshell
已浏览 5.8万 次
2024年4月2日
YouTube
ArjanCodes
2:29
Why Object is the Superclass of All Java Classes | Code Reusability
…
已浏览 86 次
1 个月前
YouTube
Naresh i Technologies
7:29
🐍 Python Tutorial #30: Inheritance
已浏览 208 次
2 个月之前
YouTube
Professor Hank Stalica
1:21
How to Execute Partial Codes of Superclass Methods in Python
3 周前
YouTube
vlogize
观看更多视频
更多类似内容
反馈