English
全部
搜索
图片
视频
短视频
地图
资讯
Copilot
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
6:57
YouTube
Bro Code
Python INHERITANCE in 6 minutes! 👨👦👦
# Inheritance = Inherit attributes and methods from another class # Helps with code reusability and extensibility # class Child(Parent) class Animal: def __init__(self, name): self.name = name self.is_alive = True def eat(self): print(f"{self.name} is eating") def sleep(self): print(f"{self.name} is asleep") class Dog(Animal): def speak(self ...
已浏览 3.4万 次
2024年5月24日
Python Classes Tutorial
15:24
Python OOP Tutorial 1: Classes and Instances
YouTube
Corey Schafer
已浏览 490.8万 次
2016年6月20日
4:26:52
Learn Python - Full Course for Beginners [Tutorial]
YouTube
freeCodeCamp.org
已浏览 4863万 次
2018年7月11日
8:38:56
Python Full Course for Beginners | Complete All-in-One Tutorial | 9 Hours
YouTube
Dave Gray
已浏览 106.8万 次
2023年7月25日
热门视频
6:29
Inheritance in Python with Examples | Object Oriented Programming in Python
YouTube
JoanMedia
已浏览 377 次
2024年12月30日
27:20
Inheritance in Python | Python Tutorials for Beginners #lec89
YouTube
Jenny's Lectures CS IT
已浏览 13.9万 次
2023年7月24日
15:23
Inheritance In Python | Types of Inheritance | Python OOP Tutorial | Edureka
YouTube
edureka!
已浏览 10.3万 次
2019年7月19日
Python OOP Concepts
3:20:46
OOPs in Python Full Course | Classes, Objects, Inheritance & Polymorphism Explained
YouTube
Genalytiq
已浏览 982 次
1 个月前
2:36:25
Python Object Oriented Programming (OOP) - Full Course for Beginners
YouTube
freeCodeCamp.org
已浏览 34.3万 次
2025年1月29日
7:51
Mastering Object-Oriented Programming in Python: Principles, Classes & Inheritance Explained
YouTube
Minus J Squared
已浏览 2093 次
8 个月之前
6:29
Inheritance in Python with Examples | Object Oriented Programming in
…
已浏览 377 次
2024年12月30日
YouTube
JoanMedia
27:20
在视频中查找 08:10
Practical Example of Inheritance
Inheritance in Python | Python Tutorials for Beginners #lec89
已浏览 13.9万 次
2023年7月24日
YouTube
Jenny's Lectures CS IT
15:23
在视频中查找 03:17
Simple Example of Inheritance
Inheritance In Python | Types of Inheritance | Python OOP Tutorial
…
已浏览 10.3万 次
2019年7月19日
YouTube
edureka!
11:47
在视频中查找 09:49
Instance and Subclass Methods
17. Inheritance [Python 3 Programming Tutorials]
已浏览 6.9万 次
2019年5月8日
YouTube
codebasics
7:29
🐍 Python Tutorial #30: Inheritance
已浏览 462 次
9 个月之前
YouTube
Professor Hank Stalica
0:47
Explain Inheritance in Python
已浏览 473 次
2 个月之前
YouTube
claryzo
2:43
Python OOP: Class Inheritance Made Simple
已浏览 1 次
7 个月之前
YouTube
PyGuess
12:38
Python Class Inheritance
已浏览 576 次
2025年3月12日
YouTube
Kenny Yip Coding
15:10
在视频中查找 01:09
Example of Inheritance
Python Tutorial for Beginners 29 - Python Inheritance
已浏览 3.1万 次
2018年9月15日
YouTube
ProgrammingKnowledge
0:21
class inheritance example #python #showcase
已浏览 1168 次
2 个月之前
YouTube
pybytes
5:53
29. Inheritance in Python Explained | Types of Inheritance with Real-Wo
…
已浏览 524 次
2025年2月1日
YouTube
learn by doing it
19:40
在视频中查找 02:00
Inheriting from Employee Class
Python OOP Tutorial 4: Inheritance - Creating Subclasses
已浏览 147.3万 次
2016年7月25日
YouTube
Corey Schafer
21:25
Inheritance in Python - Python Tutorial 61 🚀
已浏览 148 次
10 个月之前
YouTube
ChidresTechTutorials
5:22
Python Class Inheritance
已浏览 5.8万 次
2025年1月8日
YouTube
b001
1:04
Dataclass inheritance in Python
已浏览 1.8万 次
2025年4月3日
YouTube
Tech With Tim
8:56
在视频中查找 02:49
Parent class
Lec-59: Inheritance👨👧👦 in OOPS with Execution | Complete Inheritance
…
已浏览 8.9万 次
2023年10月17日
YouTube
Gate Smashers
0:45
在视频中查找 00:12
Creating a New Class
Multiple Class Inheritance In Python | Python Tutorial
已浏览 3837 次
2024年9月6日
YouTube
TechnicallyRipped
8:25
Inheritance in Python | Create Parent and Child Class | Python fo
…
已浏览 315 次
2023年4月8日
YouTube
Coding with Pritam
0:21
class inheritance basics #python #showcase
已浏览 141 次
1 个月前
YouTube
pybytes
2:53
Python Inheritance Explained in 3 Minutes | OOP Basics for Beginners 🐍
已浏览 8 次
1 个月前
YouTube
Devika Arun
0:27
Object-Oriented Programming: Python Class Inheritance Explaine
…
已浏览 372 次
5 个月之前
YouTube
Durga Software Solutions
10:23
Hierarchical Inheritance in Python with Example | Datamites
已浏览 32 次
1 个月前
YouTube
DataMites
0:20
Python Inheritance: Quick Guide to Object-Oriented Programming #sh
…
已浏览 8285 次
6 个月之前
YouTube
Durga Software Solutions
8:03
在视频中查找 01:04
Example of Multiple Inheritance
Learn Python multiple inheritance in 8 minutes! 🐟
已浏览 2.3万 次
2024年5月24日
YouTube
Bro Code
19:32
Python Classes, Objects, Inheritance & Polymorphism for B
…
已浏览 2.8万 次
2023年6月13日
YouTube
Dave Gray
56:19
在视频中查找 11:26
Single Inheritance Example
Python Inheritance | Inheritance In Python | Intellipaat
已浏览 8070 次
2019年8月23日
YouTube
Intellipaat
26:28
在视频中查找 03:35
Single Level Inheritance Example
Inheritance in Python | Types of Inheritance in Python | Learn Pyth
…
已浏览 1.3万 次
2022年1月25日
YouTube
Simplilearn
0:41
Dataclass Inheritance In Python | Python Tutorial
已浏览 3990 次
2024年12月3日
YouTube
TechnicallyRipped
13:59
29. Inheritance in Python | Types | Examples | Advanced Python Tuto
…
已浏览 131 次
1 个月前
YouTube
Amit Thinks
观看更多视频
更多类似内容
Python Development Certificate | Enter The World Of Python
https://www.coursera.org
广告
Learn core programming concepts, data analysis, web development, and more from Microsoft. D…
31M+ Learners · Free 7-Day Trial · Get Ready for a Career · Shareable Certificate
反馈