Общая информация
Название Pluralsight.com - Python Beyond the Basics (2014 RUS ENG)
Тип
Размер 1.89Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
00_01. Prerequisites.mp4 20.27Мб
01_01. Packages.mp4 9.74Мб
01_02. Imports from SYS.PATH.mp4 17.75Мб
01_03. Implementing Packages.mp4 12.56Мб
01_04. SubPackages.mp4 5.09Мб
01_05. Example - A Full Program.mp4 7.09Мб
01_06. Relative Imports.mp4 8.40Мб
01_07. Controlling Imports with __all__.mp4 6.94Мб
01_08. Namespace Packages.mp4 11.05Мб
01_09. Executable Directories.mp4 11.88Мб
01_10. Recommended Layout.mp4 3.91Мб
01_11. Duck Tails - Modules are Singletons.mp4 6.49Мб
01_12. Summary.mp4 12.39Мб
02_01. Function Review.mp4 8.76Мб
02_02. Callable Instances.mp4 16.30Мб
02_03. Classes are Callable.mp4 7.39Мб
02_04. Conditional Expressions.mp4 3.41Мб
02_05. Lambdas.mp4 19.82Мб
02_06. Detecting Callable Objects.mp4 3.24Мб
02_07. Extended Formal Argument Syntax.mp4 24.02Мб
02_08. Extended Call Syntax.mp4 7.75Мб
02_09. Forwarding Arguments.mp4 2.76Мб
02_10. Duck Tail - Transposing Tables.mp4 10.77Мб
02_11. Summary.mp4 11.03Мб
03_01. Local Functions.mp4 15.28Мб
03_02. Returning Functions from Functions.mp4 2.92Мб
03_03. Closures and Nested Scopes.mp4 4.96Мб
03_04. Function Factories.mp4 4.53Мб
03_05. The Nonlocal Keyword.mp4 21.00Мб
03_06. Function Decorators.mp4 6.25Мб
03_07. A First Decorator Example.mp4 9.86Мб
03_08. What Can Be a Decorator.mp4 8.06Мб
03_09. Instances as Decorators.mp4 8.40Мб
03_10. Multiple Decorators.mp4 7.59Мб
03_11. Decorating Methods.mp4 4.15Мб
03_12. FUNCTOOLS.WRAPS().mp4 16.76Мб
03_13. Duck Tails - Validating Arguments.mp4 11.63Мб
03_14. Summary.mp4 8.36Мб
04_01. Class Attributes.mp4 25.77Мб
04_02. Static Methods.mp4 8.04Мб
04_03. Class Methods.mp4 28.04Мб
04_04. Static Methods with Inheritance.mp4 17.22Мб
04_05. Class Methods with Inheritance.mp4 20.60Мб
04_06. Properties.mp4 35.38Мб
04_07. Properties and Inheritance.mp4 46.10Мб
04_08. Duck Tail - The Template Method Pattern.mp4 17.03Мб
04_09. Summary.mp4 6.66Мб
05_01. Two String Representations.mp4 5.11Мб
05_02. REPR().mp4 9.91Мб
05_03. STR().mp4 3.65Мб
05_04. When are the Representations Used.mp4 8.64Мб
05_05. Interaction with FORMAT().mp4 10.52Мб
05_06. Reprlib.mp4 8.15Мб
05_07. ASCII(), ORD() and CHR().mp4 6.49Мб
05_08. Duck Tail - Bigger Isn't Always Better.mp4 9.81Мб
05_09. Summary.mp4 10.20Мб
06_01. Reviewing Int and Float.mp4 23.08Мб
06_02. The Decimal Module and the Decimal Type.mp4 37.01Мб
06_03. Rational Numbers with the Fraction Type.mp4 11.50Мб
06_04. The Complex Type and the Cmath Module.mp4 20.02Мб
06_05. Built-in Numeric Functions ABS() and ROUND().mp4 10.83Мб
06_06. Number Base Conversions.mp4 6.58Мб
06_07. The DATETIME Module and DATE Type.mp4 19.49Мб
06_08. The TIME Type.mp4 7.34Мб
06_09. The DATETIME Type.mp4 13.28Мб
06_10. Durations with the TIMEDELTA Type.mp4 5.21Мб
06_11. Arithmetic with DATETIME.mp4 2.98Мб
06_12. Time Zones.mp4 11.84Мб
06_13. Duck Tail - Floating Point vs. Rational Numbers.mp4 58.24Мб
06_14. Summary.mp4 14.94Мб
07_01. Multi-Input Comprehensions.mp4 14.60Мб
07_02. Nested Comprehensions.mp4 6.01Мб
07_03. The MAP() Function.mp4 11.74Мб
07_04. Multiple Input Sequences.mp4 5.49Мб
07_05. MAP() versus Comprehensions.mp4 2.06Мб
07_06. The FILTER() Function.mp4 6.86Мб
07_07. The FUNCTOOLS.REDUCE() Function.mp4 10.41Мб
07_08. Combining MAP() and REDUCE().mp4 6.49Мб
07_09. The Iteration Protocols.mp4 7.94Мб
07_10. Putting the Protocols Together.mp4 3.71Мб
07_11. Alternative Iterable Protocol.mp4 3.58Мб
07_12. Extended ITER() Format.mp4 5.75Мб
07_13. Duck Tail - Iterator for Streamed Sensor Data.mp4 8.10Мб
07_14. Summary.mp4 11.12Мб
08_01. Inheritance Overview.mp4 13.27Мб
08_02. A Realistic Example - SortedList.mp4 6.76Мб
08_03. The Built-in ISINSTANCE() Function.mp4 8.89Мб
08_04. The Built-in ISSUBCLASS() Function.mp4 3.46Мб
08_05. Multiple Inheritance.mp4 10.42Мб
08_06. Details of Multiple Inheritance.mp4 4.70Мб
08_07. Method Resolution Order.mp4 14.54Мб
08_08. How is Method Resolution Order Calculated.mp4 6.26Мб
08_09. The Built-in SUPER() Function.mp4 7.79Мб
08_10. Class-Bound Super Proxies.mp4 9.06Мб
08_11. Instance-Bound Super Proxies.mp4 6.57Мб
08_12. Calling SUPER() without Arguments.mp4 3.52Мб
08_13. SortedIntList Explained.mp4 5.88Мб
08_14. The Object Class.mp4 8.34Мб
08_15. Duck Tail - Inheritance for Implementation Sharing.mp4 6.48Мб
08_16. Summary.mp4 18.32Мб
09_01. Collection Protocol Overview.mp4 6.26Мб
09_02. Collection Construction.mp4 20.77Мб
09_03. The Container Protocol.mp4 11.40Мб
09_04. The Sized Protocol.mp4 13.29Мб
09_05. The Iterable Protocol.mp4 14.91Мб
09_06. The Sequence Protocol - Indexing.mp4 14.98Мб
09_07. The Sequence Protocol - Slicing.mp4 21.30Мб
09_08. Comprehensible Test Results with __repr__().mp4 9.15Мб
09_09. Implementing Equality and Inequality.mp4 32.25Мб
09_10. The Sequence Protocol - Reversing.mp4 9.70Мб
09_11. The Sequence Protocol - index().mp4 17.30Мб
09_12. The Sequence Protocol - count().mp4 5.54Мб
09_13. Improving Performance from O(N) to O(log n).mp4 33.35Мб
09_14. Refactoring to Avoid Don't Repeat Yourself (DRY).mp4 16.40Мб
09_15. Checking Protocol Implementations.mp4 20.63Мб
09_16. The Sequence Protocol - Concatenation and Repetition.mp4 41.69Мб
09_17. The Set Protocol.mp4 35.95Мб
09_18. Duck Tail - Making a Mutable Set.mp4 5.27Мб
09_19. Summary.mp4 9.78Мб
10_01. Always Specify an Exception Type.mp4 15.65Мб
10_02. The Standard Exception Hierarchy.mp4 19.90Мб
10_03. Exception Payloads.mp4 21.93Мб
10_04. Defining New Exceptions.mp4 15.24Мб
10_05. Chaining Exceptions.mp4 23.64Мб
10_06. Traceback Objects.mp4 12.89Мб
10_07. Assertions - Internal Invariants.mp4 14.10Мб
10_08. Assertions - Class Invariants.mp4 9.05Мб
10_09. Assertions - Performance.mp4 9.08Мб
10_10. Duck Tail - Preconditions and Postconditions.mp4 31.03Мб
10_11. Summary.mp4 7.99Мб
11_01. What is a Context Manager.mp4 9.24Мб
11_02. The Context Manager Protocol.mp4 6.64Мб
11_03. A First Context Manager Example.mp4 10.97Мб
11_04. __enter__().mp4 3.70Мб
11_05. __exit__().mp4 5.84Мб
11_06. __exit__() and Exception Propagation.mp4 8.24Мб
11_07. The with-statement Expansion.mp4 3.07Мб
11_08. CONTEXTLIB.CONTEXTMANAGER.mp4 18.15Мб
11_09. Multiple Context Managers.mp4 10.33Мб
11_10. Don't Pass a List.mp4 4.17Мб
11_11. Duck Tail - Context Managers for Transactions.mp4 12.21Мб
11_12. Summary.mp4 10.93Мб
12_01. Object Types in Depth.mp4 10.90Мб
12_02. Introspecting Objects.mp4 25.08Мб
12_03. Introspecting Scopes.mp4 10.27Мб
12_04. The Python Standard Library Inspect Module.mp4 26.61Мб
12_05. Duck Tail - An Object Introspection Tool.mp4 61.51Мб
12_06. Summary.mp4 7.06Мб
Floating-Point Arithmetic.zip 7.24Мб
Python-Beyond-Basics.zip 24.72Мб
The Python Master (0.75 Complete).pdf 1.27Мб
Статистика распространения по странам
Всего 0
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент