python3视频教程
共86课时 6小时23分42秒秒
简介
教程中的内容包括:
* 面向有经验的开发者的 Python3的快速介绍。
* 创建函数和对象
* 使用python的内置对象和类
* 使用循环和迭代来让代码循环执行
* 理解并使用条件表达式
* 用继承来创建语句
* 用对象和库来重用代码
* 使用异常来处理错误
* 面向有经验的开发者的 Python3的快速介绍。
* 创建函数和对象
* 使用python的内置对象和类
* 使用循环和迭代来让代码循环执行
* 理解并使用条件表达式
* 用继承来创建语句
* 用对象和库来重用代码
* 使用异常来处理错误
章节
- 课时1:0101 Welcome (1分32秒)
- 课时2:0102 Understanding prerequisites for Python (2分4秒)
- 课时3:0103 Using the exercise files (1分38秒)
- 课时4:0201 Getting started with Hello World (4分43秒)
- 课时5:0202 Selecting code with conditionals (4分45秒)
- 课时6:0203 Repeating code with a loop (4分13秒)
- 课时7:0204 Reusing code with a function (2分43秒)
- 课时8:0205 Creating sequences with generator functions (2分46秒)
- 课时9:0206 Reusing code and data with a class (4分39秒)
- 课时10:0207 Greater reusability with inheritance and polymorphism (7分17秒)
- 课时11:0208 Handling errors with exceptions (2分23秒)
- 课时12:0301 Installing Python 3 and Eclipse for Mac (8分45秒)
- 课时13:0302 Installing Python 3 and Eclipse for Windows (8分16秒)
- 课时14:0401 Creating a main script (3分27秒)
- 课时15:0402 Understanding whitespace in Python (4分8秒)
- 课时16:0403 Commenting code (3分28秒)
- 课时17:0404 Assigning values (3分37秒)
- 课时18:0405 Selecting code and values with conditionals (4分46秒)
- 课时19:0406 Creating and using functions (3分54秒)
- 课时20:0407 Creating and using objects (4分40秒)
- 课时21:0501 Understanding variables and objects in Python (2分46秒)
- 课时22:0502 Distinguishing mutable and immutable objects (2分41秒)
- 课时23:0503 Using numbers (3分34秒)
- 课时24:0504 Using strings (6分38秒)
- 课时25:0505 Aggregating values with lists and tuples (4分55秒)
- 课时26:0506 Creating associative lists with dictionaries (4分24秒)
- 课时27:0507 Finding the type and identity of a variable (4分45秒)
- 课时28:0508 Specifying logical values with True and False (1分40秒)
- 课时29:0601 Selecting code with if and else conditional statements (2分22秒)
- 课时30:0602 Setting multiple choices with elif (2分14秒)
- 课时31:0603 Understanding other strategies for multiple choices (2分38秒)
- 课时32:0604 Using the conditional expression (2分28秒)
- 课时33:0701 Creating loops with while (1分27秒)
- 课时34:0702 Iterating with for (3分54秒)
- 课时35:0703 Enumerating iterators (3分22秒)
- 课时36:0704 Controlling loop flow with break continue and else (2分43秒)
- 课时37:0801 Performing simple arithmetic (2分14秒)
- 课时38:0802 Operating on bitwise values (3分30秒)
- 课时39:0803 Comparing values (3分32秒)
- 课时40:0804 Operating on Boolean values (2分59秒)
- 课时41:0806 Understanding operator precedence (4分21秒)
- 课时42:0901 Using the re module (1分4秒)
- 课时43:0902 Searching with regular expressions (3分12秒)
- 课时44:0903 Replacing with regular expressions (3分29秒)
- 课时45:0904 Reusing regular expressions with re.compile (3分49秒)
- 课时46:1001 Learning how exceptions work (1分18秒)
- 课时47:1002 Handling exceptions (4分15秒)
- 课时48:1003 Raising exceptions (3分37秒)
- 课时49:1101 Defining functions (6分23秒)
- 课时50:1102 Using lists of arguments (2分26秒)
- 课时51:1103 Using named function arguments (4分32秒)
- 课时52:1104 Returning values from functions (1分55秒)
- 课时53:1105 Creating a sequence with a generator function (7分45秒)
- 课时54:1201 Understanding classes and objects (5分12秒)
- 课时55:1202 Using methods (6分12秒)
- 课时56:1203 Using object data (10分4秒)
- 课时57:1204 Understanding inheritance (5分11秒)
- 课时58:1205 Applying polymorphism to classes (7分13秒)
- 课时59:1206 Using generators (9分48秒)
- 课时60:1207 Using decorators (3分49秒)
- 课时61:1301 Understanding strings as objects (3分25秒)
- 课时62:1302 Working with common string methods (5分24秒)
- 课时63:1303 Formatting strings with str.format (5分31秒)
- 课时64:1304 Splitting and joining strings (2分49秒)
- 课时65:1305 Finding and using standard string methods (1分45秒)
- 课时66:1401 Creating sequences with tuples and lists (4分6秒)
- 课时67:1402 Operating on sequences with built-in methods (5分50秒)
- 课时68:1403 Organizing data with dictionaries (4分56秒)
- 课时69:1404 Operating on character data with bytes and byte arrays (10分35秒)
- 课时70:1501 Opening files (2分4秒)
- 课时71:1502 Reading and writing text files (4分33秒)
- 课时72:1503 Reading and writing binary files (5分9秒)
- 课时73:1601 Creating a database with SQLite 3 (6分56秒)
- 课时74:1602 Creating retrieving updating and deleting records (7分31秒)
- 课时75:1603 Creating a database object (7分0秒)
- 课时76:1701 Using standard library modules (8分0秒)
- 课时77:1702 Finding third-party modules (5分47秒)
- 课时78:1703 Creating a module (4分40秒)
- 课时79:1801 Dealing with syntax errors (8分19秒)
- 课时80:1802 Dealing with runtime errors (4分0秒)
- 课时81:1803 Dealing with logical errors (4分22秒)
- 课时82:1804 Using unit tests (6分30秒)
- 课时83:1901 Normalizing a database interface (6分39秒)
- 课时84:1902 Deconstructing a database application (8分9秒)
- 课时85:1903 Displaying random entries from a database (5分8秒)
- 课时86:2001 Goodbye (29秒)
热门下载
热门帖子