Lynda - Python 3 Essential Training + Exercise files

seeders: 1
leechers: 0
Added 13 years ago by arman258 in Movies  > Other Movies

Download Fast Safe Anonymous
movies, software, shows...

Files

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

Description


Due to its power, simplicity, and complete object model, Python has become the scripting language of choice for many large organizations, including Google, Yahoo, and IBM. In Python 3 Essential Training, Bill Weinman demonstrates how to use Python 3 to create well-designed scripts and maintain existing projects. This course covers the basics of the language syntax and usage, as well as advanced features such as objects, generators, and exceptions. Example projects include a normalized database interface and a complete working CRUD application. Exercise files accompany the course.
Topics include:
image
A Python 3 quick start for experienced developers
Creating functions and objects
Using Python’s built-in objects and classes
Repeating code with loops and iterators
Understanding and using conditional expressions
Creating sequences with generators
Reusing code with objects and libraries
Handling errors with exceptions

Related Torrents

torrent name size uploader age seed leech
0
1
0