国外超火编程视频教程!适合新手快速入门各种语言!(中英字幕)

P1 Python 一小时快速入门
Python 一小时快速入门 P1 - 00:01
Introduction (介绍)
Python 一小时快速入门 P1 - 00:30
What You Can Do With Python (能用python做什么)
Python 一小时快速入门 P1 - 01:15
Your First Python Program(你的第一次python编程)
Python 一小时快速入门 P1 - 05:30
Variables(变量)
Python 一小时快速入门 P1 - 09:08
Receiving Input
Python 一小时快速入门 P1 - 10:49
Type Conversion(类型转换)
Python 一小时快速入门 P1 - 18:50
Strings(字符串)
Python 一小时快速入门 P1 - 23:42
Arithmetic Operators (算术运算符)
Python 一小时快速入门 P1 - 26:00
Operator Precedence (运算符优先级)
Python 一小时快速入门 P1 - 27:12
Comparison Operators (比较运算符)
Python 一小时快速入门 P1 - 28:52
Logical Operators(逻辑运算符)
Python 一小时快速入门 P1 - 31:08
If Statements(if语句)
Python 一小时快速入门 P1 - 36:16
Exercise(练习)
Python 一小时快速入门 P1 - 41:44
While Loops( While循环)
Python 一小时快速入门 P1 - 45:11
Lists(列表)
Python 一小时快速入门 P1 - 48:48
List Methods(list方法)
Python 一小时快速入门 P1 - 52:17
For Loops(for循环)
Python 一小时快速入门 P1 - 54:55
The range() Function(range()函数)
Python 一小时快速入门 P1 - 57:45