Python 3 Essential Training
大小
449.13 MB
文件数
89
Info Hash:
AB457E95FEA139184ED15FB056621D8B0B2941D6
收录时间
2026-01-10 02:27:42
更新时间
2026-01-10 02:27:42
文件列表 (89)
03 Setting Up Python/0301 Installing Python 3 and Eclipse for Mac.mov
14.5 MB
17 Modules/1701 Using standard library modules.mov
13.96 MB
16 Databases/1603 Creating a database object.mov
12.22 MB
02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.mov
12.01 MB
03 Setting Up Python/0302 Installing Python 3 and Eclipse for Windows.mov
11.9 MB
19 Building a Database Application/1902 Deconstructing a database application.mov
11.61 MB
12 Classes/1203 Using object data.mov
10.79 MB
14 Containers/1404 Operating on character data with bytes and byte arrays.mov
10.28 MB
12 Classes/1206 Using generators.mov
10.27 MB
16 Databases/1602 Creating retrieving updating and deleting records.mov
10.08 MB
19 Building a Database Application/1901 Normalizing a database interface.mov
9.84 MB
17 Modules/1703 Creating a module.mov
9.71 MB
19 Building a Database Application/1903 Displaying random entries from a database.mov
9.57 MB
18 Debugging/1801 Dealing with syntax errors.mov
9.57 MB
11 Functions/1105 Creating a sequence with a generator function.mov
9.01 MB
18 Debugging/1804 Using unit tests.mov
8.41 MB
17 Modules/1702 Finding third-party modules.mov
8.35 MB
12 Classes/1205 Applying polymorphism to classes.mov
7.78 MB
16 Databases/1601 Creating a database with SQLite 3.mov
7.32 MB
01 Introduction/0101 Welcome.mov
6.94 MB
18 Debugging/1802 Dealing with runtime errors.mov
6.49 MB
05 Variables Objects and Values/0504 Using strings.mov
6.46 MB
11 Functions/1101 Defining functions.mov
6.46 MB
08 Operators/0805 Operating on parts of a container with the slice operator.m
6.29 MB
12 Classes/1202 Using methods.mov
6.12 MB
15 File IO/1503 Reading and writing binary files.mov
6.01 MB
14 Containers/1402 Operating on sequences with built-in methods.mov
5.81 MB
12 Classes/1204 Understanding inheritance.mov
5.61 MB
15 File IO/1502 Reading and writing text files.mov
5.5 MB
18 Debugging/1803 Dealing with logical errors.mov
5.37 MB
12 Classes/1201 Understanding classes and objects.mov
4.95 MB
13 String Methods/1303 Formatting strings with str.format.mov
4.93 MB
05 Variables Objects and Values/0505 Aggregating values with lists and tuples.mov
4.9 MB
13 String Methods/1302 Working with common string methods.mov
4.9 MB
02 Python Quick Start/0202 Selecting code with conditionals.mov
4.74 MB
04 General Syntax/0405 Selecting code and values with conditionals.mov
4.72 MB
10 Exceptions/1002 Handling exceptions.mov
4.63 MB
04 General Syntax/0407 Creating and using objects.mov
4.62 MB
02 Python Quick Start/0206 Reusing code and data with a class.mov
4.57 MB
11 Functions/1103 Using named function arguments.mov
4.54 MB
12 Classes/1207 Using decorators.mov
4.48 MB
02 Python Quick Start/0203 Repeating code with a loop.mov
4.42 MB
02 Python Quick Start/0201 Getting started with Hello World.mov
4.36 MB
09 Regular Expressions/0904 Reusing regular expressions with re.compile.mov
4.33 MB
14 Containers/1403 Organizing data with dictionaries.mov
4.32 MB
05 Variables Objects and Values/0506 Creating associative lists with dictionaries.mov
4.32 MB
10 Exceptions/1003 Raising exceptions.mov
4.22 MB
04 General Syntax/0402 Understanding whitespace in Python.mov
4.08 MB
05 Variables Objects and Values/0507 Finding the type and identity of a variable.mov
3.94 MB
04 General Syntax/0406 Creating and using functions.mov
3.87 MB
04 General Syntax/0403 Commenting code.mov
3.83 MB
07 Loops/0702 Iterating with for.mov
3.81 MB
09 Regular Expressions/0903 Replacing with regular expressions.mov
3.78 MB
14 Containers/1401 Creating sequences with tuples and lists.mov
3.76 MB
08 Operators/0806 Understanding operator precedence.mov
3.7 MB
04 General Syntax/0404 Assigning values.mov
3.52 MB
05 Variables Objects and Values/0503 Using numbers.mov
3.51 MB
09 Regular Expressions/0902 Searching with regular expressions.mov
3.51 MB
07 Loops/0703 Enumerating iterators.mov
3.42 MB
04 General Syntax/0401 Creating a main script.mov
3.33 MB
08 Operators/0803 Comparing values.mov
2.95 MB
08 Operators/0802 Operating on bitwise values.mov
2.91 MB
02 Python Quick Start/0205 Creating sequences with generator functions.mov
2.91 MB
02 Python Quick Start/0204 Reusing code with a function.mov
2.88 MB
07 Loops/0704 Controlling loop flow with break continue and else.mov
2.85 MB
13 String Methods/1301 Understanding strings as objects.mov
2.81 MB
06 Conditionals/0603 Understanding other strategies for multiple choices.mov
2.66 MB
08 Operators/0804 Operating on Boolean values.mov
2.53 MB
06 Conditionals/0604 Using the conditional expression.mov
2.5 MB
13 String Methods/1304 Splitting and joining strings.mov
2.45 MB
05 Variables Objects and Values/0501 Understanding variables and objects in Python.mov
2.42 MB
02 Python Quick Start/0208 Handling errors with exceptions.mov
2.42 MB
11 Functions/1102 Using lists of arguments.mov
2.42 MB
13 String Methods/1305 Finding and using standard string methods.mov
2.41 MB
06 Conditionals/0601 Selecting code with if and else conditional statements.mov
2.4 MB
06 Conditionals/0602 Setting multiple choices with elif.mov
2.37 MB
05 Variables Objects and Values/0502 Distinguishing mutable and immutable objects.mov
2.36 MB
15 File IO/1501 Opening files.mov
2.15 MB
11 Functions/1104 Returning values from functions.mov
2 MB
08 Operators/0801 Performing simple arithmetic.mov
1.85 MB
01 Introduction/0102 Understanding prerequisites for Python.mov
1.68 MB
01 Introduction/0103 Using the exercise files.mov
1.54 MB
07 Loops/0701 Creating loops with while.mov
1.45 MB
05 Variables Objects and Values/0508 Specifying logical values with True and False.mov
1.37 MB
10 Exceptions/1001 Learning how exceptions work.mov
1.08 MB
09 Regular Expressions/0901 Using the re module.mov
919.93 KB
20 Conclusion/2001 Goodbye.mov
402.27 KB
Exercise Files/Ex_Files_Python_3_EssT.zip
218.55 KB
Lynda - Python 3 Essential Training.md5
8.12 KB