Pluralsight.com - Python Fundamentals (2013 RUS ENG) - TorrentBank

File Name:Pluralsight.com - Python Fundamentals (2013 RUS ENG)

Create Tool:

Create Time:1970-01-01 08:00:00

File Size:1032.72 MB

File Count:125

File Hash:68430cd661c0c3a5c0f15c691b3d0644ab1b2f8e

Magnet Link:

Magnet Link:

Torrent File:

00. Introduction to the Python Fundamentals Course/00_01. Introduction.mp4 1.45 MB
00. Introduction to the Python Fundamentals Course/00_02. Python Promo.mp4 5.64 MB
00. Introduction to the Python Fundamentals Course/00_03. Course Structure.mp4 5.91 MB
00. Introduction to the Python Fundamentals Course/00_04. Python Overview - part 1.mp4 12.92 MB
00. Introduction to the Python Fundamentals Course/00_05. Python Overview - part 2.mp4 12.56 MB
01. Getting Starting with Python 3/01_01. Introduction.mp4 4.92 MB
01. Getting Starting with Python 3/01_02. Installing Python 3 on Windows.mp4 14.37 MB
01. Getting Starting with Python 3/01_03. Installing Python 3 on Linux.mp4 4.50 MB
01. Getting Starting with Python 3/01_04. Installing Python 3 on Mac OS X.mp4 7.67 MB
01. Getting Starting with Python 3/01_05. The Read-Eval-Print-Loop or REPL.mp4 9.31 MB
01. Getting Starting with Python 3/01_06. Significant Whitespace in Python.mp4 10.31 MB
01. Getting Starting with Python 3/01_07. Python Culture and the Zen of Python.mp4 7.80 MB
01. Getting Starting with Python 3/01_08. Importing from the Python Standard Library.mp4 19.58 MB
01. Getting Starting with Python 3/01_09. Scalar Types - int, float, None and bool.mp4 14.95 MB
01. Getting Starting with Python 3/01_10. Relational Operators.mp4 3.97 MB
01. Getting Starting with Python 3/01_11. Conditional Statements.mp4 9.08 MB
01. Getting Starting with Python 3/01_12. While Loops.mp4 12.81 MB
01. Getting Starting with Python 3/01_13. Summary.mp4 9.59 MB
02. Strings and Collections/02_01. Introduction.mp4 2.34 MB
02. Strings and Collections/02_02. Strings.mp4 2.42 MB
02. Strings and Collections/02_03. Moment of Zen - Practicality beats purity.mp4 1.32 MB
02. Strings and Collections/02_04. Strings (Continued).mp4 12.65 MB
02. Strings and Collections/02_05. Bytes.mp4 5.09 MB
02. Strings and Collections/02_06. Lists.mp4 4.04 MB
02. Strings and Collections/02_07. Dictionaries.mp4 2.52 MB
02. Strings and Collections/02_08. For-Loops.mp4 2.92 MB
02. Strings and Collections/02_09. Putting it All Together.mp4 12.20 MB
02. Strings and Collections/02_10. Summary.mp4 6.59 MB
03. Modularity/03_01. Introduction.mp4 4.64 MB
03. Modularity/03_02. Creating, Running and Importing a Module.mp4 6.19 MB
03. Modularity/03_03. Defining Functions and Returning Values.mp4 2.83 MB
03. Modularity/03_04. Distinguishing between Module Import and Module Execution.mp4 9.42 MB
03. Modularity/03_05. The Python Execution Model.mp4 6.50 MB
03. Modularity/03_06. Main Functions and Command Line Arguments.mp4 14.68 MB
03. Modularity/03_07. Moment of Zen - Sparse is better than dense.mp4 2.37 MB
03. Modularity/03_08. Documenting Your Code using Docstrings.mp4 9.41 MB
03. Modularity/03_09. Documenting Your Code with Comments.mp4 3.73 MB
03. Modularity/03_10. The Whole Shebang.mp4 7.41 MB
03. Modularity/03_11. Summary.mp4 8.61 MB
04. Objects/04_01. Introduction.mp4 12.55 MB
04. Objects/04_02. Argument Passing.mp4 8.08 MB
04. Objects/04_03. Function Arguments in Detail.mp4 11.34 MB
04. Objects/04_04. Python's Type System.mp4 3.81 MB
04. Objects/04_05. Variable Scoping.mp4 10.41 MB
04. Objects/04_06. Moment of Zen.mp4 1.44 MB
04. Objects/04_07. Everything is an Object.mp4 4.23 MB
04. Objects/04_08. Summary.mp4 8.17 MB
05. Collections/05_01. Introduction.mp4 3.28 MB
05. Collections/05_02. Tuple.mp4 10.33 MB
05. Collections/05_03. String.mp4 18.67 MB
05. Collections/05_04. Range.mp4 8.78 MB
05. Collections/05_05. List.mp4 11.77 MB
05. Collections/05_06. Shallow Copies.mp4 8.50 MB
05. Collections/05_07. List Repetition.mp4 5.77 MB
05. Collections/05_08. More on List.mp4 6.73 MB
05. Collections/05_09. Growing Lists.mp4 1.22 MB
05. Collections/05_10. Reversing and Sorting Lists.mp4 7.82 MB
05. Collections/05_11. Dictionary.mp4 19.25 MB
05. Collections/05_12. Set.mp4 18.84 MB
05. Collections/05_13. Collection Protocols.mp4 6.94 MB
05. Collections/05_14. Summary.mp4 9.96 MB
06. Handling exceptions/06_01. Introduction.mp4 3.62 MB
06. Handling exceptions/06_02. Exceptions and Control Flow.mp4 2.95 MB
06. Handling exceptions/06_03. Handling Exceptions.mp4 5.56 MB
06. Handling exceptions/06_04. Programmer Errors.mp4 5.59 MB
06. Handling exceptions/06_05. Imprudent Error Codes.mp4 2.38 MB
06. Handling exceptions/06_06. Re-Raising Exceptions.mp4 1.51 MB
06. Handling exceptions/06_07. Exceptions as APIs.mp4 9.18 MB
06. Handling exceptions/06_08. Exceptions, APIs and Protocols.mp4 4.29 MB
06. Handling exceptions/06_09. Do Not Guard Against Type Errors.mp4 2.54 MB
06. Handling exceptions/06_10. EAFP vs. LBYL.mp4 7.32 MB
06. Handling exceptions/06_11. Clean-Up Actions.mp4 3.97 MB
06. Handling exceptions/06_12. Moment of Zen.mp4 698.34 KB
06. Handling exceptions/06_13. Platform-Specific Code.mp4 6.66 MB
06. Handling exceptions/06_14. Summary.mp4 6.39 MB
07. Iterables/07_01. Introduction.mp4 859.75 KB
07. Iterables/07_02. List Comprehensions.mp4 5.79 MB
07. Iterables/07_03. Set Comprehensions.mp4 1.36 MB
07. Iterables/07_04. Dictionary Comprehensions.mp4 6.15 MB
07. Iterables/07_05. Filtering Predicates.mp4 3.79 MB
07. Iterables/07_06. Moment of Zen.mp4 2.92 MB
07. Iterables/07_07. Iteration Protocols.mp4 8.66 MB
07. Iterables/07_08. Generators.mp4 14.05 MB
07. Iterables/07_09. Stateful Generator Functions.mp4 21.98 MB
07. Iterables/07_10. Laziness and the Infinite.mp4 21.78 MB
07. Iterables/07_11. Generator.mp4 11.12 MB
07. Iterables/07_12. Batteries Included for Iteration.mp4 16.25 MB
07. Iterables/07_13. Summary.mp4 7.54 MB
08. Classes/08_01. Introduction.mp4 3.89 MB
08. Classes/08_02. Defining Classes.mp4 4.63 MB
08. Classes/08_03. Instance Methods.mp4 2.72 MB
08. Classes/08_04. Initializers.mp4 11.89 MB
08. Classes/08_05. A second Class.mp4 4.74 MB
08. Classes/08_06. Collaborating Classes.mp4 2.52 MB
08. Classes/08_07. Moment of Zen.mp4 1.49 MB
08. Classes/08_08. Example - Booking Seats.mp4 14.20 MB
08. Classes/08_09. Defining Implementation Details.mp4 9.00 MB
08. Classes/08_10. OO with Function Objects.mp4 6.01 MB
08. Classes/08_11. Polymorphism and Duck Typing.mp4 7.61 MB
08. Classes/08_12. Inheritance and Implementation Sharing.mp4 9.13 MB
08. Classes/08_13. Summary.mp4 9.43 MB
09. Files and Resource Management/09_01. Introduction.mp4 7.93 MB
09. Files and Resource Management/09_02. Writing Text Files.mp4 9.05 MB
09. Files and Resource Management/09_03. Reading Text Files.mp4 7.12 MB
09. Files and Resource Management/09_04. Appending to Text Files.mp4 2.51 MB
09. Files and Resource Management/09_05. Files as Iterators.mp4 4.93 MB
09. Files and Resource Management/09_06. Managing Files with Try_Finally.mp4 9.39 MB
09. Files and Resource Management/09_07. Context Managers and With-blocks.mp4 5.28 MB
09. Files and Resource Management/09_08. Moment of Zen.mp4 1.51 MB
09. Files and Resource Management/09_09. Writing Binary Files.mp4 20.57 MB
09. Files and Resource Management/09_10. Bitwise Operators.mp4 3.62 MB
09. Files and Resource Management/09_11. Fractal Images.mp4 8.08 MB
09. Files and Resource Management/09_12. Reading Binary Files.mp4 6.68 MB
09. Files and Resource Management/09_13. File like Objects.mp4 5.78 MB
09. Files and Resource Management/09_14. Closing with Context Managers.mp4 8.43 MB
09. Files and Resource Management/09_15. Summary.mp4 6.59 MB
10. Shipping Working and Maintainable Code/10_01. Introduction and Unittest.mp4 34.09 MB
10. Shipping Working and Maintainable Code/10_02. Debugging with PDB.mp4 27.20 MB
10. Shipping Working and Maintainable Code/10_03. Virtual Environments.mp4 3.69 MB
10. Shipping Working and Maintainable Code/10_04. Distributing Your Programs.mp4 14.67 MB
10. Shipping Working and Maintainable Code/10_05. Installing Third-party Modules.mp4 14.61 MB
10. Shipping Working and Maintainable Code/10_06. Moment of Zen.mp4 1.45 MB
10. Shipping Working and Maintainable Code/10_07. Summary.mp4 15.07 MB
Exercise_Files/Python-Fundamentals-2013.zip 28.48 MB
Exercise_Files/Python-Fundamentals-2017.zip 20.69 MB
No trackers found

TorrentBank
Copyright © 2024