589689.xyz

[UdemyCourseDownloader] Learn Python by Building a Blockchain & Cryptocurrency

  • 收录时间:2019-02-25 18:27:11
  • 文件大小:9GB
  • 下载次数:56
  • 最近下载:2021-01-15 17:23:59
  • 磁力链接:

文件列表

  1. 12 The Node Network/217 Implementing a Consensus Algorithm.mp4 222MB
  2. 09 Object Oriented Programming/149 Adding a Transaction Class.mp4 218MB
  3. 07 Working with Files/119 Converting Strings Into Python Objects.mp4 190MB
  4. 13 Next Steps and Course Roundup/226 Improving the Blockchain.mp4 170MB
  5. 12 The Node Network/209 Broadcasting Transactions - Adding the Function Route.mp4 169MB
  6. 11 Adding HTTP with Flask/196 Optional Configuring our UI - Creating a Wallet.mp4 164MB
  7. 11 Adding HTTP with Flask/197 Optional Configuring our UI - Loading a Wallet and Adding Mining Transactions.mp4 157MB
  8. 12 The Node Network/211 Broadcasting New Blocks Adding the Function Route.mp4 150MB
  9. 09 Object Oriented Programming/154 Adding a Node Class.mp4 148MB
  10. 12 The Node Network/208 Sending Requests from within Python.mp4 137MB
  11. 09 Object Oriented Programming/146 Adding a Block Class to the Blockchain.mp4 137MB
  12. 12 The Node Network/212 Broadcasting New Blocks Informing the Peer Nodes.mp4 136MB
  13. 09 Object Oriented Programming/151 Adding a Verification Helper Class.mp4 134MB
  14. 13 Next Steps and Course Roundup/223 Using PEP 8.mp4 126MB
  15. 11 Adding HTTP with Flask/192 Adding Transactions.mp4 126MB
  16. 12 The Node Network/207 Running Multiple Nodes.mp4 121MB
  17. 12 The Node Network/216 Finding Conflicts.mp4 120MB
  18. 12 The Node Network/206 Attaching a Node User Interface.mp4 116MB
  19. 11 Adding HTTP with Flask/187 Adding our First Route.mp4 110MB
  20. 09 Object Oriented Programming/153 Turning the Blockchain Into a Class.mp4 106MB
  21. 03 Working with Loops Conditionals/053 Verifying our Blockchain.mp4 102MB
  22. 10 Modules/174 Saving Loading Keys to Files.mp4 100MB
  23. 01 Getting Started/006 What is the Blockchain.mp4 100MB
  24. 07 Working with Files/118 Adding File Access to our Blockchain.mp4 96MB
  25. 10 Modules/177 Verifying Signatures.mp4 94MB
  26. 06 Working the Python Standard Library/108 Including the Proof of Work in our Mining Function.mp4 90MB
  27. 10 Modules/175 Creating Transaction Signatures.mp4 88MB
  28. 11 Adding HTTP with Flask/186 Setting Up our Environment with Flask.mp4 86MB
  29. 11 Adding HTTP with Flask/190 Setting Up Routes to Manage our Wallet.mp4 84MB
  30. 09 Object Oriented Programming/144 Understanding Inheritance.mp4 81MB
  31. 11 Adding HTTP with Flask/189 Adding a POST Request.mp4 81MB
  32. 12 The Node Network/202 Adding Node Management Methods to the Blockchain.mp4 80MB
  33. 04 Understanding Complex Data Structures/072 Improving the Blockchain Validation Logic.mp4 79MB
  34. 08 Handling Errors Debugging/127 Finding Logical Errors with the Debugger.mp4 77MB
  35. 06 Working the Python Standard Library/109 Fixing a Hash Order Fault.mp4 77MB
  36. 12 The Node Network/203 Setting Up Routes to Add Nodes.mp4 76MB
  37. 01 Getting Started/002 What is Python.mp4 76MB
  38. 13 Next Steps and Course Roundup/225 Diving Deeper Into Python.mp4 75MB
  39. 04 Understanding Complex Data Structures/064 Transactions with Dictionaries Tuples.mp4 75MB
  40. 04 Understanding Complex Data Structures/082 Understanding the all any Functions.mp4 75MB
  41. 10 Modules/172 Connecting the Node the Wallet.mp4 74MB
  42. 12 The Node Network/214 Solving Conflicts.mp4 74MB
  43. 06 Working the Python Standard Library/102 Importing hashlib to Create a Unique Hash.mp4 73MB
  44. 05 Working with Functions Strings/094 Reducing Lists.mp4 71MB
  45. 04 Understanding Complex Data Structures/074 Calculating Balances.mp4 71MB
  46. 01 Getting Started/005 Writing our First Python Code.mp4 71MB
  47. 07 Working with Files/120 Storing Data with Pickle.mp4 70MB
  48. 10 Modules/168 Using Anaconda to Install Third Party Packages.mp4 68MB
  49. 12 The Node Network/210 Broadcasting Transactions - Testing Fixing Errors.mp4 68MB
  50. 10 Modules/178 Improving the Verification Logic.mp4 67MB
  51. 11 Adding HTTP with Flask/191 Returning Funds.mp4 67MB
  52. 09 Object Oriented Programming/152 Initialising the Node Class.mp4 65MB
  53. 03 Working with Loops Conditionals/044 Adding if-else to our Blockchain.mp4 65MB
  54. 01 Getting Started/007 Course Outline.mp4 64MB
  55. 04 Understanding Complex Data Structures/068 Hashing Previous Blocks.mp4 64MB
  56. 04 Understanding Complex Data Structures/076 Verifying Transactions.mp4 63MB
  57. 09 Object Oriented Programming/150 Inheritance in Action.mp4 62MB
  58. 01 Getting Started/008 Python Alternatives.mp4 62MB
  59. 03 Working with Loops Conditionals/047 Improving our Code with Loops Conditionals.mp4 61MB
  60. 06 Working the Python Standard Library/107 Adding the Proof of Work to our Blockchain.mp4 60MB
  61. 10 Modules/173 Generating Keys on the Node.mp4 56MB
  62. 04 Understanding Complex Data Structures/081 Diving Deeper Into Iterable Methods.mp4 55MB
  63. 01 Getting Started/003 Setting Up Python.mp4 55MB
  64. 08 Handling Errors Debugging/129 Using try to Find Runtime Errors.mp4 54MB
  65. 05 Working with Functions Strings/096 Fixing a Bug.mp4 54MB
  66. 05 Working with Functions Strings/088 Understanding the format Method.mp4 53MB
  67. 09 Object Oriented Programming/156 Using Static Class Methods on the Verification Class.mp4 52MB
  68. 06 Working the Python Standard Library/110 Splitting Up our Code.mp4 52MB
  69. 04 Understanding Complex Data Structures/067 Mining Blocks.mp4 52MB
  70. 09 Object Oriented Programming/148 Saving Custom Class Objects via .json.mp4 52MB
  71. 12 The Node Network/204 Adding a Remove Node Route.mp4 51MB
  72. 10 Modules/171 Generating Keys with a Third Party Package.mp4 51MB
  73. 09 Object Oriented Programming/158 Properties vs Attributes.mp4 49MB
  74. 03 Working with Loops Conditionals/057 Adding the range Function.mp4 48MB
  75. 10 Modules/162 Creating Packages - Module Bundles.mp4 47MB
  76. 09 Object Oriented Programming/142 Printing Classes with Special Methods.mp4 47MB
  77. 01 Getting Started/010 How To Get The Most Out Of This Course.mp4 46MB
  78. 09 Object Oriented Programming/157 Using Private Attributes in the Blockchain.mp4 44MB
  79. 02 Diving Into the Basics of Python/032 Understanding the Variable Scope.mp4 42MB
  80. 11 Adding HTTP with Flask/193 Fetching Open Transactions.mp4 41MB
  81. 10 Modules/166 Understanding Execution Context __name__.mp4 41MB
  82. 10 Modules/165 Controlling Exports.mp4 40MB
  83. 02 Diving Into the Basics of Python/034 Adding Comments and Doc Strings.mp4 40MB
  84. 09 Object Oriented Programming/143 Private Public Attributes.mp4 40MB
  85. 12 The Node Network/213 Broadcasting Transactions Testing.mp4 39MB
  86. 04 Understanding Complex Data Structures/066 Unpacking the Tuple.mp4 39MB
  87. 04 Understanding Complex Data Structures/077 Understanding Reference vs Value Copying.mp4 39MB
  88. 04 Understanding Complex Data Structures/069 Understanding List Comprehensions.mp4 38MB
  89. 10 Modules/176 Adding a Signature to our Transactions.mp4 38MB
  90. 07 Working with Files/116 Reading Multi-Line Content.mp4 38MB
  91. 12 The Node Network/218 Testing Consensus.mp4 38MB
  92. 04 Understanding Complex Data Structures/078 Working with the Range Selector.mp4 37MB
  93. 05 Working with Functions Strings/095 Unpacking Function Arguments.mp4 36MB
  94. 01 Getting Started/001 Introduction.mp4 35MB
  95. 04 Understanding Complex Data Structures/073 Managing a List of Participants in the Blockchain.mp4 33MB
  96. 08 Handling Errors Debugging/131 Adding Error Handlers to our Blockchain.mp4 33MB
  97. 02 Diving Into the Basics of Python/022 Installing our IDE.mp4 33MB
  98. 02 Diving Into the Basics of Python/014 Working with Variables.mp4 33MB
  99. 04 Understanding Complex Data Structures/083 Comparing Iterables.mp4 32MB
  100. 11 Adding HTTP with Flask/198 Exploring our UI.mp4 32MB
  101. 01 Getting Started/009 Understanding the Python Versions.mp4 32MB
  102. 08 Handling Errors Debugging/130 Which Errors Should you Handle.mp4 31MB
  103. 09 Object Oriented Programming/141 Constructor Instance Attributes.mp4 30MB
  104. 02 Diving Into the Basics of Python/015 Working with Numbers.mp4 30MB
  105. 03 Working with Loops Conditionals/046 Understanding break continue.mp4 30MB
  106. 04 Understanding Complex Data Structures/075 Rewarding the Miners of our Blockchain.mp4 30MB
  107. 06 Working the Python Standard Library/100 Exploring the Python Standard Library.mp4 29MB
  108. 03 Working with Loops Conditionals/045 Working with elif.mp4 28MB
  109. 07 Working with Files/122 Changing the Project Back to JSON.mp4 28MB
  110. 09 Object Oriented Programming/140 Understanding Class Attributes.mp4 28MB
  111. 02 Diving Into the Basics of Python/033 Exploring the Official Documentation.mp4 28MB
  112. 02 Diving Into the Basics of Python/028 Using Default Arguments.mp4 28MB
  113. 11 Adding HTTP with Flask/195 Adding a User Interface.mp4 28MB
  114. 03 Working with Loops Conditionals/040 Creating a for Loop.mp4 27MB
  115. 09 Object Oriented Programming/138 Creating a Class.mp4 27MB
  116. 03 Working with Loops Conditionals/041 Creating a while Loop.mp4 27MB
  117. 13 Next Steps and Course Roundup/222 Dont Forget PEP 8.mp4 27MB
  118. 02 Diving Into the Basics of Python/030 Using the input Function.mp4 26MB
  119. 07 Working with Files/114 Handling File Access.mp4 25MB
  120. 02 Diving Into the Basics of Python/023 Using Functions to Add List Items.mp4 25MB
  121. 05 Working with Functions Strings/087 Comparing Strings Lists.mp4 25MB
  122. 06 Working the Python Standard Library/104 Using Other Import Syntaxes.mp4 23MB
  123. 06 Working the Python Standard Library/105 The Proof of Work.mp4 23MB
  124. 11 Adding HTTP with Flask/194 Testing the Public Key.mp4 23MB
  125. 10 Modules/167 Why we Need a Private Public Key Transaction Protection.mp4 23MB
  126. 02 Diving Into the Basics of Python/027 Understanding the return Keyword.mp4 23MB
  127. 04 Understanding Complex Data Structures/061 Understanding the Required Data Structure for our Blockchain.mp4 23MB
  128. 08 Handling Errors Debugging/128 Finding Syntax Errors.mp4 23MB
  129. 02 Diving Into the Basics of Python/020 Adding Removing List Items.mp4 22MB
  130. 05 Working with Functions Strings/091 Adding String Formatting to our Project.mp4 22MB
  131. 02 Diving Into the Basics of Python/019 Working with Lists.mp4 22MB
  132. 09 Object Oriented Programming/155 Understanding Instance vs Class vs Static Methods Attributes.mp4 21MB
  133. 03 Working with Loops Conditionals/048 Understanding Boolean Operators - is in.mp4 21MB
  134. 02 Diving Into the Basics of Python/017 Understanding a Special Behaviour when Working with Numbers.mp4 21MB
  135. 03 Working with Loops Conditionals/056 Using else in Loops.mp4 21MB
  136. 03 Working with Loops Conditionals/055 Using Conditions inside the while Loop.mp4 20MB
  137. 02 Diving Into the Basics of Python/025 Accessing the Last List Item.mp4 19MB
  138. 04 Understanding Complex Data Structures/062 Working with Iterables.mp4 19MB
  139. 07 Working with Files/117 Using the with Block Statement.mp4 19MB
  140. 02 Diving Into the Basics of Python/035 Structuring Multi Line Code in Python.mp4 18MB
  141. 11 Adding HTTP with Flask/188 Installing Postman.mp4 18MB
  142. 11 Adding HTTP with Flask/182 HTTP Requests - The Basics.mp4 18MB
  143. 13 Next Steps and Course Roundup/227 Congratulations.mp4 18MB
  144. 02 Diving Into the Basics of Python/029 Working with Keyword Arguments.mp4 17MB
  145. 02 Diving Into the Basics of Python/031 Avoiding Repetitive Code Execution.mp4 17MB
  146. 06 Working the Python Standard Library/101 Importing Packages - Theory.mp4 16MB
  147. 02 Diving Into the Basics of Python/016 Using Operators.mp4 16MB
  148. 07 Working with Files/115 Reading Data From a File.mp4 15MB
  149. 09 Object Oriented Programming/139 Comparing Classes Instances Dictionaries.mp4 15MB
  150. 03 Working with Loops Conditionals/051 Grouping Conditionals.mp4 15MB
  151. 12 The Node Network/215 Understanding Consensus.mp4 15MB
  152. 12 The Node Network/205 Adding get_Nodes to get all Nodes.mp4 15MB
  153. 04 Understanding Complex Data Structures/079 Understanding Shallow vs Deep Copies.mp4 14MB
  154. 04 Understanding Complex Data Structures/071 Combining List Comprehensions if.mp4 14MB
  155. 02 Diving Into the Basics of Python/026 Adding Arguments to Functions.mp4 14MB
  156. 04 Understanding Complex Data Structures/063 Choosing the Right Datastructure.mp4 14MB
  157. 02 Diving Into the Basics of Python/036 Wrap Up.mp4 14MB
  158. 05 Working with Functions Strings/093 Working with Lambda Functions.mp4 13MB
  159. 04 Understanding Complex Data Structures/084 Wrap Up.mp4 13MB
  160. 02 Diving Into the Basics of Python/018 Working with Strings.mp4 13MB
  161. 05 Working with Functions Strings/092 Understanding the map Function.mp4 12MB
  162. 02 Diving Into the Basics of Python/013 Understanding the REPL and Data Types.mp4 12MB
  163. 11 Adding HTTP with Flask/184 Data Formats.mp4 12MB
  164. 05 Working with Functions Strings/089 Escaping Characters.mp4 11MB
  165. 03 Working with Loops Conditionals/050 Understanding and and or.mp4 10MB
  166. 03 Working with Loops Conditionals/058 Wrap Up.mp4 10MB
  167. 11 Adding HTTP with Flask/183 Understanding API-Endpoints URLs.mp4 10MB
  168. 09 Object Oriented Programming/159 Wrap Up.mp4 10MB
  169. 03 Working with Loops Conditionals/039 Understanding Loops - Theory.mp4 10MB
  170. 08 Handling Errors Debugging/133 Wrap Up.mp4 10MB
  171. 09 Object Oriented Programming/136 What is Object Oriented Programming.mp4 9MB
  172. 10 Modules/164 Module Docstrings.mp4 9MB
  173. 07 Working with Files/123 Why we need Proper Error Handling.mp4 8MB
  174. 06 Working the Python Standard Library/111 Wrap Up.mp4 8MB
  175. 04 Understanding Complex Data Structures/080 Comparing is.mp4 8MB
  176. 04 Understanding Complex Data Structures/070 And What are Dict Comprehensions.mp4 8MB
  177. 10 Modules/163 The pycache Folder.mp4 8MB
  178. 04 Understanding Complex Data Structures/060 Module Introduction.mp4 7MB
  179. 11 Adding HTTP with Flask/185 Planning our API.mp4 7MB
  180. 05 Working with Functions Strings/090 Formatting Strings Conveniently with f.mp4 7MB
  181. 03 Working with Loops Conditionals/049 The not Keyword.mp4 7MB
  182. 05 Working with Functions Strings/097 Wrap Up.mp4 6MB
  183. 03 Working with Loops Conditionals/052 What About switch in Python.mp4 6MB
  184. 11 Adding HTTP with Flask/199 Wrap Up.mp4 6MB
  185. 02 Diving Into the Basics of Python/012 Module Introduction.mp4 6MB
  186. 07 Working with Files/124 Wrap Up.mp4 5MB
  187. 02 Diving Into the Basics of Python/021 Preparing the Blockchain - The Theory.mp4 5MB
  188. 11 Adding HTTP with Flask/181 Module Introduction.mp4 5MB
  189. 07 Working with Files/113 Module Introduction.mp4 5MB
  190. 10 Modules/179 Wrap Up.mp4 5MB
  191. 09 Object Oriented Programming/137 Understanding Classes.mp4 5MB
  192. 10 Modules/161 Module Introduction.mp4 4MB
  193. 09 Object Oriented Programming/145 Planning Blockchain Classes.mp4 4MB
  194. 06 Working the Python Standard Library/099 Module Introduction.mp4 4MB
  195. 03 Working with Loops Conditionals/038 Module Introduction.mp4 4MB
  196. 07 Working with Files/121 Comparing Pickle JSON.mp4 4MB
  197. 03 Working with Loops Conditionals/043 Understanding Conditionals - Theory.mp4 4MB
  198. 12 The Node Network/201 Module Introduction.mp4 4MB
  199. 05 Working with Functions Strings/086 Module Introduction.mp4 4MB
  200. 12 The Node Network/219 Wrap Up.mp4 3MB
  201. 13 Next Steps and Course Roundup/224 Using Comments.mp4 3MB
  202. 09 Object Oriented Programming/135 Module Introduction.mp4 3MB
  203. 08 Handling Errors Debugging/126 Module Introduction.mp4 2MB
  204. 13 Next Steps and Course Roundup/221 Module Introduction.mp4 2MB
  205. 01 Getting Started/006 blockchain-basics.pdf 254KB
  206. 02 Diving Into the Basics of Python/015 python-data-types.pdf 140KB
  207. 02 Diving Into the Basics of Python/037 python-data-types.pdf 140KB
  208. 02 Diving Into the Basics of Python/029 python-functions.pdf 132KB
  209. 02 Diving Into the Basics of Python/037 python-functions.pdf 132KB
  210. 11 Adding HTTP with Flask/183 http-api-basics.pdf 123KB
  211. 11 Adding HTTP with Flask/200 http-api-basics.pdf 123KB
  212. 10 Modules/179 module-summary.pdf 120KB
  213. 10 Modules/180 module-summary.pdf 120KB
  214. 06 Working the Python Standard Library/111 module-summary.pdf 115KB
  215. 06 Working the Python Standard Library/112 module-summary.pdf 115KB
  216. 02 Diving Into the Basics of Python/036 module-01-summary.pdf 112KB
  217. 02 Diving Into the Basics of Python/037 module-01-summary.pdf 112KB
  218. 07 Working with Files/124 module-summary.pdf 112KB
  219. 07 Working with Files/125 module-summary.pdf 112KB
  220. 11 Adding HTTP with Flask/199 module-summary.pdf 108KB
  221. 11 Adding HTTP with Flask/200 module-summary.pdf 108KB
  222. 09 Object Oriented Programming/159 module-summary.pdf 103KB
  223. 09 Object Oriented Programming/160 module-summary.pdf 103KB
  224. 04 Understanding Complex Data Structures/084 module-summary.pdf 102KB
  225. 04 Understanding Complex Data Structures/085 module-summary.pdf 102KB
  226. 05 Working with Functions Strings/097 module-summary.pdf 99KB
  227. 05 Working with Functions Strings/098 module-summary.pdf 99KB
  228. 12 The Node Network/219 module-summary.pdf 98KB
  229. 12 The Node Network/220 module-summary.pdf 98KB
  230. 03 Working with Loops Conditionals/058 modules-02-summary.pdf 97KB
  231. 03 Working with Loops Conditionals/059 modules-02-summary.pdf 97KB
  232. 04 Understanding Complex Data Structures/079 reference-vs-value-copying.pdf 96KB
  233. 04 Understanding Complex Data Structures/085 reference-vs-value-copying.pdf 96KB
  234. 03 Working with Loops Conditionals/053 verifying-the-blockchain.pdf 94KB
  235. 03 Working with Loops Conditionals/059 verifying-the-blockchain.pdf 94KB
  236. 06 Working the Python Standard Library/105 proof-of-work.pdf 93KB
  237. 06 Working the Python Standard Library/112 proof-of-work.pdf 93KB
  238. 04 Understanding Complex Data Structures/061 the-need-for-more-complex-data-structures.pdf 91KB
  239. 04 Understanding Complex Data Structures/085 the-need-for-more-complex-data-structures.pdf 91KB
  240. 03 Working with Loops Conditionals/045 python-if-elif.pdf 88KB
  241. 03 Working with Loops Conditionals/059 python-if-elif.pdf 88KB
  242. 10 Modules/166 module-concepts.pdf 78KB
  243. 10 Modules/180 module-concepts.pdf 78KB
  244. 10 Modules/167 transaction-signing.pdf 66KB
  245. 10 Modules/180 transaction-signing.pdf 66KB
  246. 04 Understanding Complex Data Structures/062 iterables-overview.pdf 66KB
  247. 04 Understanding Complex Data Structures/085 iterables-overview.pdf 66KB
  248. 08 Handling Errors Debugging/133 module-summary.pdf 57KB
  249. 08 Handling Errors Debugging/134 module-summary.pdf 57KB
  250. 08 Handling Errors Debugging/129 debugging-vs-error-handling.pdf 54KB
  251. 08 Handling Errors Debugging/134 debugging-vs-error-handling.pdf 54KB
  252. 09 Object Oriented Programming/141 instance-vs-class-attributes.pdf 52KB
  253. 09 Object Oriented Programming/160 instance-vs-class-attributes.pdf 52KB
  254. 11 Adding HTTP with Flask/184 data-formats.pdf 51KB
  255. 11 Adding HTTP with Flask/200 data-formats.pdf 51KB
  256. 08 Handling Errors Debugging/130 handling-errors-correctly.pdf 50KB
  257. 08 Handling Errors Debugging/134 handling-errors-correctly.pdf 50KB
  258. 09 Object Oriented Programming/136 what-is-oop.pdf 49KB
  259. 09 Object Oriented Programming/160 what-is-oop.pdf 49KB
  260. 03 Working with Loops Conditionals/039 python-loops.pdf 49KB
  261. 03 Working with Loops Conditionals/059 python-loops.pdf 49KB
  262. 09 Object Oriented Programming/142 special-methods.pdf 48KB
  263. 09 Object Oriented Programming/160 special-methods.pdf 48KB
  264. 09 Object Oriented Programming/158 attributes-vs-properties.pdf 48KB
  265. 09 Object Oriented Programming/160 attributes-vs-properties.pdf 48KB
  266. 09 Object Oriented Programming/144 inheritance.pdf 48KB
  267. 09 Object Oriented Programming/141 constructor.pdf 48KB
  268. 09 Object Oriented Programming/160 constructor.pdf 48KB
  269. 06 Working the Python Standard Library/104 import-syntaxes.pdf 48KB
  270. 06 Working the Python Standard Library/112 import-syntaxes.pdf 48KB
  271. 03 Working with Loops Conditionals/048 python-booleans.pdf 47KB
  272. 03 Working with Loops Conditionals/059 python-booleans.pdf 47KB
  273. 12 The Node Network/215 consensus.pdf 43KB
  274. 12 The Node Network/220 consensus.pdf 43KB
  275. 09 Object Oriented Programming/137 classes.pdf 37KB
  276. 09 Object Oriented Programming/160 classes.pdf 37KB
  277. 09 Object Oriented Programming/139 classes-vs-instances-vs-dictionaries.pdf 35KB
  278. 09 Object Oriented Programming/160 classes-vs-instances-vs-dictionaries.pdf 35KB
  279. 04 Understanding Complex Data Structures/083 iterables-comparison.pdf 35KB
  280. 04 Understanding Complex Data Structures/085 iterables-comparison.pdf 35KB
  281. 05 Working with Functions Strings/095 finsihed-iterable-overview.pdf 35KB
  282. 05 Working with Functions Strings/098 finsihed-iterable-overview.pdf 35KB
  283. 13 Next Steps and Course Roundup/225 next-steps.pdf 35KB
  284. 13 Next Steps and Course Roundup/228 next-steps.pdf 35KB
  285. 04 Understanding Complex Data Structures/068 verifying-block-hashes.pdf 34KB
  286. 04 Understanding Complex Data Structures/085 verifying-block-hashes.pdf 34KB
  287. 11 Adding HTTP with Flask/185 blockchain-endpoints.pdf 34KB
  288. 11 Adding HTTP with Flask/200 blockchain-endpoints.pdf 34KB
  289. 07 Working with Files/121 pickle-vs-json.pdf 34KB
  290. 07 Working with Files/125 pickle-vs-json.pdf 34KB
  291. 09 Object Oriented Programming/145 blockchain-classes.pdf 33KB
  292. 13 Next Steps and Course Roundup/226 improve-blockchain.pdf 33KB
  293. 13 Next Steps and Course Roundup/228 improve-blockchain.pdf 33KB
  294. 07 Working with Files/114 file-open-modes.pdf 33KB
  295. 07 Working with Files/125 file-open-modes.pdf 33KB
  296. 02 Diving Into the Basics of Python/021 current-blockchain-design.pdf 33KB
  297. 02 Diving Into the Basics of Python/016 python-operators.pdf 32KB
  298. 02 Diving Into the Basics of Python/037 python-operators.pdf 32KB
  299. 04 Understanding Complex Data Structures/078 indexing-lists.pdf 32KB
  300. 04 Understanding Complex Data Structures/085 indexing-lists.pdf 32KB
  301. 07 Working with Files/117 handling-files-correctly.pdf 32KB
  302. 07 Working with Files/125 handling-files-correctly.pdf 32KB
  303. 02 Diving Into the Basics of Python/019 python-lists.pdf 31KB
  304. 02 Diving Into the Basics of Python/037 python-lists.pdf 31KB
  305. 12 The Node Network/217 nodes-05-implementing-a-consensus-algorithm.zip 24KB
  306. 12 The Node Network/220 nodes-05-implementing-a-consensus-algorithm.zip 24KB
  307. 12 The Node Network/218 nodes-06-finished-and-commented.zip 24KB
  308. 12 The Node Network/220 nodes-06-finished-and-commented.zip 24KB
  309. 13 Next Steps and Course Roundup/223 next-steps-01-finished.zip 23KB
  310. 13 Next Steps and Course Roundup/228 next-steps-01-finished.zip 23KB
  311. 09 Object Oriented Programming/149 Adding a Transaction Class-en.srt 23KB
  312. 12 The Node Network/214 nodes-03-finished-broadcasting.zip 23KB
  313. 12 The Node Network/220 nodes-03-finished-broadcasting.zip 23KB
  314. 12 The Node Network/216 nodes-04-finding-conflicts.zip 23KB
  315. 12 The Node Network/220 nodes-04-finding-conflicts.zip 23KB
  316. 12 The Node Network/207 nodes-02-running-multiple-nodes.zip 22KB
  317. 12 The Node Network/220 nodes-02-running-multiple-nodes.zip 22KB
  318. 12 The Node Network/217 Implementing a Consensus Algorithm-en.srt 22KB
  319. 07 Working with Files/119 Converting Strings Into Python Objects-en.srt 21KB
  320. 12 The Node Network/204 nodes-01-adding-a-remove-node-route.zip 20KB
  321. 12 The Node Network/220 nodes-01-adding-a-remove-node-route.zip 20KB
  322. 12 The Node Network/206 finished-web-ui.zip 20KB
  323. 12 The Node Network/207 finished-web-ui.zip 20KB
  324. 11 Adding HTTP with Flask/198 http-06-finished-and-commented.zip 20KB
  325. 11 Adding HTTP with Flask/200 http-06-finished-and-commented.zip 20KB
  326. 11 Adding HTTP with Flask/197 finished-web-ui.zip 19KB
  327. 11 Adding HTTP with Flask/198 finished-web-ui.zip 19KB
  328. 11 Adding HTTP with Flask/196 Optional Configuring our UI - Creating a Wallet-en.srt 18KB
  329. 03 Working with Loops Conditionals/053 Verifying our Blockchain-en.srt 17KB
  330. 11 Adding HTTP with Flask/197 Optional Configuring our UI - Loading a Wallet and Adding Mining Transactions-en.srt 17KB
  331. 11 Adding HTTP with Flask/193 http-05-fetching-transactions.zip 16KB
  332. 11 Adding HTTP with Flask/200 http-05-fetching-transactions.zip 16KB
  333. 12 The Node Network/209 Broadcasting Transactions - Adding the Function Route-en.srt 16KB
  334. 11 Adding HTTP with Flask/189 http-02-adding-a-post-request.zip 15KB
  335. 11 Adding HTTP with Flask/200 http-02-adding-a-post-request.zip 15KB
  336. 12 The Node Network/206 Attaching a Node User Interface-en.srt 15KB
  337. 09 Object Oriented Programming/154 Adding a Node Class-en.srt 15KB
  338. 12 The Node Network/207 Running Multiple Nodes-en.srt 15KB
  339. 11 Adding HTTP with Flask/191 http-04-returning-funds.zip 15KB
  340. 11 Adding HTTP with Flask/200 http-04-returning-funds.zip 15KB
  341. 09 Object Oriented Programming/146 Adding a Block Class to the Blockchain-en.srt 15KB
  342. 11 Adding HTTP with Flask/187 http-01-adding-first-route.zip 15KB
  343. 11 Adding HTTP with Flask/190 http-03-wallet-routes.zip 15KB
  344. 11 Adding HTTP with Flask/200 http-01-adding-first-route.zip 15KB
  345. 11 Adding HTTP with Flask/200 http-03-wallet-routes.zip 15KB
  346. 12 The Node Network/208 Sending Requests from within Python-en.srt 15KB
  347. 09 Object Oriented Programming/151 Adding a Verification Helper Class-en.srt 15KB
  348. 10 Modules/178 modules-05-finished-and-commented.zip 15KB
  349. 10 Modules/180 modules-05-finished-and-commented.zip 15KB
  350. 13 Next Steps and Course Roundup/226 Improving the Blockchain-en.srt 14KB
  351. 11 Adding HTTP with Flask/192 Adding Transactions-en.srt 14KB
  352. 09 Object Oriented Programming/160 oop-13-finished-and-commented.zip 14KB
  353. 10 Modules/174 modules-04-saving-and-loading-keys.zip 14KB
  354. 10 Modules/180 modules-04-saving-and-loading-keys.zip 14KB
  355. 12 The Node Network/211 Broadcasting New Blocks Adding the Function Route-en.srt 14KB
  356. 11 Adding HTTP with Flask/195 node.html 14KB
  357. 09 Object Oriented Programming/158 oop-12-properties-vs-attributes.zip 14KB
  358. 09 Object Oriented Programming/160 oop-12-properties-vs-attributes.zip 14KB
  359. 11 Adding HTTP with Flask/187 Adding our First Route-en.srt 14KB
  360. 11 Adding HTTP with Flask/186 Setting Up our Environment with Flask-en.srt 14KB
  361. 09 Object Oriented Programming/156 oop-11-staticmethod-classmethod.zip 14KB
  362. 09 Object Oriented Programming/160 oop-11-staticmethod-classmethod.zip 14KB
  363. 09 Object Oriented Programming/154 oop-10-adding-a-node-class.zip 13KB
  364. 09 Object Oriented Programming/160 oop-10-adding-a-node-class.zip 13KB
  365. 10 Modules/166 modules-03-understanding-execution-context.zip 13KB
  366. 10 Modules/180 modules-03-understanding-execution-context.zip 13KB
  367. 09 Object Oriented Programming/151 oop-09-verification-helper-class.zip 13KB
  368. 09 Object Oriented Programming/160 oop-09-verification-helper-class.zip 13KB
  369. 10 Modules/165 modules-02-controlling-exports.zip 13KB
  370. 10 Modules/180 modules-02-controlling-exports.zip 13KB
  371. 12 The Node Network/212 Broadcasting New Blocks Informing the Peer Nodes-en.srt 12KB
  372. 10 Modules/162 modules-01-creating-packages.zip 12KB
  373. 10 Modules/180 modules-01-creating-packages.zip 12KB
  374. 12 The Node Network/216 Finding Conflicts-en.srt 12KB
  375. 07 Working with Files/118 Adding File Access to our Blockchain-en.srt 12KB
  376. 13 Next Steps and Course Roundup/223 Using PEP 8-en.srt 12KB
  377. 11 Adding HTTP with Flask/190 Setting Up Routes to Manage our Wallet-en.srt 12KB
  378. 09 Object Oriented Programming/150 oop-08-inheritance-in-action.zip 12KB
  379. 09 Object Oriented Programming/160 oop-08-inheritance-in-action.zip 12KB
  380. 05 Working with Functions Strings/088 Understanding the format Method-en.srt 11KB
  381. 09 Object Oriented Programming/144 Understanding Inheritance-en.srt 11KB
  382. 05 Working with Functions Strings/094 Reducing Lists-en.srt 11KB
  383. 04 Understanding Complex Data Structures/064 Transactions with Dictionaries Tuples-en.srt 11KB
  384. 06 Working the Python Standard Library/108 Including the Proof of Work in our Mining Function-en.srt 11KB
  385. 04 Understanding Complex Data Structures/072 Improving the Blockchain Validation Logic-en.srt 11KB
  386. 10 Modules/174 Saving Loading Keys to Files-en.srt 11KB
  387. 04 Understanding Complex Data Structures/061 Understanding the Required Data Structure for our Blockchain-en.srt 11KB
  388. 09 Object Oriented Programming/153 Turning the Blockchain Into a Class-en.srt 10KB
  389. 12 The Node Network/203 Setting Up Routes to Add Nodes-en.srt 10KB
  390. 06 Working the Python Standard Library/105 The Proof of Work-en.srt 10KB
  391. 09 Object Oriented Programming/146 oop-07-adding-a-block-class.zip 10KB
  392. 09 Object Oriented Programming/160 oop-07-adding-a-block-class.zip 10KB
  393. 03 Working with Loops Conditionals/044 Adding if-else to our Blockchain-en.srt 10KB
  394. 04 Understanding Complex Data Structures/074 Calculating Balances-en.srt 10KB
  395. 11 Adding HTTP with Flask/189 Adding a POST Request-en.srt 10KB
  396. 04 Understanding Complex Data Structures/081 Diving Deeper Into Iterable Methods-en.srt 10KB
  397. 06 Working the Python Standard Library/102 Importing hashlib to Create a Unique Hash-en.srt 10KB
  398. 09 Object Oriented Programming/144 oop-06-understanding-inheritance.zip 10KB
  399. 09 Object Oriented Programming/160 oop-06-understanding-inheritance.zip 10KB
  400. 12 The Node Network/202 Adding Node Management Methods to the Blockchain-en.srt 10KB
  401. 04 Understanding Complex Data Structures/077 Understanding Reference vs Value Copying-en.srt 9KB
  402. 03 Working with Loops Conditionals/057 Adding the range Function-en.srt 9KB
  403. 02 Diving Into the Basics of Python/023 Using Functions to Add List Items-en.srt 9KB
  404. 02 Diving Into the Basics of Python/032 Understanding the Variable Scope-en.srt 9KB
  405. 01 Getting Started/006 What is the Blockchain-en.srt 9KB
  406. 04 Understanding Complex Data Structures/082 Understanding the all any Functions-en.srt 9KB
  407. 04 Understanding Complex Data Structures/083 Comparing Iterables-en.srt 9KB
  408. 03 Working with Loops Conditionals/047 Improving our Code with Loops Conditionals-en.srt 9KB
  409. 06 Working the Python Standard Library/109 Fixing a Hash Order Fault-en.srt 9KB
  410. 10 Modules/168 Using Anaconda to Install Third Party Packages-en.srt 9KB
  411. 04 Understanding Complex Data Structures/067 Mining Blocks-en.srt 9KB
  412. 10 Modules/177 Verifying Signatures-en.srt 9KB
  413. 05 Working with Functions Strings/095 Unpacking Function Arguments-en.srt 8KB
  414. 10 Modules/171 Generating Keys with a Third Party Package-en.srt 8KB
  415. 06 Working the Python Standard Library/107 Adding the Proof of Work to our Blockchain-en.srt 8KB
  416. 07 Working with Files/114 Handling File Access-en.srt 8KB
  417. 12 The Node Network/210 Broadcasting Transactions - Testing Fixing Errors-en.srt 8KB
  418. 09 Object Oriented Programming/140 oop-02-understanding-class-attributes.zip 8KB
  419. 09 Object Oriented Programming/160 oop-02-understanding-class-attributes.zip 8KB
  420. 09 Object Oriented Programming/142 Printing Classes with Special Methods-en.srt 8KB
  421. 04 Understanding Complex Data Structures/069 Understanding List Comprehensions-en.srt 8KB
  422. 07 Working with Files/116 Reading Multi-Line Content-en.srt 8KB
  423. 10 Modules/172 Connecting the Node the Wallet-en.srt 8KB
  424. 04 Understanding Complex Data Structures/068 Hashing Previous Blocks-en.srt 8KB
  425. 07 Working with Files/120 Storing Data with Pickle-en.srt 8KB
  426. 10 Modules/175 Creating Transaction Signatures-en.srt 8KB
  427. 08 Handling Errors Debugging/127 Finding Logical Errors with the Debugger-en.srt 8KB
  428. 08 Handling Errors Debugging/134 errors-01-finished-and-commented.zip 8KB
  429. 09 Object Oriented Programming/142 oop-04-printing-classes-with-special-methods.zip 8KB
  430. 09 Object Oriented Programming/160 oop-04-printing-classes-with-special-methods.zip 8KB
  431. 07 Working with Files/123 files-06-finished-and-commented.zip 8KB
  432. 07 Working with Files/125 files-06-finished-and-commented.zip 8KB
  433. 07 Working with Files/120 files-05-storing-data-with-pickle.zip 8KB
  434. 07 Working with Files/125 files-05-storing-data-with-pickle.zip 8KB
  435. 09 Object Oriented Programming/141 oop-03-constructor-and-instance-attributes.zip 8KB
  436. 09 Object Oriented Programming/160 oop-03-constructor-and-instance-attributes.zip 8KB
  437. 02 Diving Into the Basics of Python/022 Installing our IDE-en.srt 8KB
  438. 09 Object Oriented Programming/143 oop-05-private-and-public-attributes.zip 8KB
  439. 09 Object Oriented Programming/160 oop-05-private-and-public-attributes.zip 8KB
  440. 02 Diving Into the Basics of Python/015 Working with Numbers-en.srt 8KB
  441. 09 Object Oriented Programming/138 Creating a Class-en.srt 8KB
  442. 04 Understanding Complex Data Structures/076 Verifying Transactions-en.srt 7KB
  443. 12 The Node Network/204 Adding a Remove Node Route-en.srt 7KB
  444. 04 Understanding Complex Data Structures/062 Working with Iterables-en.srt 7KB
  445. 11 Adding HTTP with Flask/191 Returning Funds-en.srt 7KB
  446. 11 Adding HTTP with Flask/182 HTTP Requests - The Basics-en.srt 7KB
  447. 12 The Node Network/214 Solving Conflicts-en.srt 7KB
  448. 12 The Node Network/218 Testing Consensus-en.srt 7KB
  449. 10 Modules/178 Improving the Verification Logic-en.srt 7KB
  450. 04 Understanding Complex Data Structures/078 Working with the Range Selector-en.srt 7KB
  451. 09 Object Oriented Programming/138 oop-01-creating-a-class.zip 7KB
  452. 09 Object Oriented Programming/160 oop-01-creating-a-class.zip 7KB
  453. 09 Object Oriented Programming/150 Inheritance in Action-en.srt 7KB
  454. 10 Modules/165 Controlling Exports-en.srt 7KB
  455. 09 Object Oriented Programming/158 Properties vs Attributes-en.srt 7KB
  456. 13 Next Steps and Course Roundup/225 Diving Deeper Into Python-en.srt 7KB
  457. 02 Diving Into the Basics of Python/014 Working with Variables-en.srt 7KB
  458. 01 Getting Started/002 What is Python-en.srt 7KB
  459. 02 Diving Into the Basics of Python/019 Working with Lists-en.srt 7KB
  460. 09 Object Oriented Programming/148 Saving Custom Class Objects via .json-en.srt 7KB
  461. 07 Working with Files/119 files-04-converting-strings-into-python-objects.zip 7KB
  462. 07 Working with Files/125 files-04-converting-strings-into-python-objects.zip 7KB
  463. 01 Getting Started/005 Writing our First Python Code-en.srt 7KB
  464. 07 Working with Files/118 files-03-adding-files-access-to-blockchain.zip 6KB
  465. 07 Working with Files/125 files-03-adding-files-access-to-blockchain.zip 6KB
  466. 09 Object Oriented Programming/143 Private Public Attributes-en.srt 6KB
  467. 06 Working the Python Standard Library/110 std-library-05-finished-and-commented.zip 6KB
  468. 06 Working the Python Standard Library/112 std-library-05-finished-and-commented.zip 6KB
  469. 08 Handling Errors Debugging/129 Using try to Find Runtime Errors-en.srt 6KB
  470. 06 Working the Python Standard Library/101 Importing Packages - Theory-en.srt 6KB
  471. 10 Modules/162 Creating Packages - Module Bundles-en.srt 6KB
  472. 06 Working the Python Standard Library/110 Splitting Up our Code-en.srt 6KB
  473. 07 Working with Files/116 files-01-reading-multiline-content.zip 6KB
  474. 07 Working with Files/125 files-01-reading-multiline-content.zip 6KB
  475. 02 Diving Into the Basics of Python/013 Understanding the REPL and Data Types-en.srt 6KB
  476. 10 Modules/167 Why we Need a Private Public Key Transaction Protection-en.srt 6KB
  477. 07 Working with Files/117 files-02-the-with-keyword.zip 6KB
  478. 07 Working with Files/125 files-02-the-with-keyword.zip 6KB
  479. 05 Working with Functions Strings/096 Fixing a Bug-en.srt 6KB
  480. 09 Object Oriented Programming/152 Initialising the Node Class-en.srt 6KB
  481. 01 Getting Started/007 Course Outline-en.srt 6KB
  482. 09 Object Oriented Programming/141 Constructor Instance Attributes-en.srt 6KB
  483. 10 Modules/166 Understanding Execution Context __name__-en.srt 6KB
  484. 02 Diving Into the Basics of Python/034 Adding Comments and Doc Strings-en.srt 6KB
  485. 02 Diving Into the Basics of Python/028 Using Default Arguments-en.srt 5KB
  486. 05 Working with Functions Strings/087 Comparing Strings Lists-en.srt 5KB
  487. 03 Working with Loops Conditionals/041 Creating a while Loop-en.srt 5KB
  488. 10 Modules/173 Generating Keys on the Node-en.srt 5KB
  489. 02 Diving Into the Basics of Python/027 Understanding the return Keyword-en.srt 5KB
  490. 02 Diving Into the Basics of Python/016 Using Operators-en.srt 5KB
  491. 09 Object Oriented Programming/155 Understanding Instance vs Class vs Static Methods Attributes-en.srt 5KB
  492. 01 Getting Started/008 Python Alternatives-en.srt 5KB
  493. 06 Working the Python Standard Library/109 std-library-04-fixing-a-hash-order-fault.zip 5KB
  494. 06 Working the Python Standard Library/112 std-library-04-fixing-a-hash-order-fault.zip 5KB
  495. 09 Object Oriented Programming/156 Using Static Class Methods on the Verification Class-en.srt 5KB
  496. 03 Working with Loops Conditionals/048 Understanding Boolean Operators - is in-en.srt 5KB
  497. 06 Working the Python Standard Library/107 std-library-03-added-proof-of-work.zip 5KB
  498. 06 Working the Python Standard Library/112 std-library-03-added-proof-of-work.zip 5KB
  499. 06 Working the Python Standard Library/104 std-library-02-different-importing-syntaxes.zip 5KB
  500. 06 Working the Python Standard Library/112 std-library-02-different-importing-syntaxes.zip 5KB
  501. 06 Working the Python Standard Library/102 std-library-01-importing-hashlib.zip 5KB
  502. 06 Working the Python Standard Library/112 std-library-01-importing-hashlib.zip 5KB
  503. 09 Object Oriented Programming/157 Using Private Attributes in the Blockchain-en.srt 5KB
  504. 01 Getting Started/010 How To Get The Most Out Of This Course-en.srt 5KB
  505. 03 Working with Loops Conditionals/046 Understanding break continue-en.srt 5KB
  506. 02 Diving Into the Basics of Python/036 Wrap Up-en.srt 5KB
  507. 12 The Node Network/213 Broadcasting Transactions Testing-en.srt 5KB
  508. 11 Adding HTTP with Flask/183 Understanding API-Endpoints URLs-en.srt 5KB
  509. 04 Understanding Complex Data Structures/085 data-structures-07-finished-and-commented.zip 5KB
  510. 12 The Node Network/215 Understanding Consensus-en.srt 5KB
  511. 05 Working with Functions Strings/096 fn-string-04-finished-and-commented.zip 5KB
  512. 05 Working with Functions Strings/098 fn-string-04-finished-and-commented.zip 5KB
  513. 05 Working with Functions Strings/095 fn-string-03-unpacking-function-arguments.zip 5KB
  514. 05 Working with Functions Strings/098 fn-string-03-unpacking-function-arguments.zip 5KB
  515. 04 Understanding Complex Data Structures/073 Managing a List of Participants in the Blockchain-en.srt 5KB
  516. 05 Working with Functions Strings/091 fn-string-01-added-string-formatting.zip 5KB
  517. 05 Working with Functions Strings/098 fn-string-01-added-string-formatting.zip 5KB
  518. 03 Working with Loops Conditionals/045 Working with elif-en.srt 5KB
  519. 04 Understanding Complex Data Structures/063 Choosing the Right Datastructure-en.srt 5KB
  520. 02 Diving Into the Basics of Python/017 Understanding a Special Behaviour when Working with Numbers-en.srt 5KB
  521. 05 Working with Functions Strings/094 fn-string-02-reducing-lists.zip 5KB
  522. 05 Working with Functions Strings/098 fn-string-02-reducing-lists.zip 5KB
  523. 06 Working the Python Standard Library/106 Blockchain Theory Understanding the Proof of Work.html 5KB
  524. 09 Object Oriented Programming/140 Understanding Class Attributes-en.srt 5KB
  525. 04 Understanding Complex Data Structures/084 Wrap Up-en.srt 5KB
  526. 04 Understanding Complex Data Structures/066 Unpacking the Tuple-en.srt 4KB
  527. 02 Diving Into the Basics of Python/025 Accessing the Last List Item-en.srt 4KB
  528. 04 Understanding Complex Data Structures/075 Rewarding the Miners of our Blockchain-en.srt 4KB
  529. 01 Getting Started/003 Setting Up Python-en.srt 4KB
  530. 11 Adding HTTP with Flask/184 Data Formats-en.srt 4KB
  531. 05 Working with Functions Strings/092 Understanding the map Function-en.srt 4KB
  532. 04 Understanding Complex Data Structures/060 Module Introduction-en.srt 4KB
  533. 03 Working with Loops Conditionals/040 Creating a for Loop-en.srt 4KB
  534. 08 Handling Errors Debugging/130 Which Errors Should you Handle-en.srt 4KB
  535. 03 Working with Loops Conditionals/051 Grouping Conditionals-en.srt 4KB
  536. 02 Diving Into the Basics of Python/020 Adding Removing List Items-en.srt 4KB
  537. 03 Working with Loops Conditionals/039 Understanding Loops - Theory-en.srt 4KB
  538. 02 Diving Into the Basics of Python/029 Working with Keyword Arguments-en.srt 4KB
  539. 11 Adding HTTP with Flask/198 Exploring our UI-en.srt 4KB
  540. 11 Adding HTTP with Flask/195 Adding a User Interface-en.srt 4KB
  541. 07 Working with Files/117 Using the with Block Statement-en.srt 4KB
  542. 04 Understanding Complex Data Structures/071 Combining List Comprehensions if-en.srt 4KB
  543. 04 Understanding Complex Data Structures/082 data-structures-06-all-any.zip 4KB
  544. 04 Understanding Complex Data Structures/085 data-structures-06-all-any.zip 4KB
  545. 09 Object Oriented Programming/139 Comparing Classes Instances Dictionaries-en.srt 4KB
  546. 13 Next Steps and Course Roundup/222 Dont Forget PEP 8-en.srt 4KB
  547. 11 Adding HTTP with Flask/193 Fetching Open Transactions-en.srt 4KB
  548. 02 Diving Into the Basics of Python/030 Using the input Function-en.srt 4KB
  549. 10 Modules/176 Adding a Signature to our Transactions-en.srt 4KB
  550. 12 The Node Network/206 network.html 4KB
  551. 02 Diving Into the Basics of Python/033 Exploring the Official Documentation-en.srt 3KB
  552. 02 Diving Into the Basics of Python/018 Working with Strings-en.srt 3KB
  553. 04 Understanding Complex Data Structures/079 Understanding Shallow vs Deep Copies-en.srt 3KB
  554. 03 Working with Loops Conditionals/058 Wrap Up-en.srt 3KB
  555. 02 Diving Into the Basics of Python/026 Adding Arguments to Functions-en.srt 3KB
  556. 07 Working with Files/115 Reading Data From a File-en.srt 3KB
  557. 07 Working with Files/122 Changing the Project Back to JSON-en.srt 3KB
  558. 08 Handling Errors Debugging/131 Adding Error Handlers to our Blockchain-en.srt 3KB
  559. 05 Working with Functions Strings/093 Working with Lambda Functions-en.srt 3KB
  560. 04 Understanding Complex Data Structures/077 data-structures-05-reference-vs-value-copying.zip 3KB
  561. 04 Understanding Complex Data Structures/085 data-structures-05-reference-vs-value-copying.zip 3KB
  562. 11 Adding HTTP with Flask/188 Installing Postman-en.srt 3KB
  563. 02 Diving Into the Basics of Python/012 Module Introduction-en.srt 3KB
  564. 09 Object Oriented Programming/159 Wrap Up-en.srt 3KB
  565. 03 Working with Loops Conditionals/050 Understanding and and or-en.srt 3KB
  566. 04 Understanding Complex Data Structures/069 data-structures-03-understanding-list-comprehensions.zip 3KB
  567. 04 Understanding Complex Data Structures/085 data-structures-03-understanding-list-comprehensions.zip 3KB
  568. 01 Getting Started/009 Understanding the Python Versions-en.srt 3KB
  569. 04 Understanding Complex Data Structures/064 data-structures-01-transactions-with-tuples-and-dictionaries.zip 3KB
  570. 04 Understanding Complex Data Structures/085 data-structures-01-transactions-with-tuples-and-dictionaries.zip 3KB
  571. 04 Understanding Complex Data Structures/073 data-structures-04-managing-a-list-of-participants.zip 3KB
  572. 04 Understanding Complex Data Structures/085 data-structures-04-managing-a-list-of-participants.zip 3KB
  573. 04 Understanding Complex Data Structures/068 data-structures-02-block-mining-basic-hash.zip 3KB
  574. 04 Understanding Complex Data Structures/085 data-structures-02-block-mining-basic-hash.zip 3KB
  575. 11 Adding HTTP with Flask/185 Planning our API-en.srt 3KB
  576. 02 Diving Into the Basics of Python/021 Preparing the Blockchain - The Theory-en.srt 3KB
  577. 06 Working the Python Standard Library/100 Exploring the Python Standard Library-en.srt 3KB
  578. 09 Object Oriented Programming/136 What is Object Oriented Programming-en.srt 3KB
  579. 06 Working the Python Standard Library/111 Wrap Up-en.srt 3KB
  580. 05 Working with Functions Strings/089 Escaping Characters-en.srt 3KB
  581. 02 Diving Into the Basics of Python/035 Structuring Multi Line Code in Python-en.srt 3KB
  582. 03 Working with Loops Conditionals/059 loops-if-06-finished-and-commented.zip 3KB
  583. 03 Working with Loops Conditionals/055 Using Conditions inside the while Loop-en.srt 3KB
  584. 11 Adding HTTP with Flask/199 Wrap Up-en.srt 3KB
  585. 03 Working with Loops Conditionals/043 Understanding Conditionals - Theory-en.srt 3KB
  586. 11 Adding HTTP with Flask/181 Module Introduction-en.srt 3KB
  587. 01 Getting Started/001 Introduction-en.srt 3KB
  588. 03 Working with Loops Conditionals/056 Using else in Loops-en.srt 2KB
  589. 02 Diving Into the Basics of Python/031 Avoiding Repetitive Code Execution-en.srt 2KB
  590. 10 Modules/169 Using Virtual Environments.html 2KB
  591. 06 Working the Python Standard Library/103 Blockchain Theory Understanding Hashes.html 2KB
  592. 11 Adding HTTP with Flask/194 Testing the Public Key-en.srt 2KB
  593. 05 Working with Functions Strings/091 Adding String Formatting to our Project-en.srt 2KB
  594. 08 Handling Errors Debugging/128 Finding Syntax Errors-en.srt 2KB
  595. 03 Working with Loops Conditionals/053 loops-if-04-verifying-the-blockchain.zip 2KB
  596. 03 Working with Loops Conditionals/059 loops-if-04-verifying-the-blockchain.zip 2KB
  597. 08 Handling Errors Debugging/133 Wrap Up-en.srt 2KB
  598. 03 Working with Loops Conditionals/057 loops-if-05-adding-range.zip 2KB
  599. 03 Working with Loops Conditionals/059 loops-if-05-adding-range.zip 2KB
  600. 02 Diving Into the Basics of Python/037 Useful Resources Links.html 2KB
  601. 06 Working the Python Standard Library/104 Using Other Import Syntaxes-en.srt 2KB
  602. 12 The Node Network/201 Module Introduction-en.srt 2KB
  603. 01 Getting Started/004 Running Python 3 as a Default (on macOS).html 2KB
  604. 03 Working with Loops Conditionals/047 loops-if-03-understanding-break-continue.zip 2KB
  605. 03 Working with Loops Conditionals/059 loops-if-03-understanding-break-continue.zip 2KB
  606. 04 Understanding Complex Data Structures/070 And What are Dict Comprehensions-en.srt 2KB
  607. 07 Working with Files/113 Module Introduction-en.srt 2KB
  608. 06 Working the Python Standard Library/099 Module Introduction-en.srt 2KB
  609. 02 Diving Into the Basics of Python/024 Blockchain Theory Understanding Blocks.html 2KB
  610. 03 Working with Loops Conditionals/054 Blockchain Theory Understanding Blockchain Verification.html 2KB
  611. 05 Working with Functions Strings/097 Wrap Up-en.srt 2KB
  612. 10 Modules/161 Module Introduction-en.srt 2KB
  613. 05 Working with Functions Strings/086 Module Introduction-en.srt 2KB
  614. 03 Working with Loops Conditionals/038 Module Introduction-en.srt 2KB
  615. 02 Diving Into the Basics of Python/035 basic-syntax-01-finished-and-commented.zip 2KB
  616. 02 Diving Into the Basics of Python/037 basic-syntax-01-finished-and-commented.zip 2KB
  617. 03 Working with Loops Conditionals/041 loops-if-02-created-while-loop.zip 2KB
  618. 03 Working with Loops Conditionals/059 loops-if-02-created-while-loop.zip 2KB
  619. 04 Understanding Complex Data Structures/080 Comparing is-en.srt 2KB
  620. 03 Working with Loops Conditionals/040 loops-if-01-created-for-loop.zip 2KB
  621. 03 Working with Loops Conditionals/059 loops-if-01-created-for-loop.zip 2KB
  622. 09 Object Oriented Programming/147 An Issue with Default Arguments.html 2KB
  623. 05 Working with Functions Strings/090 Formatting Strings Conveniently with f-en.srt 2KB
  624. 09 Object Oriented Programming/145 Planning Blockchain Classes-en.srt 2KB
  625. 09 Object Oriented Programming/137 Understanding Classes-en.srt 2KB
  626. 13 Next Steps and Course Roundup/228 Further Links.html 2KB
  627. 05 Working with Functions Strings/098 Useful Resources Links.html 2KB
  628. 04 Understanding Complex Data Structures/065 Blockchain Theory Understanding Transactions.html 2KB
  629. 12 The Node Network/205 Adding get_Nodes to get all Nodes-en.srt 2KB
  630. 10 Modules/179 Wrap Up-en.srt 2KB
  631. 03 Working with Loops Conditionals/049 The not Keyword-en.srt 2KB
  632. 07 Working with Files/124 Wrap Up-en.srt 2KB
  633. 07 Working with Files/121 Comparing Pickle JSON-en.srt 2KB
  634. 12 The Node Network/219 Wrap Up-en.srt 1KB
  635. 09 Object Oriented Programming/135 Module Introduction-en.srt 1KB
  636. 01 Getting Started/011 Useful Resources Links.html 1KB
  637. 07 Working with Files/125 Useful Resources Links.html 1KB
  638. 13 Next Steps and Course Roundup/224 Using Comments-en.srt 1KB
  639. 08 Handling Errors Debugging/132 Handling Empty File Errors.html 1KB
  640. 13 Next Steps and Course Roundup/227 Congratulations-en.srt 1KB
  641. 10 Modules/170 Use Pycryptodome instead of PyCrypto.html 1KB
  642. 09 Object Oriented Programming/160 Useful Resources Links.html 1KB
  643. 10 Modules/180 Useful Resources Links.html 1KB
  644. 03 Working with Loops Conditionals/059 Useful Resources Links.html 1KB
  645. 10 Modules/164 Module Docstrings-en.srt 1KB
  646. 03 Working with Loops Conditionals/042 Closing the REPL.html 1KB
  647. 08 Handling Errors Debugging/134 Useful Resources Links.html 1KB
  648. 11 Adding HTTP with Flask/200 Useful Resources Links.html 1KB
  649. 08 Handling Errors Debugging/126 Module Introduction-en.srt 1KB
  650. 04 Understanding Complex Data Structures/085 Useful Resources Links.html 1KB
  651. 06 Working the Python Standard Library/112 Useful Resources Links.html 1KB
  652. 10 Modules/163 The pycache Folder-en.srt 1KB
  653. 12 The Node Network/220 Useful Resources Links.html 1019B
  654. 03 Working with Loops Conditionals/052 What About switch in Python-en.srt 999B
  655. 13 Next Steps and Course Roundup/221 Module Introduction-en.srt 988B
  656. 07 Working with Files/123 Why we need Proper Error Handling-en.srt 957B
  657. udemycoursedownloader.com.url 132B
  658. Udemy Course downloader.txt 94B