English
全部
搜索
图片
视频
短视频
地图
资讯
Copilot
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
5:49
YouTube
Bro Code
Learn Python EXCEPTION HANDLING in 5 minutes! 🚦
# exception = An event that interrupts the flow of a program # (ZeroDivisionError, TypeError, ValueError) # 1.try, 2.except, 3.finally try: number = int(input("Enter a number: ")) print(1 / number) except ZeroDivisionError: print("You can't divide by zero IDIOT!") except ValueError: print("Enter only numbers please!") except Exception: print ...
已浏览 11.9万 次
2024年6月29日
Python Tutorial
48:38
Absolute Beginner Guide to Python
YouTube
John Savill's Technical
已浏览 2.2万 次
3 周前
8:35:29
Python Tutorial for Beginners 2026
YouTube
Telusko
已浏览 12.4万 次
2 个月之前
13:02:53
Python Full Course for Beginners (13 Hours) – From Zero to Hero
YouTube
Data with Baraa
已浏览 39.7万 次
2 个月之前
热门视频
19:47
Python Tutorial: Logging Advanced - Loggers, Handlers, and Formatters
YouTube
Corey Schafer
已浏览 36.1万 次
2017年3月15日
13:45
Python Telegram Bot from Zero | Writing Your First Handler
YouTube
Microlearn
已浏览 5433 次
5 个月之前
3:22
#45 Python Logging Handler Explained in 5 Minutes! 🚀 #python
YouTube
Learning by MZB
已浏览 2 次
4 周前
Python Projects
2:15:51
3 Python Projects to Add in Your Resume (Beginner to Advanced + AI) | Sagar Chouksey
YouTube
Coding With Sagar
已浏览 2.8万 次
1 个月前
8:36
5 AI Projects in Python that Make Your Resume Stand Out [With Free Resources] | Intellipaat
YouTube
Intellipaat
已浏览 3204 次
2 个月之前
1:03
Top 5 Python Projects to Get Hired In 2026 | Python Projects For Resume | #Shorts | #Simplilearn
YouTube
Simplilearn
已浏览 2939 次
3 周前
19:47
在视频中查找 08:00
Configuring File Handlers
Python Tutorial: Logging Advanced - Loggers, Handlers, and Formatt
…
已浏览 36.1万 次
2017年3月15日
YouTube
Corey Schafer
13:45
Python Telegram Bot from Zero | Writing Your First Handler
已浏览 5433 次
5 个月之前
YouTube
Microlearn
3:22
#45 Python Logging Handler Explained in 5 Minutes! 🚀 #python
已浏览 2 次
4 周前
YouTube
Learning by MZB
10:45
Python Logging EP 3: Rotating Log Handlers
已浏览 1190 次
2024年1月24日
YouTube
James Clare
5:22
在视频中查找 00:42
Basic Program Setup
Pygame Event Handler Explained
已浏览 4.7万 次
2023年1月22日
YouTube
Coding With Russ
12:14
在视频中查找 01:32
Opening Files in Python
#65 Python Tutorial for Beginners | File handling
已浏览 83.7万 次
2018年9月16日
YouTube
Telusko
1:03:21
👩💻 Python for Beginners Tutorial
已浏览 443.1万 次
2021年3月25日
YouTube
Kevin Stratvert
15:59
#63 Python Tutorial for Beginners | Exception Handling
已浏览 63.1万 次
2018年9月10日
YouTube
Telusko
10:33
Lec-43: File Handling in Python | Python for Beginners
已浏览 22.3万 次
2023年4月15日
YouTube
Gate Smashers
4:16
What Are Python Event Handling Paradigms? - Python Code School
已浏览 7 次
8 个月之前
YouTube
Python Code School
2:46
How Do Python GUI Event Handlers Work? - Python Code School
已浏览 24 次
6 个月之前
YouTube
Python Code School
1:07:50
Start Coding with Python Today! | Python for Absolute Beginners 2025
已浏览 3105 次
9 个月之前
YouTube
GeeksforGeeks
10:47
What is Python (Visually Explained) | How It Works and How to Learn It | #Python Course 1
已浏览 18.6万 次
2025年4月17日
YouTube
Data with Baraa
12:54
Error Handling | Python for Beginners [17 of 44]
已浏览 12.9万 次
2019年9月17日
YouTube
Microsoft Developer
31:30
Python File Handling | File Operations in Python | Learn python programming | Edureka
已浏览 16.1万 次
2019年1月18日
YouTube
edureka!
14:01
File Handling In Python | Python File IO | Python Read & Write Files | Python Tutorial | Simplilearn
已浏览 10.1万 次
2022年2月21日
YouTube
Simplilearn
9:47
How Python Programming Language Actually Works
已浏览 9439 次
6 个月之前
YouTube
Explaining Tech Like You're Five
16:29
在视频中查找 00:33
Using PyInstaller for Python Scripts
Creating a Stand Alone Executable from a Python Script using PyInst
…
已浏览 24.4万 次
2019年6月2日
YouTube
ProgrammingKnowledge
6:49
How to Run Python 3.14 in Visual Studio Code on Windows 11 | Run Sample Python Program
已浏览 15.5万 次
7 个月之前
YouTube
Amit Thinks
3:10:33
Tkinter Beginner Course - Python GUI Development
已浏览 3858 次
9 个月之前
YouTube
ProgrammingKnowledge
5:33
Master Python File Handling in 10 Minutes: Read, Write, and Manage Files Like a Pro!
已浏览 1086 次
2024年7月27日
YouTube
Onur Baltaci
12:21
Python Exception Handling | Learn Coding
已浏览 27.6万 次
2022年8月27日
YouTube
Learn Coding
6:50
Learn Python LAMBDA in 6 minutes! 🚮
已浏览 6万 次
2024年7月14日
YouTube
Bro Code
11:35:16
Python Full Course for Beginners to Advanced | 12 Hours Complete Tutorial + Python Book
已浏览 82.3万 次
2025年4月23日
YouTube
Sheryians AI School
1:00:06
在视频中查找 00:30
Why Learn Python
Python for Beginners - Learn Coding with Python in 1 Hour
已浏览 2419.7万 次
2020年9月16日
YouTube
Programming with Mosh
11:50
Python Logging Explained: Levels, Handlers, and Formatters
已浏览 1101 次
2024年7月14日
YouTube
The Code Guy
1:14:03
Python Exception Handling Explained ⚠️ | try, except, else, finally
已浏览 44 次
6 个月之前
YouTube
AI Career Level Up
47:39
Python Adding CLI Handler to Log Analyzer #programming #python #coding
已浏览 23 次
8 个月之前
YouTube
Command & Code - Cybewave
3:32
How Does Python Event Handling Work? - Python Code School
已浏览 18 次
8 个月之前
YouTube
Python Code School
展开
更多类似内容
反馈