589689.xyz

[UdemyCourseDownloader] Python – Beyond the Basics

  • 收录时间:2019-12-16 17:31:26
  • 文件大小:1GB
  • 下载次数:20
  • 最近下载:2020-06-13 11:34:28
  • 磁力链接:

文件列表

  1. 147 - Duck Tail - An Object Introspection Tool.mp4 53MB
  2. 069 - Duck Tail - Floating Point vs. Rational Numbers.mp4 43MB
  3. 045 - Properties and Inheritance.mp4 38MB
  4. 116 - The Sequence Protocol - Concatenation and Repetition.mp4 32MB
  5. 117 - The Set Protocol.mp4 30MB
  6. 113 - Improving Performance from O(N) to O(log n).mp4 28MB
  7. 044 - Properties.mp4 28MB
  8. 129 - Duck Tail - Preconditions and Postconditions.mp4 28MB
  9. 109 - Implementing Equality and Inequality.mp4 26MB
  10. 058 - The Decimal Module and the Decimal Type.mp4 23MB
  11. 144 - Introspecting Objects.mp4 22MB
  12. 041 - Class Methods.mp4 22MB
  13. 146 - The Python Standard Library Inspect Module.mp4 21MB
  14. 039 - Class Attributes.mp4 20MB
  15. 107 - The Sequence Protocol - Slicing.mp4 19MB
  16. 043 - Class Methods with Inheritance.mp4 18MB
  17. 124 - Chaining Exceptions.mp4 18MB
  18. 122 - Exception Payloads.mp4 17MB
  19. 115 - Checking Protocol Implementations.mp4 17MB
  20. 057 - Reviewing int and float.mp4 16MB
  21. 121 - The Standard Exception Hierarchy.mp4 16MB
  22. 029 - The Nonlocal Keyword.mp4 16MB
  23. 020 - Extended Formal Argument Syntax.mp4 15MB
  24. 003 - Imports from sys.path.mp4 15MB
  25. 018 - Lambdas.mp4 15MB
  26. 042 - Static Methods with Inheritance.mp4 15MB
  27. 001 - Prerequisites.mp4 15MB
  28. 102 - Collection Construction.mp4 14MB
  29. 100 - Summary.mp4 14MB
  30. 111 - The Sequence Protocol - index().mp4 14MB
  31. 046 - Duck Tail - The Template Method Pattern.mp4 14MB
  32. 063 - The datetime Module and date Type.mp4 14MB
  33. 114 - Refactoring to Avoid Don't Repeat Yourself (DRY).mp4 14MB
  34. 060 - The Complex Type and the cmath Module.mp4 14MB
  35. 036 - functools.wraps().mp4 13MB
  36. 123 - Defining New Exceptions.mp4 13MB
  37. 138 - contextlib.contextmanager.mp4 13MB
  38. 106 - The Sequence Protocol - Indexing.mp4 12MB
  39. 105 - The Iterable Protocol.mp4 12MB
  40. 070 - Summary.mp4 12MB
  41. 104 - The Sized Protocol.mp4 11MB
  42. 015 - Callable Instances.mp4 11MB
  43. 120 - Always Specify an Exception Type.mp4 10MB
  44. 126 - Assertions - Internal Invariants.mp4 10MB
  45. 091 - Method Resolution Order.mp4 10MB
  46. 025 - Local Functions.mp4 10MB
  47. 125 - Traceback Objects.mp4 10MB
  48. 103 - The Container Protocol.mp4 9MB
  49. 037 - Duck Tails - Validating Arguments.mp4 9MB
  50. 141 - Duck Tail - Context Managers for Transactions.mp4 9MB
  51. 065 - The datetime Type.mp4 9MB
  52. 068 - Time Zones.mp4 9MB
  53. 071 - Multi-Input Comprehensions.mp4 9MB
  54. 133 - A First Context Manager Example.mp4 8MB
  55. 059 - Rational Numbers with the Fraction Type.mp4 8MB
  56. 004 - Implementing Packages.mp4 8MB
  57. 108 - Comprehensible Test Results With _repr_().mp4 8MB
  58. 013 - Summary.mp4 8MB
  59. 085 - Inheritance Overview.mp4 8MB
  60. 009 - Namespace Packages.mp4 8MB
  61. 024 - Summary.mp4 8MB
  62. 023 - Duck Tail - Transposing Tables.mp4 8MB
  63. 056 - Summary.mp4 8MB
  64. 089 - Multiple Inheritance.mp4 8MB
  65. 110 - The Sequence Protocol - Reversing.mp4 7MB
  66. 052 - Interaction with format().mp4 7MB
  67. 014 - Function Review.mp4 7MB
  68. 127 - Assertions - Class Invariants.mp4 7MB
  69. 073 - The map() Function.mp4 7MB
  70. 128 - Assertions - Performance.mp4 7MB
  71. 010 - Executable Directories.mp4 7MB
  72. 143 - Object Types in Depth.mp4 7MB
  73. 139 - Multiple Context Managers.mp4 7MB
  74. 055 - Duck Tail - Bigger Isn't Always Better.mp4 7MB
  75. 031 - A First Decorator Example.mp4 7MB
  76. 084 - Summary.mp4 7MB
  77. 061 - Built-In Numeric Functions abs() and round().mp4 7MB
  78. 145 - Introspecting Scopes.mp4 7MB
  79. 119 - Summary.mp4 7MB
  80. 077 - The functools.reduce() Function.mp4 7MB
  81. 002 - Packages.mp4 7MB
  82. 142 - Summary.mp4 6MB
  83. 033 - Instances as Decorators.mp4 6MB
  84. 087 - The Built-In isinstance() Function.mp4 6MB
  85. 049 - repr().mp4 6MB
  86. 131 - What Is a Context Manager.mp4 6MB
  87. 094 - Class-Bound Super Proxies.mp4 6MB
  88. 040 - Static Methods.mp4 6MB
  89. 130 - Summary.mp4 6MB
  90. 053 - reprlib.mp4 6MB
  91. 032 - What Can Be a Decorator.mp4 6MB
  92. 051 - When Are the Representations Used.mp4 6MB
  93. 034 - Multiple Decorators.mp4 5MB
  94. 008 - Controlling Imports with _all.mp4 5MB
  95. 038 - Summary.mp4 5MB
  96. 086 - A Realistic Example - SortedList.mp4 5MB
  97. 083 - Duck Tail - Iterator for Streamed Sensor Data.mp4 5MB
  98. 136 - exit_() and Exception Propagation.mp4 5MB
  99. 007 - Relative Imports.mp4 5MB
  100. 098 - The Object Class.mp4 5MB
  101. 093 - The Built-In super() Function.mp4 5MB
  102. 099 - Duck Tail - Inheritance for Implementation Sharing.mp4 5MB
  103. 064 - The time Type.mp4 5MB
  104. 079 - The Iteration Protocols.mp4 5MB
  105. 006 - Example - A Full Program.mp4 5MB
  106. 101 - Collection Protocol Overview.mp4 5MB
  107. 021 - Extended Call Syntax.mp4 5MB
  108. 148 - Summary.mp4 5MB
  109. 016 - Classes Are Callable.mp4 5MB
  110. 078 - Combining map() and reduce().mp4 5MB
  111. 012 - Duck Tails - Modules Are Singletons.mp4 5MB
  112. 112 - The Sequence Protocol - count().mp4 5MB
  113. 047 - Summary.mp4 5MB
  114. 095 - Instance-Bound Super Proxies.mp4 4MB
  115. 097 - SortedIntList Explained.mp4 4MB
  116. 132 - The Context Manager Protocol.mp4 4MB
  117. 062 - Number Base Conversions.mp4 4MB
  118. 118 - Duck Tail - Making a Mutable Set.mp4 4MB
  119. 092 - How Is Method Resolution Order Calculated.mp4 4MB
  120. 135 - exit_().mp4 4MB
  121. 066 - Durations with the timedelta Type.mp4 4MB
  122. 076 - The filter() Function.mp4 4MB
  123. 072 - Nested Comprehensions.mp4 4MB
  124. 030 - Function Decorators.mp4 4MB
  125. 082 - Extended iter() Format.mp4 4MB
  126. 054 - asciii(), ord(), and chr().mp4 4MB
  127. 074 - Multiple Input Sequences.mp4 3MB
  128. 035 - Decorating Methods.mp4 3MB
  129. 005 - Subpackages.mp4 3MB
  130. 048 - Two String Representations.mp4 3MB
  131. 028 - Function Factories.mp4 3MB
  132. 140 - Don't Pass a List!.mp4 3MB
  133. 090 - Details of Multiple Inheritance.mp4 3MB
  134. 027 - Closures and Nested Scopes.mp4 3MB
  135. 080 - Putting the Protocols Together.mp4 3MB
  136. 011 - Recommended Layout.mp4 3MB
  137. 050 - str().mp4 2MB
  138. 017 - Conditional Expressions.mp4 2MB
  139. 081 - Alternative Iterable Protocol.mp4 2MB
  140. 137 - The with-statement Expansion.mp4 2MB
  141. 067 - Arithmetic with datetime.mp4 2MB
  142. 134 - enter_().mp4 2MB
  143. 019 - Detecting Callable Objects.mp4 2MB
  144. 096 - Calling super() Without Arguments.mp4 2MB
  145. 088 - The Built-In issubclass() Function.mp4 2MB
  146. 022 - Forwarding Arguments.mp4 2MB
  147. 026 - Returning Functions From Functions.mp4 2MB
  148. 075 - map() Versus Comprehensions.mp4 1MB
  149. udemycoursedownloader.com.url 132B
  150. Udemy Course downloader.txt 94B