首页 磁力链接怎么用

Learn Python by Building a Blockchain & Cryptocurrency

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2020-7-5 18:36 2024-5-28 19:27 130 9.1 GB 204
二维码链接
Learn Python by Building a Blockchain & Cryptocurrency的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/217 Implementing a Consensus Algorithm.mp4222.43MB
  2. Learn Python by Building a Blockchain & Cryptocurrency/01 Getting Started/001 Introduction.mp434.75MB
  3. Learn Python by Building a Blockchain & Cryptocurrency/01 Getting Started/002 What is Python.mp476.29MB
  4. Learn Python by Building a Blockchain & Cryptocurrency/01 Getting Started/003 Setting Up Python.mp455.19MB
  5. Learn Python by Building a Blockchain & Cryptocurrency/01 Getting Started/005 Writing our First Python Code.mp470.64MB
  6. Learn Python by Building a Blockchain & Cryptocurrency/01 Getting Started/006 What is the Blockchain.mp4100.06MB
  7. Learn Python by Building a Blockchain & Cryptocurrency/01 Getting Started/007 Course Outline.mp464.07MB
  8. Learn Python by Building a Blockchain & Cryptocurrency/01 Getting Started/008 Python Alternatives.mp461.85MB
  9. Learn Python by Building a Blockchain & Cryptocurrency/01 Getting Started/009 Understanding the Python Versions.mp431.5MB
  10. Learn Python by Building a Blockchain & Cryptocurrency/01 Getting Started/010 How To Get The Most Out Of This Course.mp446.47MB
  11. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/012 Module Introduction.mp45.53MB
  12. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/013 Understanding the REPL and Data Types.mp412.3MB
  13. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/014 Working with Variables.mp432.58MB
  14. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/015 Working with Numbers.mp430.16MB
  15. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/016 Using Operators.mp415.57MB
  16. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/017 Understanding a Special Behaviour when Working with Numbers.mp420.77MB
  17. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/018 Working with Strings.mp412.51MB
  18. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/019 Working with Lists.mp421.73MB
  19. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/020 Adding Removing List Items.mp421.99MB
  20. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/021 Preparing the Blockchain - The Theory.mp44.93MB
  21. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/022 Installing our IDE.mp432.83MB
  22. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/023 Using Functions to Add List Items.mp424.94MB
  23. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/025 Accessing the Last List Item.mp419.31MB
  24. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/026 Adding Arguments to Functions.mp414.11MB
  25. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/027 Understanding the return Keyword.mp423.16MB
  26. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/028 Using Default Arguments.mp427.97MB
  27. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/029 Working with Keyword Arguments.mp417.17MB
  28. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/030 Using the input Function.mp426.44MB
  29. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/031 Avoiding Repetitive Code Execution.mp416.84MB
  30. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/032 Understanding the Variable Scope.mp441.56MB
  31. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/033 Exploring the Official Documentation.mp428.14MB
  32. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/034 Adding Comments and Doc Strings.mp439.85MB
  33. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/035 Structuring Multi Line Code in Python.mp418.26MB
  34. Learn Python by Building a Blockchain & Cryptocurrency/02 Diving Into the Basics of Python/036 Wrap Up.mp413.71MB
  35. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/038 Module Introduction.mp43.84MB
  36. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/039 Understanding Loops - Theory.mp49.93MB
  37. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/040 Creating a for Loop.mp427.34MB
  38. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/041 Creating a while Loop.mp427.01MB
  39. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/043 Understanding Conditionals - Theory.mp43.63MB
  40. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/044 Adding if-else to our Blockchain.mp464.58MB
  41. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/045 Working with elif.mp428.38MB
  42. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/046 Understanding break continue.mp429.83MB
  43. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/047 Improving our Code with Loops Conditionals.mp461.5MB
  44. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/048 Understanding Boolean Operators - is in.mp420.78MB
  45. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/049 The not Keyword.mp46.75MB
  46. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/050 Understanding and and or.mp410.31MB
  47. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/051 Grouping Conditionals.mp415.07MB
  48. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/052 What About switch in Python.mp46.03MB
  49. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/053 Verifying our Blockchain.mp4102.39MB
  50. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/055 Using Conditions inside the while Loop.mp419.87MB
  51. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/056 Using else in Loops.mp420.5MB
  52. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/057 Adding the range Function.mp447.86MB
  53. Learn Python by Building a Blockchain & Cryptocurrency/03 Working with Loops Conditionals/058 Wrap Up.mp410.29MB
  54. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/060 Module Introduction.mp47.4MB
  55. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/061 Understanding the Required Data Structure for our Blockchain.mp422.75MB
  56. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/062 Working with Iterables.mp419.25MB
  57. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/063 Choosing the Right Datastructure.mp413.91MB
  58. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/064 Transactions with Dictionaries Tuples.mp474.72MB
  59. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/066 Unpacking the Tuple.mp438.82MB
  60. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/067 Mining Blocks.mp452.08MB
  61. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/068 Hashing Previous Blocks.mp463.56MB
  62. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/069 Understanding List Comprehensions.mp438.34MB
  63. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/070 And What are Dict Comprehensions.mp47.89MB
  64. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/071 Combining List Comprehensions if.mp414.44MB
  65. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/072 Improving the Blockchain Validation Logic.mp479.43MB
  66. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/073 Managing a List of Participants in the Blockchain.mp433.28MB
  67. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/074 Calculating Balances.mp471.12MB
  68. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/075 Rewarding the Miners of our Blockchain.mp429.67MB
  69. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/076 Verifying Transactions.mp463.36MB
  70. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/077 Understanding Reference vs Value Copying.mp438.66MB
  71. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/078 Working with the Range Selector.mp437.31MB
  72. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/079 Understanding Shallow vs Deep Copies.mp414.49MB
  73. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/080 Comparing is.mp48.01MB
  74. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/081 Diving Deeper Into Iterable Methods.mp455.24MB
  75. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/082 Understanding the all any Functions.mp474.63MB
  76. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/083 Comparing Iterables.mp432.43MB
  77. Learn Python by Building a Blockchain & Cryptocurrency/04 Understanding Complex Data Structures/084 Wrap Up.mp413.06MB
  78. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/086 Module Introduction.mp43.52MB
  79. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/087 Comparing Strings Lists.mp424.72MB
  80. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/088 Understanding the format Method.mp452.95MB
  81. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/089 Escaping Characters.mp410.72MB
  82. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/090 Formatting Strings Conveniently with f.mp47MB
  83. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/091 Adding String Formatting to our Project.mp421.88MB
  84. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/092 Understanding the map Function.mp412.4MB
  85. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/093 Working with Lambda Functions.mp413.17MB
  86. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/094 Reducing Lists.mp471.31MB
  87. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/095 Unpacking Function Arguments.mp435.75MB
  88. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/096 Fixing a Bug.mp454.22MB
  89. Learn Python by Building a Blockchain & Cryptocurrency/05 Working with Functions Strings/097 Wrap Up.mp46.21MB
  90. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/099 Module Introduction.mp44.05MB
  91. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/100 Exploring the Python Standard Library.mp428.51MB
  92. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/101 Importing Packages - Theory.mp416.49MB
  93. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/102 Importing hashlib to Create a Unique Hash.mp472.64MB
  94. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/104 Using Other Import Syntaxes.mp423.37MB
  95. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/105 The Proof of Work.mp423.33MB
  96. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/107 Adding the Proof of Work to our Blockchain.mp459.55MB
  97. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/108 Including the Proof of Work in our Mining Function.mp490.02MB
  98. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/109 Fixing a Hash Order Fault.mp476.69MB
  99. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/110 Splitting Up our Code.mp452.31MB
  100. Learn Python by Building a Blockchain & Cryptocurrency/06 Working the Python Standard Library/111 Wrap Up.mp48.24MB
  101. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/113 Module Introduction.mp44.62MB
  102. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/114 Handling File Access.mp425.09MB
  103. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/115 Reading Data From a File.mp415.19MB
  104. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/116 Reading Multi-Line Content.mp438.11MB
  105. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/117 Using the with Block Statement.mp418.86MB
  106. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/118 Adding File Access to our Blockchain.mp495.65MB
  107. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/119 Converting Strings Into Python Objects.mp4189.73MB
  108. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/120 Storing Data with Pickle.mp470.34MB
  109. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/121 Comparing Pickle JSON.mp43.76MB
  110. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/122 Changing the Project Back to JSON.mp428.26MB
  111. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/123 Why we need Proper Error Handling.mp48.35MB
  112. Learn Python by Building a Blockchain & Cryptocurrency/07 Working with Files/124 Wrap Up.mp45.32MB
  113. Learn Python by Building a Blockchain & Cryptocurrency/08 Handling Errors Debugging/126 Module Introduction.mp42.5MB
  114. Learn Python by Building a Blockchain & Cryptocurrency/08 Handling Errors Debugging/127 Finding Logical Errors with the Debugger.mp476.79MB
  115. Learn Python by Building a Blockchain & Cryptocurrency/08 Handling Errors Debugging/128 Finding Syntax Errors.mp422.69MB
  116. Learn Python by Building a Blockchain & Cryptocurrency/08 Handling Errors Debugging/129 Using try to Find Runtime Errors.mp454.48MB
  117. Learn Python by Building a Blockchain & Cryptocurrency/08 Handling Errors Debugging/130 Which Errors Should you Handle.mp430.53MB
  118. Learn Python by Building a Blockchain & Cryptocurrency/08 Handling Errors Debugging/131 Adding Error Handlers to our Blockchain.mp432.96MB
  119. Learn Python by Building a Blockchain & Cryptocurrency/08 Handling Errors Debugging/133 Wrap Up.mp49.67MB
  120. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/135 Module Introduction.mp42.97MB
  121. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/136 What is Object Oriented Programming.mp49.34MB
  122. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/137 Understanding Classes.mp44.5MB
  123. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/138 Creating a Class.mp427.23MB
  124. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/139 Comparing Classes Instances Dictionaries.mp415.12MB
  125. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/140 Understanding Class Attributes.mp428.23MB
  126. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/141 Constructor Instance Attributes.mp430.23MB
  127. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/142 Printing Classes with Special Methods.mp446.52MB
  128. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/143 Private Public Attributes.mp439.77MB
  129. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/144 Understanding Inheritance.mp481.21MB
  130. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/145 Planning Blockchain Classes.mp44.2MB
  131. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/146 Adding a Block Class to the Blockchain.mp4137.04MB
  132. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/148 Saving Custom Class Objects via .json.mp451.93MB
  133. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/149 Adding a Transaction Class.mp4217.68MB
  134. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/150 Inheritance in Action.mp462.21MB
  135. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/151 Adding a Verification Helper Class.mp4133.6MB
  136. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/152 Initialising the Node Class.mp464.6MB
  137. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/153 Turning the Blockchain Into a Class.mp4106.24MB
  138. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/154 Adding a Node Class.mp4148.14MB
  139. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/155 Understanding Instance vs Class vs Static Methods Attributes.mp421.04MB
  140. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/156 Using Static Class Methods on the Verification Class.mp452.46MB
  141. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/157 Using Private Attributes in the Blockchain.mp444.2MB
  142. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/158 Properties vs Attributes.mp448.86MB
  143. Learn Python by Building a Blockchain & Cryptocurrency/09 Object Oriented Programming/159 Wrap Up.mp410.01MB
  144. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/161 Module Introduction.mp44.24MB
  145. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/162 Creating Packages - Module Bundles.mp447.31MB
  146. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/163 The pycache Folder.mp47.79MB
  147. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/164 Module Docstrings.mp49.04MB
  148. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/165 Controlling Exports.mp440.2MB
  149. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/166 Understanding Execution Context __name__.mp440.82MB
  150. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/167 Why we Need a Private Public Key Transaction Protection.mp423.23MB
  151. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/168 Using Anaconda to Install Third Party Packages.mp467.96MB
  152. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/171 Generating Keys with a Third Party Package.mp450.85MB
  153. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/172 Connecting the Node the Wallet.mp473.74MB
  154. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/173 Generating Keys on the Node.mp456.17MB
  155. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/174 Saving Loading Keys to Files.mp4100.32MB
  156. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/175 Creating Transaction Signatures.mp487.78MB
  157. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/176 Adding a Signature to our Transactions.mp438.3MB
  158. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/177 Verifying Signatures.mp493.8MB
  159. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/178 Improving the Verification Logic.mp467.5MB
  160. Learn Python by Building a Blockchain & Cryptocurrency/10 Modules/179 Wrap Up.mp44.58MB
  161. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/181 Module Introduction.mp44.77MB
  162. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/182 HTTP Requests - The Basics.mp417.63MB
  163. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/183 Understanding API-Endpoints URLs.mp410.2MB
  164. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/184 Data Formats.mp411.92MB
  165. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/185 Planning our API.mp47.28MB
  166. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/186 Setting Up our Environment with Flask.mp486.37MB
  167. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/187 Adding our First Route.mp4110.02MB
  168. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/188 Installing Postman.mp418.24MB
  169. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/189 Adding a POST Request.mp480.59MB
  170. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/190 Setting Up Routes to Manage our Wallet.mp483.63MB
  171. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/191 Returning Funds.mp466.74MB
  172. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/192 Adding Transactions.mp4125.51MB
  173. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/193 Fetching Open Transactions.mp441.36MB
  174. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/194 Testing the Public Key.mp423.29MB
  175. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/195 Adding a User Interface.mp427.92MB
  176. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/196 Optional Configuring our UI - Creating a Wallet.mp4163.94MB
  177. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/197 Optional Configuring our UI - Loading a Wallet and Adding Mining Transactions.mp4157.18MB
  178. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/198 Exploring our UI.mp431.6MB
  179. Learn Python by Building a Blockchain & Cryptocurrency/11 Adding HTTP with Flask/199 Wrap Up.mp45.97MB
  180. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/201 Module Introduction.mp43.6MB
  181. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/202 Adding Node Management Methods to the Blockchain.mp480.1MB
  182. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/203 Setting Up Routes to Add Nodes.mp476.44MB
  183. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/204 Adding a Remove Node Route.mp451.34MB
  184. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/205 Adding get_Nodes to get all Nodes.mp414.92MB
  185. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/206 Attaching a Node User Interface.mp4115.91MB
  186. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/207 Running Multiple Nodes.mp4120.72MB
  187. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/208 Sending Requests from within Python.mp4137.17MB
  188. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/209 Broadcasting Transactions - Adding the Function Route.mp4168.57MB
  189. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/210 Broadcasting Transactions - Testing Fixing Errors.mp467.83MB
  190. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/211 Broadcasting New Blocks Adding the Function Route.mp4149.52MB
  191. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/212 Broadcasting New Blocks Informing the Peer Nodes.mp4135.8MB
  192. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/213 Broadcasting Transactions Testing.mp439.18MB
  193. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/214 Solving Conflicts.mp473.5MB
  194. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/215 Understanding Consensus.mp414.96MB
  195. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/216 Finding Conflicts.mp4120.48MB
  196. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/218 Testing Consensus.mp438.01MB
  197. Learn Python by Building a Blockchain & Cryptocurrency/12 The Node Network/219 Wrap Up.mp43.31MB
  198. Learn Python by Building a Blockchain & Cryptocurrency/13 Next Steps and Course Roundup/221 Module Introduction.mp41.89MB
  199. Learn Python by Building a Blockchain & Cryptocurrency/13 Next Steps and Course Roundup/222 Dont Forget PEP 8.mp426.93MB
  200. Learn Python by Building a Blockchain & Cryptocurrency/13 Next Steps and Course Roundup/223 Using PEP 8.mp4125.57MB
  201. Learn Python by Building a Blockchain & Cryptocurrency/13 Next Steps and Course Roundup/224 Using Comments.mp43.21MB
  202. Learn Python by Building a Blockchain & Cryptocurrency/13 Next Steps and Course Roundup/225 Diving Deeper Into Python.mp475.3MB
  203. Learn Python by Building a Blockchain & Cryptocurrency/13 Next Steps and Course Roundup/226 Improving the Blockchain.mp4170.12MB
  204. Learn Python by Building a Blockchain & Cryptocurrency/13 Next Steps and Course Roundup/227 Congratulations.mp417.55MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统