Search Torrents

Lynda.com - Python 3 Essential Training...


Lynda.com - Python 3 Essential Training Torrent content (File list)
01 Introduction/0101 Welcome.mov 6.9 MB
01 Introduction/0102 Understanding prerequisites for Python.mov 1.7 MB
01 Introduction/0103 Using the exercise files.mov 1.5 MB
01 Introduction/0102 Understanding prerequisites for Python.srt 3.3 KB
01 Introduction/0103 Using the exercise files.srt 2.6 KB
01 Introduction/0101 Welcome.srt 2.5 KB
02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.mov 12.0 MB
02 Python Quick Start/0202 Selecting code with conditionals.mov 4.7 MB
02 Python Quick Start/0206 Reusing code and data with a class.mov 4.6 MB
02 Python Quick Start/0203 Repeating code with a loop.mov 4.4 MB
02 Python Quick Start/0201 Getting started with Hello World.mov 4.4 MB
02 Python Quick Start/0205 Creating sequences with generator functions.mov 2.9 MB
02 Python Quick Start/0204 Reusing code with a function.mov 2.9 MB
02 Python Quick Start/0208 Handling errors with exceptions.mov 2.4 MB
02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.srt 9.6 KB
02 Python Quick Start/0201 Getting started with Hello World.srt 7.0 KB
02 Python Quick Start/0202 Selecting code with conditionals.srt 6.3 KB
02 Python Quick Start/0206 Reusing code and data with a class.srt 5.8 KB
02 Python Quick Start/0203 Repeating code with a loop.srt 5.3 KB
02 Python Quick Start/0204 Reusing code with a function.srt 4.0 KB
02 Python Quick Start/0205 Creating sequences with generator functions.srt 3.8 KB
02 Python Quick Start/0208 Handling errors with exceptions.srt 3.0 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.5 KB
03 Setting Up Python/0302 Installing Python 3 and Eclipse for Windows.srt 12.1 KB
04 General Syntax/0405 Selecting code and values with conditionals.mov 4.7 MB
04 General Syntax/0407 Creating and using objects.mov 4.6 MB
04 General Syntax/0402 Understanding whitespace in Python.mov 4.1 MB
04 General Syntax/0406 Creating and using functions.mov 3.9 MB
04 General Syntax/0403 Commenting code.mov 3.8 MB
04 General Syntax/0404 Assigning values.mov 3.5 MB
04 General Syntax/0401 Creating a main script.mov 3.3 MB
04 General Syntax/0407 Creating and using objects.srt 5.7 KB
04 General Syntax/0402 Understanding whitespace in Python.srt 5.7 KB
04 General Syntax/0405 Selecting code and values with conditionals.srt 5.4 KB
04 General Syntax/0406 Creating and using functions.srt 5.3 KB
04 General Syntax/0403 Commenting code.srt 4.7 KB
04 General Syntax/0401 Creating a main script.srt 4.7 KB
04 General Syntax/0404 Assigning values.srt 4.1 KB
05 Variables Objects and Values/0504 Using strings.mov 6.5 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.3 MB
05 Variables Objects and Values/0507 Finding the type and identity of a variable.mov 3.9 MB
05 Variables Objects and Values/0503 Using numbers.mov 3.5 MB
05 Variables Objects and Values/0501 Understanding variables and objects in Python.mov 2.4 MB
05 Variables Objects and Values/0502 Distinguishing mutable and immutable objects.mov 2.4 MB
05 Variables Objects and Values/0508 Specifying logical values with True and False.mov 1.4 MB
05 Variables Objects and Values/0504 Using strings.srt 8.9 KB
05 Variables Objects and Values/0505 Aggregating values with lists and tuples.srt 6.8 KB
05 Variables Objects and Values/0507 Finding the type and identity of a variable.srt 6.0 KB
05 Variables Objects and Values/0506 Creating associative lists with dictionaries.srt 5.0 KB
05 Variables Objects and Values/0503 Using numbers.srt 4.2 KB
05 Variables Objects and Values/0501 Understanding variables and objects in Python.srt 3.8 KB
05 Variables Objects and Values/0502 Distinguishing mutable and immutable objects.srt 3.7 KB
05 Variables Objects and Values/0508 Specifying logical values with True and False.srt 2.1 KB
06 Conditionals/0603 Understanding other strategies for multiple choices.mov 2.7 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.4 MB
06 Conditionals/0603 Understanding other strategies for multiple choices.srt 3.0 KB
06 Conditionals/0604 Using the conditional expression.srt 2.9 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.4 KB
07 Loops/0702 Iterating with for.mov 3.8 MB
07 Loops/0703 Enumerating iterators.mov 3.4 MB
07 Loops/0704 Controlling loop flow with break continue and else.mov 2.8 MB
07 Loops/0701 Creating loops with while.mov 1.5 MB
07 Loops/0702 Iterating with for.srt 5.3 KB
07 Loops/0703 Enumerating iterators.srt 4.2 KB
07 Loops/0704 Controlling loop flow with break continue and else.srt 3.9 KB
07 Loops/0701 Creating loops with while.srt 2.0 KB
08 Operators/0805 Operating on parts of a container with the slice operator.mov 6.3 MB
08 Operators/0806 Understanding operator precedence.mov 3.7 MB
08 Operators/0803 Comparing values.mov 2.9 MB
08 Operators/0802 Operating on bitwise values.mov 2.9 MB
08 Operators/0804 Operating on Boolean values.mov 2.5 MB
08 Operators/0801 Performing simple arithmetic.mov 1.9 MB
08 Operators/0805 Operating on parts of a container with the slice operator.srt 8.0 KB
08 Operators/0806 Understanding operator precedence.srt 6.2 KB
08 Operators/0802 Operating on bitwise values.srt 3.8 KB
08 Operators/0803 Comparing values.srt 3.7 KB
08 Operators/0804 Operating on Boolean values.srt 3.3 KB
08 Operators/0801 Performing simple arithmetic.srt 2.4 KB
09 Regular Expressions/0904 Reusing regular expressions with re.compile.mov 4.3 MB
09 Regular Expressions/0903 Replacing with regular expressions.mov 3.8 MB
09 Regular Expressions/0902 Searching with regular expressions.mov 3.5 MB
09 Regular Expressions/0901 Using the re module.mov 919.9 KB
09 Regular Expressions/0904 Reusing regular expressions with re.compile.srt 5.3 KB
09 Regular Expressions/0903 Replacing with regular expressions.srt 4.4 KB
09 Regular Expressions/0902 Searching with regular expressions.srt 3.8 KB
09 Regular Expressions/0901 Using the re module.srt 1.6 KB
10 Exceptions/1002 Handling exceptions.mov 4.6 MB
10 Exceptions/1003 Raising exceptions.mov 4.2 MB
10 Exceptions/1001 Learning how exceptions work.mov 1.1 MB
10 Exceptions/1002 Handling exceptions.srt 6.1 KB
10 Exceptions/1003 Raising exceptions.srt 4.1 KB
10 Exceptions/1001 Learning how exceptions work.srt 1.9 KB
11 Functions/1105 Creating a sequence with a generator function.mov 9.0 MB
11 Functions/1101 Defining functions.mov 6.5 MB
11 Functions/1103 Using named function arguments.mov 4.5 MB
11 Functions/1102 Using lists of arguments.mov 2.4 MB
11 Functions/1104 Returning values from functions.mov 2.0 MB
11 Functions/1105 Creating a sequence with a generator function.srt 8.5 KB
11 Functions/1101 Defining functions.srt 7.8 KB
11 Functions/1103 Using named function arguments.srt 5.0 KB
11 Functions/1102 Using lists of arguments.srt 2.9 KB
11 Functions/1104 Returning values from functions.srt 2.1 KB
12 Classes/1203 Using object data.mov 10.8 MB
12 Classes/1206 Using generators.mov 10.3 MB
12 Classes/1205 Applying polymorphism to classes.mov 7.8 MB
12 Classes/1202 Using methods.mov 6.1 MB
12 Classes/1204 Understanding inheritance.mov 5.6 MB
12 Classes/1201 Understanding classes and objects.mov 4.9 MB
12 Classes/1207 Using decorators.mov 4.5 MB
12 Classes/1203 Using object data.srt 12.1 KB
12 Classes/1206 Using generators.srt 10.7 KB
12 Classes/1202 Using methods.srt 8.9 KB
12 Classes/1201 Understanding classes and objects.srt 8.0 KB
12 Classes/1205 Applying polymorphism to classes.srt 7.7 KB
12 Classes/1204 Understanding inheritance.srt 6.2 KB
12 Classes/1207 Using decorators.srt 4.6 KB
13 String Methods/1303 Formatting strings with str.format.mov 4.9 MB
13 String Methods/1302 Working with common string methods.mov 4.9 MB
13 String Methods/1301 Understanding strings as objects.mov 2.8 MB
13 String Methods/1304 Splitting and joining strings.mov 2.5 MB
13 String Methods/1305 Finding and using standard string methods.mov 2.4 MB
13 String Methods/1302 Working with common string methods.srt 7.6 KB
13 String Methods/1303 Formatting strings with str.format.srt 7.5 KB
13 String Methods/1301 Understanding strings as objects.srt 4.9 KB
13 String Methods/1304 Splitting and joining strings.srt 4.2 KB
13 String Methods/1305 Finding and using standard string methods.srt 2.9 KB
14 Containers/1404 Operating on character data with bytes and byte arrays.mov 10.3 MB
14 Containers/1402 Operating on sequences with built-in methods.mov 5.8 MB
14 Containers/1403 Organizing data with dictionaries.mov 4.3 MB
14 Containers/1401 Creating sequences with tuples and lists.mov 3.8 MB
14 Containers/1404 Operating on character data with bytes and byte arrays.srt 13.7 KB
14 Containers/1402 Operating on sequences with built-in methods.srt 6.7 KB
14 Containers/1403 Organizing data with dictionaries.srt 5.8 KB
14 Containers/1401 Creating sequences with tuples and lists.srt 4.7 KB
15 File IO/1503 Reading and writing binary files.mov 6.0 MB
15 File IO/1502 Reading and writing text files.mov 5.5 MB
15 File IO/1501 Opening files.mov 2.2 MB
15 File IO/1503 Reading and writing binary files.srt 7.1 KB
15 File IO/1502 Reading and writing text files.srt 6.4 KB
15 File IO/1501 Opening files.srt 3.0 KB
16 Databases/1603 Creating a database object.mov 12.2 MB
16 Databases/1602 Creating retrieving updating and deleting records.mov 10.1 MB
16 Databases/1601 Creating a database with SQLite 3.mov 7.3 MB
16 Databases/1602 Creating retrieving updating and deleting records.srt 11.7 KB
16 Databases/1603 Creating a database object.srt 9.9 KB
16 Databases/1601 Creating a database with SQLite 3.srt 9.2 KB
17 Modules/1701 Using standard library modules.mov 14.0 MB
17 Modules/1703 Creating a module.mov 9.7 MB
17 Modules/1702 Finding third-party modules.mov 8.4 MB
17 Modules/1701 Using standard library modules.srt 9.4 KB
17 Modules/1702 Finding third-party modules.srt 7.5 KB
17 Modules/1703 Creating a module.srt 6.8 KB
18 Debugging/1801 Dealing with syntax errors.mov 9.6 MB
18 Debugging/1804 Using unit tests.mov 8.4 MB
18 Debugging/1802 Dealing with runtime errors.mov 6.5 MB
18 Debugging/1803 Dealing with logical errors.mov 5.4 MB
18 Debugging/1801 Dealing with syntax errors.srt 11.1 KB
18 Debugging/1804 Using unit tests.srt 11.0 KB
18 Debugging/1803 Dealing with logical errors.srt 5.9 KB
18 Debugging/1802 Dealing with runtime errors.srt 5.3 KB
19 Building a Database Application/1902 Deconstructing a database application.mov 11.6 MB
19 Building a Database Application/1901 Normalizing a database interface.mov 9.8 MB
19 Building a Database Application/1903 Displaying random entries from a database.mov 9.6 MB
19 Building a Database Application/1902 Deconstructing a database application.srt 10.4 KB
19 Building a Database Application/1901 Normalizing a database interface.srt 8.8 KB
19 Building a Database Application/1903 Displaying random entries from a database.srt 6.9 KB
20 Conclusion/2001 Goodbye.mov 402.3 KB
20 Conclusion/2001 Goodbye.srt 0.8 KB
Exercise Files/Ex_Files_Python_3_EssT.zip 218.5 KB



  • Torrent indexed: 8 years

  • Torrent updated: Wednesday 7th of December 2016 11:52:00 PM
  • Torrent hash: 475AED23CA180A2E800DC7F8CA8B7BA8EDAA597E

  • Torrent size: 449.6 MB

  • Torrent category: Video > Other




Comments



Report suspicious or fake torrent



Community - Add torrent to search results - Stats - DMCA - Removal Request - TOR - Contact
BTC: 13uHKcvKFUuJvkmX2XbDuxFHueDoqaeBSi