Pluralsight.com - Python Fundamentals (2013 RUS ENG)/00. Introduction to the Python Fundamentals Course/00_01. Introduction.mp4 |
1.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/00. Introduction to the Python Fundamentals Course/00_02. Python Promo.mp4 |
5.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/00. Introduction to the Python Fundamentals Course/00_03. Course Structure.mp4 |
5.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/00. Introduction to the Python Fundamentals Course/00_04. Python Overview - part 1.mp4 |
12.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/00. Introduction to the Python Fundamentals Course/00_05. Python Overview - part 2.mp4 |
12.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_01. Introduction.mp4 |
4.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_02. Installing Python 3 on Windows.mp4 |
14.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_03. Installing Python 3 on Linux.mp4 |
4.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_04. Installing Python 3 on Mac OS X.mp4 |
7.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_05. The Read-Eval-Print-Loop or REPL.mp4 |
9.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_06. Significant Whitespace in Python.mp4 |
10.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_07. Python Culture and the Zen of Python.mp4 |
7.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_08. Importing from the Python Standard Library.mp4 |
19.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_09. Scalar Types - int, float, None and bool.mp4 |
14.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_10. Relational Operators.mp4 |
4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_11. Conditional Statements.mp4 |
9.1 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_12. While Loops.mp4 |
12.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/01. Getting Starting with Python 3/01_13. Summary.mp4 |
9.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_01. Introduction.mp4 |
2.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_02. Strings.mp4 |
2.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_03. Moment of Zen - Practicality beats purity.mp4 |
1.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_04. Strings (Continued).mp4 |
12.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_05. Bytes.mp4 |
5.1 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_06. Lists.mp4 |
4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_07. Dictionaries.mp4 |
2.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_08. For-Loops.mp4 |
2.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_09. Putting it All Together.mp4 |
12.2 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/02. Strings and Collections/02_10. Summary.mp4 |
6.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_01. Introduction.mp4 |
4.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_02. Creating, Running and Importing a Module.mp4 |
6.2 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_03. Defining Functions and Returning Values.mp4 |
2.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_04. Distinguishing between Module Import and Module Execution.mp4 |
9.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_05. The Python Execution Model.mp4 |
6.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_06. Main Functions and Command Line Arguments.mp4 |
14.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_07. Moment of Zen - Sparse is better than dense.mp4 |
2.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_08. Documenting Your Code using Docstrings.mp4 |
9.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_09. Documenting Your Code with Comments.mp4 |
3.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_10. The Whole Shebang.mp4 |
7.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/03. Modularity/03_11. Summary.mp4 |
8.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/04. Objects/04_01. Introduction.mp4 |
12.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/04. Objects/04_02. Argument Passing.mp4 |
8.1 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/04. Objects/04_03. Function Arguments in Detail.mp4 |
11.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/04. Objects/04_04. Python's Type System.mp4 |
3.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/04. Objects/04_05. Variable Scoping.mp4 |
10.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/04. Objects/04_06. Moment of Zen.mp4 |
1.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/04. Objects/04_07. Everything is an Object.mp4 |
4.2 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/04. Objects/04_08. Summary.mp4 |
8.2 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_01. Introduction.mp4 |
3.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_02. Tuple.mp4 |
10.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_03. String.mp4 |
18.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_04. Range.mp4 |
8.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_05. List.mp4 |
11.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_06. Shallow Copies.mp4 |
8.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_07. List Repetition.mp4 |
5.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_08. More on List.mp4 |
6.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_09. Growing Lists.mp4 |
1.2 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_10. Reversing and Sorting Lists.mp4 |
7.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_11. Dictionary.mp4 |
19.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_12. Set.mp4 |
18.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_13. Collection Protocols.mp4 |
6.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/05. Collections/05_14. Summary.mp4 |
10 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_01. Introduction.mp4 |
3.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_02. Exceptions and Control Flow.mp4 |
2.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_03. Handling Exceptions.mp4 |
5.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_04. Programmer Errors.mp4 |
5.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_05. Imprudent Error Codes.mp4 |
2.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_06. Re-Raising Exceptions.mp4 |
1.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_07. Exceptions as APIs.mp4 |
9.2 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_08. Exceptions, APIs and Protocols.mp4 |
4.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_09. Do Not Guard Against Type Errors.mp4 |
2.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_10. EAFP vs. LBYL.mp4 |
7.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_11. Clean-Up Actions.mp4 |
4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_12. Moment of Zen.mp4 |
698 KB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_13. Platform-Specific Code.mp4 |
6.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/06. Handling exceptions/06_14. Summary.mp4 |
6.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_01. Introduction.mp4 |
860 KB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_02. List Comprehensions.mp4 |
5.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_03. Set Comprehensions.mp4 |
1.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_04. Dictionary Comprehensions.mp4 |
6.2 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_05. Filtering Predicates.mp4 |
3.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_06. Moment of Zen.mp4 |
2.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_07. Iteration Protocols.mp4 |
8.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_08. Generators.mp4 |
14 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_09. Stateful Generator Functions.mp4 |
22 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_10. Laziness and the Infinite.mp4 |
21.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_11. Generator.mp4 |
11.1 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_12. Batteries Included for Iteration.mp4 |
16.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/07. Iterables/07_13. Summary.mp4 |
7.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_01. Introduction.mp4 |
3.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_02. Defining Classes.mp4 |
4.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_03. Instance Methods.mp4 |
2.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_04. Initializers.mp4 |
11.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_05. A second Class.mp4 |
4.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_06. Collaborating Classes.mp4 |
2.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_07. Moment of Zen.mp4 |
1.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_08. Example - Booking Seats.mp4 |
14.2 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_09. Defining Implementation Details.mp4 |
9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_10. OO with Function Objects.mp4 |
6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_11. Polymorphism and Duck Typing.mp4 |
7.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_12. Inheritance and Implementation Sharing.mp4 |
9.1 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/08. Classes/08_13. Summary.mp4 |
9.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_01. Introduction.mp4 |
7.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_02. Writing Text Files.mp4 |
9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_03. Reading Text Files.mp4 |
7.1 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_04. Appending to Text Files.mp4 |
2.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_05. Files as Iterators.mp4 |
4.9 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_06. Managing Files with Try_Finally.mp4 |
9.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_07. Context Managers and With-blocks.mp4 |
5.3 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_08. Moment of Zen.mp4 |
1.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_09. Writing Binary Files.mp4 |
20.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_10. Bitwise Operators.mp4 |
3.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_11. Fractal Images.mp4 |
8.1 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_12. Reading Binary Files.mp4 |
6.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_13. File like Objects.mp4 |
5.8 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_14. Closing with Context Managers.mp4 |
8.4 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/09. Files and Resource Management/09_15. Summary.mp4 |
6.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/10. Shipping Working and Maintainable Code/10_01. Introduction and Unittest.mp4 |
34.1 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/10. Shipping Working and Maintainable Code/10_02. Debugging with PDB.mp4 |
27.2 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/10. Shipping Working and Maintainable Code/10_03. Virtual Environments.mp4 |
3.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/10. Shipping Working and Maintainable Code/10_04. Distributing Your Programs.mp4 |
14.7 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/10. Shipping Working and Maintainable Code/10_05. Installing Third-party Modules.mp4 |
14.6 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/10. Shipping Working and Maintainable Code/10_06. Moment of Zen.mp4 |
1.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/10. Shipping Working and Maintainable Code/10_07. Summary.mp4 |
15.1 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/Exercise_Files/Python-Fundamentals-2013.zip |
28.5 MB |
Pluralsight.com - Python Fundamentals (2013 RUS ENG)/Exercise_Files/Python-Fundamentals-2017.zip |
20.7 MB |