589689.xyz

Pluralsight - Python Beyond The Basics

  • 收录时间:2018-03-07 08:34:23
  • 文件大小:1GB
  • 下载次数:107
  • 最近下载:2021-01-11 22:18:13
  • 磁力链接:

文件列表

  1. 13. Introspection/13_05-Duck Tail An Object Introspection Tool.mp4 48MB
  2. 07. Numeric and Scalar Types/07_13-Duck Tail Floating Point Versus Rational Numbers.mp4 43MB
  3. 05. Properties and Class Methods/05_07-Properties and Inheritance.mp4 37MB
  4. 10. Implementing Collections/10_16-The Sequence Protocol Concatenation and Repetition.mp4 37MB
  5. 10. Implementing Collections/10_17-The Set Protocol.mp4 29MB
  6. 10. Implementing Collections/10_13-Improving Performance From O(N) to O(log n).mp4 28MB
  7. 10. Implementing Collections/10_09-Implementing Equality and Inequality.mp4 27MB
  8. 05. Properties and Class Methods/05_06-Properties.mp4 27MB
  9. Exercise files/python-beyond-basics.zip 25MB
  10. 07. Numeric and Scalar Types/07_02-The Decimal Module and the Decimal Type.mp4 25MB
  11. 11. Exceptions and Errors/11_10-Duck Tail Preconditions and Postconditions.mp4 24MB
  12. 05. Properties and Class Methods/05_03-Class Methods.mp4 22MB
  13. 13. Introspection/13_04-The Python Standard Library Inspect Module.mp4 21MB
  14. 13. Introspection/13_02-Introspecting Objects.mp4 19MB
  15. 05. Properties and Class Methods/05_01-Class Attributes.mp4 19MB
  16. 11. Exceptions and Errors/11_05-Chaining Exceptions.mp4 18MB
  17. 10. Implementing Collections/10_07-The Sequence Protocol Slicing.mp4 17MB
  18. 11. Exceptions and Errors/11_03-Exception Payloads.mp4 17MB
  19. 10. Implementing Collections/10_15-Checking Protocol Implementations.mp4 17MB
  20. 07. Numeric and Scalar Types/07_01-Reviewing int and float.mp4 16MB
  21. 03. Beyond Basic Functions/03_07-Extended Formal Argument Syntax.mp4 16MB
  22. 05. Properties and Class Methods/05_05-Class Methods With Inheritance.mp4 16MB
  23. 10. Implementing Collections/10_11-The Sequence Protocol index().mp4 15MB
  24. 11. Exceptions and Errors/11_02-The Standard Exception Hierarchy.mp4 15MB
  25. 10. Implementing Collections/10_02-Collection Construction.mp4 15MB
  26. 10. Implementing Collections/10_14-Refactoring to Avoid Don't Repeat Yourself (DRY).mp4 14MB
  27. 03. Beyond Basic Functions/03_05-Lambdas.mp4 14MB
  28. 01. Prerequisites/01_01-Prerequisites.mp4 14MB
  29. 02. Organizing Larger Programs/02_02-Imports From sys.path.mp4 14MB
  30. 05. Properties and Class Methods/05_08-Duck Tail The Template Method Pattern.mp4 13MB
  31. 07. Numeric and Scalar Types/07_04-The Complex Type and the cmath Module.mp4 13MB
  32. 07. Numeric and Scalar Types/07_07-The datetime Module and date Type.mp4 13MB
  33. 05. Properties and Class Methods/05_04-Static Methods With Inheritance.mp4 13MB
  34. 12. Defining Context Managers/12_08-contextlib.contextmanager.mp4 13MB
  35. 09. Inheritance and Subtype Polymorphism/09_16-Summary.mp4 12MB
  36. 10. Implementing Collections/10_06-The Sequence Protocol Indexing.mp4 12MB
  37. 10. Implementing Collections/10_05-The Iterable Protocol.mp4 12MB
  38. 04. Closures and Decorators/04_12-functools.wraps().mp4 12MB
  39. 11. Exceptions and Errors/11_04-Defining New Exceptions.mp4 11MB
  40. 11. Exceptions and Errors/11_01-Always Specify an Exception Type.mp4 11MB
  41. 03. Beyond Basic Functions/03_02-Callable Instances.mp4 11MB
  42. 07. Numeric and Scalar Types/07_14-Summary.mp4 11MB
  43. 10. Implementing Collections/10_04-The Sized Protocol.mp4 10MB
  44. 09. Inheritance and Subtype Polymorphism/09_07-Method Resolution Order.mp4 10MB
  45. 11. Exceptions and Errors/11_06-Traceback Objects.mp4 10MB
  46. 11. Exceptions and Errors/11_07-Assertions Internal Invariants.mp4 10MB
  47. 04. Closures and Decorators/04_05-The Nonlocal Keyword.mp4 10MB
  48. 08. Iterables and Iteration/08_01-Multi-Input Comprehensions.mp4 10MB
  49. 04. Closures and Decorators/04_01-Local Functions.mp4 9MB
  50. 07. Numeric and Scalar Types/07_09-The datetime Type.mp4 9MB
  51. 04. Closures and Decorators/04_13-Duck Tails Validating Arguments.mp4 9MB
  52. 09. Inheritance and Subtype Polymorphism/09_01-Inheritance Overview.mp4 9MB
  53. 12. Defining Context Managers/12_11-Duck Tail Context Managers for Transactions.mp4 9MB
  54. 10. Implementing Collections/10_03-The Container Protocol.mp4 9MB
  55. 07. Numeric and Scalar Types/07_12-Time Zones.mp4 8MB
  56. 10. Implementing Collections/10_10-The Sequence Protocol Reversing.mp4 8MB
  57. 02. Organizing Larger Programs/02_03-Implementing Packages.mp4 8MB
  58. 02. Organizing Larger Programs/02_12-Summary.mp4 8MB
  59. 02. Organizing Larger Programs/02_09-Executable Directories.mp4 8MB
  60. 07. Numeric and Scalar Types/07_03-Rational Numbers With the Fraction Type.mp4 8MB
  61. 03. Beyond Basic Functions/03_10-Duck Tail Transposing Tables.mp4 8MB
  62. 12. Defining Context Managers/12_03-A First Context Manager Example.mp4 8MB
  63. 08. Iterables and Iteration/08_03-The map() Function.mp4 8MB
  64. 06. Strings and Representations/06_05-Interaction With format().mp4 8MB
  65. 11. Exceptions and Errors/11_08-Assertions Class Invariants.mp4 7MB
  66. 07. Numeric and Scalar Types/07_05-Built-In Numeric Functions abs() and round().mp4 7MB
  67. 03. Beyond Basic Functions/03_11-Summary.mp4 7MB
  68. 13. Introspection/13_01-Object Types in Depth.mp4 7MB
  69. 06. Strings and Representations/06_08-Duck Tail Bigger Isn't Always Better.mp4 7MB
  70. 10. Implementing Collections/10_08-Comprehensible Test Results With __repr__().mp4 7MB
  71. 08. Iterables and Iteration/08_07-The functools.reduce() Function.mp4 7MB
  72. 09. Inheritance and Subtype Polymorphism/09_05-Multiple Inheritance.mp4 7MB
  73. 11. Exceptions and Errors/11_09-Assertions Performance.mp4 7MB
  74. 02. Organizing Larger Programs/02_08-Namespace Packages.mp4 7MB
  75. 12. Defining Context Managers/12_09-Multiple Context Managers.mp4 7MB
  76. 06. Strings and Representations/06_09-Summary.mp4 7MB
  77. 08. Iterables and Iteration/08_14-Summary.mp4 7MB
  78. 02. Organizing Larger Programs/02_01-Packages.mp4 7MB
  79. 13. Introspection/13_03-Introspecting Scopes.mp4 7MB
  80. 12. Defining Context Managers/12_12-Summary.mp4 7MB
  81. 06. Strings and Representations/06_02-repr().mp4 7MB
  82. 10. Implementing Collections/10_19-Summary.mp4 6MB
  83. 06. Strings and Representations/06_04-When Are the Representations Used.mp4 6MB
  84. 04. Closures and Decorators/04_07-A First Decorator Example.mp4 6MB
  85. 09. Inheritance and Subtype Polymorphism/09_10-Class-Bound Super Proxies.mp4 6MB
  86. 08. Iterables and Iteration/08_13-Duck Tail Iterator for Streamed Sensor Data.mp4 6MB
  87. 12. Defining Context Managers/12_01-What is a Context Manager.mp4 6MB
  88. 05. Properties and Class Methods/05_02-Static Methods.mp4 6MB
  89. 04. Closures and Decorators/04_09-Instances as Decorators.mp4 6MB
  90. 09. Inheritance and Subtype Polymorphism/09_03-The Built-In isinstance() Function.mp4 6MB
  91. 03. Beyond Basic Functions/03_01-Function Review.mp4 6MB
  92. 09. Inheritance and Subtype Polymorphism/09_14-The Object Class.mp4 6MB
  93. 12. Defining Context Managers/12_06-__exit__() and Exception Propagation.mp4 6MB
  94. 11. Exceptions and Errors/11_11-Summary.mp4 6MB
  95. 09. Inheritance and Subtype Polymorphism/09_09-The Built-In super() Function.mp4 5MB
  96. 04. Closures and Decorators/04_08-What Can Be a Decorator.mp4 5MB
  97. 02. Organizing Larger Programs/02_07-Controlling Imports With __all__.mp4 5MB
  98. 04. Closures and Decorators/04_14-Summary.mp4 5MB
  99. 04. Closures and Decorators/04_10-Multiple Decorators.mp4 5MB
  100. 06. Strings and Representations/06_06-reprlib.mp4 5MB
  101. 02. Organizing Larger Programs/02_06-Relative Imports.mp4 5MB
  102. 08. Iterables and Iteration/08_09-The Iteration Protocols.mp4 5MB
  103. 07. Numeric and Scalar Types/07_08-The time Type.mp4 5MB
  104. 02. Organizing Larger Programs/02_05-Example A Full Program.mp4 5MB
  105. 02. Organizing Larger Programs/02_11-Duck Tails Modules Are Singletons.mp4 5MB
  106. 03. Beyond Basic Functions/03_08-Extended Call Syntax.mp4 5MB
  107. 13. Introspection/13_06-Summary.mp4 5MB
  108. 09. Inheritance and Subtype Polymorphism/09_15-Duck Tail Inheritance for Implementation Sharing.mp4 5MB
  109. 09. Inheritance and Subtype Polymorphism/09_02-A Realistic Example SortedList.mp4 5MB
  110. 10. Implementing Collections/10_01-Collection Protocol Overview.mp4 5MB
  111. 10. Implementing Collections/10_12-The Sequence Protocol count().mp4 5MB
  112. 03. Beyond Basic Functions/03_03-Classes Are Callable.mp4 5MB
  113. 08. Iterables and Iteration/08_08-Combining map() and reduce().mp4 5MB
  114. 08. Iterables and Iteration/08_06-The filter() Function.mp4 5MB
  115. 07. Numeric and Scalar Types/07_06-Number Base Conversions.mp4 5MB
  116. 05. Properties and Class Methods/05_09-Summary.mp4 5MB
  117. 06. Strings and Representations/06_07-asciii(), ord(), and chr().mp4 4MB
  118. 09. Inheritance and Subtype Polymorphism/09_11-Instance-Bound Super Proxies.mp4 4MB
  119. 09. Inheritance and Subtype Polymorphism/09_08-How is Method Resolution Order Calculated.mp4 4MB
  120. 12. Defining Context Managers/12_02-The Context Manager Protocol.mp4 4MB
  121. 08. Iterables and Iteration/08_02-Nested Comprehensions.mp4 4MB
  122. 10. Implementing Collections/10_18-Duck Tail Making a Mutable Set.mp4 4MB
  123. 09. Inheritance and Subtype Polymorphism/09_13-SortedIntList Explained.mp4 4MB
  124. 12. Defining Context Managers/12_05-__exit__().mp4 4MB
  125. 07. Numeric and Scalar Types/07_10-Durations With the timedelta Type.mp4 4MB
  126. 08. Iterables and Iteration/08_12-Extended iter() Format.mp4 4MB
  127. 08. Iterables and Iteration/08_04-Multiple Input Sequences.mp4 3MB
  128. 02. Organizing Larger Programs/02_04-Subpackages.mp4 3MB
  129. 06. Strings and Representations/06_01-Two String Representations.mp4 3MB
  130. 04. Closures and Decorators/04_11-Decorating Methods.mp4 3MB
  131. 09. Inheritance and Subtype Polymorphism/09_06-Details of Multiple Inheritance.mp4 3MB
  132. 04. Closures and Decorators/04_03-Closures and Nested Scopes.mp4 3MB
  133. 04. Closures and Decorators/04_04-Function Factories.mp4 3MB
  134. 12. Defining Context Managers/12_10-Don't Pass a List!.mp4 3MB
  135. 08. Iterables and Iteration/08_10-Putting the Protocols Together.mp4 3MB
  136. 06. Strings and Representations/06_03-str().mp4 2MB
  137. 08. Iterables and Iteration/08_11-Alternative Iterable Protocol.mp4 2MB
  138. 02. Organizing Larger Programs/02_10-Recommended Layout.mp4 2MB
  139. 12. Defining Context Managers/12_04-__enter__().mp4 2MB
  140. 03. Beyond Basic Functions/03_04-Conditional Expressions.mp4 2MB
  141. 09. Inheritance and Subtype Polymorphism/09_04-The Built-In issubclass() Function.mp4 2MB
  142. 09. Inheritance and Subtype Polymorphism/09_12-Calling super() Without Arguments.mp4 2MB
  143. 03. Beyond Basic Functions/03_06-Detecting Callable Objects.mp4 2MB
  144. 12. Defining Context Managers/12_07-The with-statement Expansion.mp4 2MB
  145. 07. Numeric and Scalar Types/07_11-Arithmetic With datetime.mp4 2MB
  146. 03. Beyond Basic Functions/03_09-Forwarding Arguments.mp4 2MB
  147. 04. Closures and Decorators/04_02-Returning Functions From Functions.mp4 2MB
  148. 08. Iterables and Iteration/08_05-map() Versus Comprehensions.mp4 1MB