Download link
File List
-
01 Introduction/0101 Welcome.mov 6.94 MB
01 Introduction/0102 Understanding prerequisites for Python.mov 1.68 MB
01 Introduction/0103 Using the exercise files.mov 1.54 MB
01 Introduction/0102 Understanding prerequisites for Python.srt 3.28 KB
01 Introduction/0103 Using the exercise files.srt 2.62 KB
01 Introduction/0101 Welcome.srt 2.55 KB
02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.mov 12.01 MB
02 Python Quick Start/0202 Selecting code with conditionals.mov 4.74 MB
02 Python Quick Start/0206 Reusing code and data with a class.mov 4.57 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
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
02 Python Quick Start/0208 Handling errors with exceptions.mov 2.42 MB
02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.srt 9.55 KB
02 Python Quick Start/0201 Getting started with Hello World.srt 6.99 KB
02 Python Quick Start/0202 Selecting code with conditionals.srt 6.34 KB
02 Python Quick Start/0206 Reusing code and data with a class.srt 5.85 KB
02 Python Quick Start/0203 Repeating code with a loop.srt 5.28 KB
02 Python Quick Start/0204 Reusing code with a function.srt 4 KB
02 Python Quick Start/0205 Creating sequences with generator functions.srt 3.85 KB
02 Python Quick Start/0208 Handling errors with exceptions.srt 3.05 KB
03 Setting Up Python/0301 Installing Python 3 and Eclipse for Mac.mov 14.5 MB
03 Setting Up Python/0302 Installing Python 3 and Eclipse for Windows.mov 11.9 MB
03 Setting Up Python/0301 Installing Python 3 and Eclipse for Mac.srt 12.48 KB
03 Setting Up Python/0302 Installing Python 3 and Eclipse for Windows.srt 12.06 KB
04 General Syntax/0405 Selecting code and values with conditionals.mov 4.72 MB
04 General Syntax/0407 Creating and using objects.mov 4.62 MB
04 General Syntax/0402 Understanding whitespace in Python.mov 4.08 MB
04 General Syntax/0406 Creating and using functions.mov 3.87 MB
04 General Syntax/0403 Commenting code.mov 3.83 MB
04 General Syntax/0404 Assigning values.mov 3.52 MB
04 General Syntax/0401 Creating a main script.mov 3.33 MB
04 General Syntax/0407 Creating and using objects.srt 5.74 KB
04 General Syntax/0402 Understanding whitespace in Python.srt 5.71 KB
04 General Syntax/0405 Selecting code and values with conditionals.srt 5.44 KB
04 General Syntax/0406 Creating and using functions.srt 5.29 KB
04 General Syntax/0403 Commenting code.srt 4.7 KB
04 General Syntax/0401 Creating a main script.srt 4.67 KB
04 General Syntax/0404 Assigning values.srt 4.05 KB
05 Variables Objects and Values/0504 Using strings.mov 6.46 MB
05 Variables Objects and Values/0505 Aggregating values with lists and tuples.mov 4.9 MB
05 Variables Objects and Values/0506 Creating associative lists with dictionaries.mov 4.32 MB
05 Variables Objects and Values/0507 Finding the type and identity of a variable.mov 3.94 MB
05 Variables Objects and Values/0503 Using numbers.mov 3.51 MB
05 Variables Objects and Values/0501 Understanding variables and objects in Python.mov 2.42 MB
05 Variables Objects and Values/0502 Distinguishing mutable and immutable objects.mov 2.36 MB
05 Variables Objects and Values/0508 Specifying logical values with True and False.mov 1.37 MB
05 Variables Objects and Values/0504 Using strings.srt 8.87 KB
05 Variables Objects and Values/0505 Aggregating values with lists and tuples.srt 6.79 KB
05 Variables Objects and Values/0507 Finding the type and identity of a variable.srt 5.96 KB
05 Variables Objects and Values/0506 Creating associative lists with dictionaries.srt 5.01 KB
05 Variables Objects and Values/0503 Using numbers.srt 4.19 KB
05 Variables Objects and Values/0501 Understanding variables and objects in Python.srt 3.78 KB
05 Variables Objects and Values/0502 Distinguishing mutable and immutable objects.srt 3.74 KB
05 Variables Objects and Values/0508 Specifying logical values with True and False.srt 2.08 KB
06 Conditionals/0603 Understanding other strategies for multiple choices.mov 2.66 MB
06 Conditionals/0604 Using the conditional expression.mov 2.5 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
06 Conditionals/0603 Understanding other strategies for multiple choices.srt 3 KB
06 Conditionals/0604 Using the conditional expression.srt 2.89 KB
06 Conditionals/0601 Selecting code with if and else conditional statements.srt 2.8 KB
06 Conditionals/0602 Setting multiple choices with elif.srt 2.38 KB
07 Loops/0702 Iterating with for.mov 3.81 MB
07 Loops/0703 Enumerating iterators.mov 3.42 MB
07 Loops/0704 Controlling loop flow with break continue and else.mov 2.85 MB
07 Loops/0701 Creating loops with while.mov 1.45 MB
07 Loops/0702 Iterating with for.srt 5.34 KB
07 Loops/0703 Enumerating iterators.srt 4.16 KB
07 Loops/0704 Controlling loop flow with break continue and else.srt 3.91 KB
07 Loops/0701 Creating loops with while.srt 1.95 KB
08 Operators/0805 Operating on parts of a container with the slice operator.mov 6.29 MB
08 Operators/0806 Understanding operator precedence.mov 3.7 MB
08 Operators/0803 Comparing values.mov 2.95 MB
08 Operators/0802 Operating on bitwise values.mov 2.91 MB
08 Operators/0804 Operating on Boolean values.mov 2.53 MB
08 Operators/0801 Performing simple arithmetic.mov 1.85 MB
08 Operators/0805 Operating on parts of a container with the slice operator.srt 7.97 KB
08 Operators/0806 Understanding operator precedence.srt 6.19 KB
08 Operators/0802 Operating on bitwise values.srt 3.77 KB
08 Operators/0803 Comparing values.srt 3.69 KB
08 Operators/0804 Operating on Boolean values.srt 3.27 KB
08 Operators/0801 Performing simple arithmetic.srt 2.43 KB
09 Regular Expressions/0904 Reusing regular expressions with re.compile.mov 4.33 MB
09 Regular Expressions/0903 Replacing with regular expressions.mov 3.78 MB
09 Regular Expressions/0902 Searching with regular expressions.mov 3.51 MB
09 Regular Expressions/0901 Using the re module.mov 919.93 KB
09 Regular Expressions/0904 Reusing regular expressions with re.compile.srt 5.29 KB
09 Regular Expressions/0903 Replacing with regular expressions.srt 4.41 KB
09 Regular Expressions/0902 Searching with regular expressions.srt 3.83 KB
09 Regular Expressions/0901 Using the re module.srt 1.61 KB
10 Exceptions/1002 Handling exceptions.mov 4.63 MB
10 Exceptions/1003 Raising exceptions.mov 4.22 MB
10 Exceptions/1001 Learning how exceptions work.mov 1.08 MB
10 Exceptions/1002 Handling exceptions.srt 6.12 KB
10 Exceptions/1003 Raising exceptions.srt 4.13 KB
10 Exceptions/1001 Learning how exceptions work.srt 1.93 KB
11 Functions/1105 Creating a sequence with a generator function.mov 9.01 MB
11 Functions/1101 Defining functions.mov 6.46 MB
11 Functions/1103 Using named function arguments.mov 4.54 MB
11 Functions/1102 Using lists of arguments.mov 2.42 MB
11 Functions/1104 Returning values from functions.mov 2 MB
11 Functions/1105 Creating a sequence with a generator function.srt 8.46 KB
11 Functions/1101 Defining functions.srt 7.8 KB
11 Functions/1103 Using named function arguments.srt 5.05 KB
11 Functions/1102 Using lists of arguments.srt 2.85 KB
11 Functions/1104 Returning values from functions.srt 2.14 KB
12 Classes/1203 Using object data.mov 10.79 MB
12 Classes/1206 Using generators.mov 10.27 MB
12 Classes/1205 Applying polymorphism to classes.mov 7.78 MB
12 Classes/1202 Using methods.mov 6.12 MB
12 Classes/1204 Understanding inheritance.mov 5.61 MB
12 Classes/1201 Understanding classes and objects.mov 4.95 MB
12 Classes/1207 Using decorators.mov 4.48 MB
12 Classes/1203 Using object data.srt 12.11 KB
12 Classes/1206 Using generators.srt 10.71 KB
12 Classes/1202 Using methods.srt 8.94 KB
12 Classes/1201 Understanding classes and objects.srt 7.95 KB
12 Classes/1205 Applying polymorphism to classes.srt 7.65 KB
12 Classes/1204 Understanding inheritance.srt 6.25 KB
12 Classes/1207 Using decorators.srt 4.55 KB
13 String Methods/1303 Formatting strings with str.format.mov 4.93 MB
13 String Methods/1302 Working with common string methods.mov 4.9 MB
13 String Methods/1301 Understanding strings as objects.mov 2.81 MB
13 String Methods/1304 Splitting and joining strings.mov 2.45 MB
13 String Methods/1305 Finding and using standard string methods.mov 2.41 MB
13 String Methods/1302 Working with common string methods.srt 7.63 KB
13 String Methods/1303 Formatting strings with str.format.srt 7.49 KB
13 String Methods/1301 Understanding strings as objects.srt 4.88 KB
13 String Methods/1304 Splitting and joining strings.srt 4.21 KB
13 String Methods/1305 Finding and using standard string methods.srt 2.87 KB
14 Containers/1404 Operating on character data with bytes and byte arrays.mov 10.28 MB
14 Containers/1402 Operating on sequences with built-in methods.mov 5.81 MB
14 Containers/1403 Organizing data with dictionaries.mov 4.32 MB
14 Containers/1401 Creating sequences with tuples and lists.mov 3.76 MB
14 Containers/1404 Operating on character data with bytes and byte arrays.srt 13.69 KB
14 Containers/1402 Operating on sequences with built-in methods.srt 6.67 KB
14 Containers/1403 Organizing data with dictionaries.srt 5.79 KB
14 Containers/1401 Creating sequences with tuples and lists.srt 4.71 KB
15 File IO/1503 Reading and writing binary files.mov 6.01 MB
15 File IO/1502 Reading and writing text files.mov 5.5 MB
15 File IO/1501 Opening files.mov 2.15 MB
15 File IO/1503 Reading and writing binary files.srt 7.11 KB
15 File IO/1502 Reading and writing text files.srt 6.39 KB
15 File IO/1501 Opening files.srt 2.97 KB
16 Databases/1603 Creating a database object.mov 12.22 MB
16 Databases/1602 Creating retrieving updating and deleting records.mov 10.08 MB
16 Databases/1601 Creating a database with SQLite 3.mov 7.32 MB
16 Databases/1602 Creating retrieving updating and deleting records.srt 11.73 KB
16 Databases/1603 Creating a database object.srt 9.87 KB
16 Databases/1601 Creating a database with SQLite 3.srt 9.21 KB
17 Modules/1701 Using standard library modules.mov 13.96 MB
17 Modules/1703 Creating a module.mov 9.71 MB
17 Modules/1702 Finding third-party modules.mov 8.35 MB
17 Modules/1701 Using standard library modules.srt 9.37 KB
17 Modules/1702 Finding third-party modules.srt 7.52 KB
17 Modules/1703 Creating a module.srt 6.84 KB
18 Debugging/1801 Dealing with syntax errors.mov 9.57 MB
18 Debugging/1804 Using unit tests.mov 8.41 MB
18 Debugging/1802 Dealing with runtime errors.mov 6.49 MB
18 Debugging/1803 Dealing with logical errors.mov 5.37 MB
18 Debugging/1801 Dealing with syntax errors.srt 11.06 KB
18 Debugging/1804 Using unit tests.srt 10.96 KB
18 Debugging/1803 Dealing with logical errors.srt 5.91 KB
18 Debugging/1802 Dealing with runtime errors.srt 5.3 KB
19 Building a Database Application/1902 Deconstructing a database application.mov 11.61 MB
19 Building a Database Application/1901 Normalizing a database interface.mov 9.84 MB
19 Building a Database Application/1903 Displaying random entries from a database.mov 9.57 MB
19 Building a Database Application/1902 Deconstructing a database application.srt 10.41 KB
19 Building a Database Application/1901 Normalizing a database interface.srt 8.76 KB
19 Building a Database Application/1903 Displaying random entries from a database.srt 6.95 KB
20 Conclusion/2001 Goodbye.mov 402.27 KB
20 Conclusion/2001 Goodbye.srt 796 B
Exercise Files/Ex_Files_Python_3_EssT.zip 218.55 KB
Download Info
-
Tips
“Lynda.com - Python 3 Essential Training” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.