FileMood

Download [DesireCourse.Net] Udemy - Learn Python by Building a Blockchain & Cryptocurrency

DesireCourse Net Udemy Learn Python by Building Blockchain Cryptocurrency

Name

[DesireCourse.Net] Udemy - Learn Python by Building a Blockchain & Cryptocurrency

 DOWNLOAD Copy Link

Total Size

9.8 GB

Total Files

714

Hash

5C8D46FECC404F73AE75C818DDF468164AD3CE0D

/1. Getting Started/

1. Introduction.mp4

31.8 MB

1. Introduction.vtt

2.4 KB

10. How To Get The Most Out Of This Course.mp4

48.7 MB

10. How To Get The Most Out Of This Course.vtt

4.8 KB

11. Useful Resources & Links.html

0.5 KB

2. What is Python.mp4

80.0 MB

2. What is Python.vtt

6.7 KB

3. Setting Up Python.mp4

57.9 MB

3. Setting Up Python.vtt

4.3 KB

4. Running Python 3 as a Default (on macOS).html

1.5 KB

5. Writing our First Python Code.mp4

74.1 MB

5. Writing our First Python Code.vtt

6.6 KB

6. What is the Blockchain.mp4

104.9 MB

6. What is the Blockchain.vtt

9.2 KB

6.1 blockchain-basics.pdf.pdf

259.7 KB

7. Course Outline.mp4

67.2 MB

7. Course Outline.vtt

5.9 KB

8. Python Alternatives.mp4

64.9 MB

8. Python Alternatives.vtt

5.1 KB

9. Understanding the Python Versions.mp4

33.0 MB

9. Understanding the Python Versions.vtt

3.0 KB

/10. Modules/

1. Module Introduction.mp4

4.4 MB

1. Module Introduction.vtt

1.9 KB

10. Use Pycryptodome instead of PyCrypto.html

0.4 KB

11. Generating Keys with a Third Party Package.mp4

53.3 MB

11. Generating Keys with a Third Party Package.vtt

7.3 KB

12. Connecting the Node & the Wallet.mp4

77.3 MB

12. Connecting the Node & the Wallet.vtt

7.0 KB

13. Generating Keys on the Node.mp4

58.9 MB

13. Generating Keys on the Node.vtt

4.6 KB

14. Saving & Loading Keys to Files.mp4

105.2 MB

14. Saving & Loading Keys to Files.vtt

9.1 KB

14.1 modules-04-saving-and-loading-keys.zip.zip

14.3 KB

15. Creating Transaction Signatures.mp4

92.0 MB

15. Creating Transaction Signatures.vtt

7.0 KB

16. Adding a Signature to our Transactions.mp4

40.2 MB

16. Adding a Signature to our Transactions.vtt

3.2 KB

17. Verifying Signatures.mp4

98.4 MB

17. Verifying Signatures.vtt

7.4 KB

18. Improving the Verification Logic.mp4

70.8 MB

18. Improving the Verification Logic.vtt

6.3 KB

18.1 modules-05-finished-and-commented.zip.zip

14.9 KB

19. Wrap Up.mp4

4.8 MB

19. Wrap Up.vtt

1.5 KB

19.1 module-summary.pdf.pdf

123.1 KB

2. Creating Packages - Module Bundles.mp4

49.6 MB

2. Creating Packages - Module Bundles.vtt

5.4 KB

2.1 modules-01-creating-packages.zip.zip

12.7 KB

20. Useful Resources & Links.html

0.4 KB

20.1 modules-01-creating-packages.zip.zip

12.7 KB

20.2 modules-02-controlling-exports.zip.zip

12.9 KB

20.3 modules-05-finished-and-commented.zip.zip

14.9 KB

20.4 module-concepts.pdf.pdf

80.3 KB

20.5 modules-03-understanding-execution-context.zip.zip

13.5 KB

20.6 modules-04-saving-and-loading-keys.zip.zip

14.3 KB

20.7 transaction-signing.pdf.pdf

67.5 KB

20.8 module-summary.pdf.pdf

123.1 KB

3. The pycache Folder.mp4

8.2 MB

3. The pycache Folder.vtt

0.9 KB

4. Module Docstrings.mp4

9.5 MB

4. Module Docstrings.vtt

1.0 KB

5. Controlling Exports.mp4

42.1 MB

5. Controlling Exports.vtt

6.1 KB

5.1 modules-02-controlling-exports.zip.zip

12.9 KB

6. Understanding Execution Context & __name__.mp4

42.8 MB

6. Understanding Execution Context & __name__.vtt

5.0 KB

6.1 module-concepts.pdf.pdf

80.3 KB

6.2 modules-03-understanding-execution-context.zip.zip

13.5 KB

7. Why we Need a Private & Public Key Transaction Protection.mp4

24.4 MB

7. Why we Need a Private & Public Key Transaction Protection.vtt

5.3 KB

7.1 transaction-signing.pdf.pdf

67.5 KB

8. Using Anaconda to Install Third Party Packages.mp4

71.3 MB

8. Using Anaconda to Install Third Party Packages.vtt

7.6 KB

9. Using Virtual Environments.html

1.7 KB

/11. Adding HTTP with Flask/

1. Module Introduction.mp4

5.0 MB

1. Module Introduction.vtt

2.2 KB

10. Setting Up Routes to Manage our Wallet.mp4

87.7 MB

10. Setting Up Routes to Manage our Wallet.vtt

10.0 KB

10.1 http-03-wallet-routes.zip.zip

15.4 KB

11. Returning Funds.mp4

70.0 MB

11. Returning Funds.vtt

6.3 KB

11.1 http-04-returning-funds.zip.zip

15.6 KB

12. Adding Transactions.mp4

131.6 MB

12. Adding Transactions.vtt

12.3 KB

13. Fetching Open Transactions.mp4

43.4 MB

13. Fetching Open Transactions.vtt

3.2 KB

13.1 http-05-fetching-transactions.zip.zip

16.2 KB

14. Testing the Public Key.mp4

24.4 MB

14. Testing the Public Key.vtt

2.1 KB

15. Adding a User Interface.mp4

29.3 MB

15. Adding a User Interface.vtt

3.5 KB

15.1 node.html.html

14.1 KB

16. Optional Configuring our UI - Creating a Wallet.mp4

171.9 MB

16. Optional Configuring our UI - Creating a Wallet.vtt

15.9 KB

17. Optional Configuring our UI - Loading a Wallet and Adding Mining & Transactions.mp4

164.8 MB

17. Optional Configuring our UI - Loading a Wallet and Adding Mining & Transactions.vtt

14.3 KB

17.1 finished-web-ui.zip.zip

19.3 KB

18. Exploring our UI.mp4

33.1 MB

18. Exploring our UI.vtt

3.5 KB

18.1 finished-web-ui.zip.zip

19.3 KB

18.2 http-06-finished-and-commented.zip.zip

20.3 KB

19. Wrap Up.mp4

6.3 MB

19. Wrap Up.vtt

2.4 KB

19.1 module-summary.pdf.pdf

110.3 KB

2. HTTP Requests - The Basics.mp4

18.5 MB

2. HTTP Requests - The Basics.vtt

6.5 KB

20. Useful Resources & Links.html

0.3 KB

20.1 http-06-finished-and-commented.zip.zip

20.3 KB

20.10 http-api-basics.pdf.pdf

125.8 KB

20.2 http-01-adding-first-route.zip.zip

15.4 KB

20.3 http-03-wallet-routes.zip.zip

15.4 KB

20.4 http-02-adding-a-post-request.zip.zip

15.7 KB

20.5 data-formats.pdf.pdf

52.7 KB

20.6 module-summary.pdf.pdf

110.3 KB

20.7 blockchain-endpoints.pdf.pdf

35.1 KB

20.8 http-04-returning-funds.zip.zip

15.6 KB

20.9 http-05-fetching-transactions.zip.zip

16.2 KB

3. Understanding API-Endpoints URLs.mp4

10.7 MB

3. Understanding API-Endpoints URLs.vtt

4.2 KB

3.1 http-api-basics.pdf.pdf

125.8 KB

4. Data Formats.mp4

12.5 MB

4. Data Formats.vtt

3.8 KB

4.1 data-formats.pdf.pdf

52.7 KB

5. Planning our API.mp4

7.6 MB

5. Planning our API.vtt

2.6 KB

5.1 blockchain-endpoints.pdf.pdf

35.1 KB

6. Setting Up our Environment with Flask.mp4

90.6 MB

6. Setting Up our Environment with Flask.vtt

11.8 KB

7. Adding our First Route.mp4

115.4 MB

7. Adding our First Route.vtt

11.8 KB

7.1 http-01-adding-first-route.zip.zip

15.4 KB

8. Installing Postman.mp4

19.1 MB

8. Installing Postman.vtt

2.9 KB

9. Adding a POST Request.mp4

84.5 MB

9. Adding a POST Request.vtt

8.5 KB

9.1 http-02-adding-a-post-request.zip.zip

15.7 KB

/12. The Node Network/

1. Module Introduction.mp4

3.8 MB

1. Module Introduction.vtt

2.0 KB

10. Broadcasting Transactions - Testing & Fixing Errors.mp4

71.1 MB

10. Broadcasting Transactions - Testing & Fixing Errors.vtt

7.1 KB

11. Broadcasting New Blocks Adding the Function & Route.mp4

156.8 MB

11. Broadcasting New Blocks Adding the Function & Route.vtt

12.1 KB

12. Broadcasting New Blocks Informing the Peer Nodes.mp4

142.4 MB

12. Broadcasting New Blocks Informing the Peer Nodes.vtt

10.7 KB

13. Broadcasting Transactions Testing.mp4

41.1 MB

13. Broadcasting Transactions Testing.vtt

4.1 KB

14. Solving Conflicts.mp4

77.1 MB

14. Solving Conflicts.vtt

6.3 KB

14.1 nodes-03-finished-broadcasting.zip.zip

23.6 KB

15. Understanding Consensus.mp4

15.7 MB

15. Understanding Consensus.vtt

4.2 KB

15.1 consensus.pdf.pdf

44.1 KB

16. Finding Conflicts.mp4

126.3 MB

16. Finding Conflicts.vtt

10.6 KB

16.1 nodes-04-finding-conflicts.zip.zip

23.4 KB

17. Implementing a Consensus Algorithm.mp4

233.2 MB

17. Implementing a Consensus Algorithm.vtt

19.0 KB

17.1 nodes-05-implementing-a-consensus-algorithm.zip.zip

24.8 KB

18. Testing Consensus.mp4

39.9 MB

18. Testing Consensus.vtt

6.3 KB

18.1 nodes-06-finished-and-commented.zip.zip

24.3 KB

19. Wrap Up.mp4

3.5 MB

19. Wrap Up.vtt

1.3 KB

19.1 module-summary.pdf.pdf

100.5 KB

2. Adding Node Management Methods to the Blockchain.mp4

84.0 MB

2. Adding Node Management Methods to the Blockchain.vtt

8.2 KB

20. Useful Resources & Links.html

0.2 KB

20.1 nodes-06-finished-and-commented.zip.zip

24.3 KB

20.2 nodes-05-implementing-a-consensus-algorithm.zip.zip

24.8 KB

20.3 nodes-01-adding-a-remove-node-route.zip.zip

21.0 KB

20.4 consensus.pdf.pdf

44.1 KB

20.5 nodes-03-finished-broadcasting.zip.zip

23.6 KB

20.6 nodes-04-finding-conflicts.zip.zip

23.4 KB

20.7 module-summary.pdf.pdf

100.5 KB

20.8 nodes-02-running-multiple-nodes.zip.zip

22.8 KB

3. Setting Up Routes to Add Nodes.mp4

80.2 MB

3. Setting Up Routes to Add Nodes.vtt

8.8 KB

4. Adding a Remove Node Route.mp4

53.8 MB

4. Adding a Remove Node Route.vtt

6.3 KB

4.1 nodes-01-adding-a-remove-node-route.zip.zip

21.0 KB

5. Adding get_Nodes to get all Nodes.mp4

15.6 MB

5. Adding get_Nodes to get all Nodes.vtt

1.5 KB

6. Attaching a Node User Interface.mp4

121.5 MB

6. Attaching a Node User Interface.vtt

13.0 KB

6.1 network.html.html

3.7 KB

6.2 finished-web-ui.zip.zip

20.9 KB

7. Running Multiple Nodes.mp4

126.6 MB

7. Running Multiple Nodes.vtt

13.1 KB

7.1 nodes-02-running-multiple-nodes.zip.zip

22.8 KB

7.2 finished-web-ui.zip.zip

20.9 KB

8. Sending Requests from within Python.mp4

143.8 MB

8. Sending Requests from within Python.vtt

12.8 KB

9. Broadcasting Transactions - Adding the Function & Route.mp4

176.8 MB

9. Broadcasting Transactions - Adding the Function & Route.vtt

13.6 KB

/13. Next Steps and Course Roundup/

1. Module Introduction.mp4

2.0 MB

1. Module Introduction.vtt

0.9 KB

2. Don't Forget PEP 8.mp4

28.2 MB

2. Don't Forget PEP 8.vtt

3.3 KB

3. Using PEP 8.mp4

131.7 MB

3. Using PEP 8.vtt

10.3 KB

3.1 next-steps-01-finished.zip.zip

24.0 KB

4. Using Comments.mp4

3.4 MB

4. Using Comments.vtt

1.2 KB

5. Diving Deeper Into Python.mp4

79.0 MB

5. Diving Deeper Into Python.vtt

6.0 KB

5.1 next-steps.pdf.pdf

35.4 KB

6. Improving the Blockchain.mp4

178.4 MB

6. Improving the Blockchain.vtt

12.6 KB

6.1 improve-blockchain.pdf.pdf

34.0 KB

7. Congratulations.mp4

18.4 MB

7. Congratulations.vtt

1.1 KB

8. Further Links.html

1.1 KB

8.1 next-steps-01-finished.zip.zip

24.0 KB

8.2 improve-blockchain.pdf.pdf

34.0 KB

8.3 next-steps.pdf.pdf

35.4 KB

9. Bonus More Content!.html

1.1 KB

/2. Diving Into the Basics of Python/

1. Module Introduction.mp4

5.8 MB

1. Module Introduction.vtt

2.7 KB

10. Preparing the Blockchain - The Theory.mp4

5.2 MB

10. Preparing the Blockchain - The Theory.vtt

2.5 KB

10.1 current-blockchain-design.pdf.pdf

33.8 KB

11. Installing our IDE.mp4

34.4 MB

11. Installing our IDE.vtt

6.6 KB

12. Using Functions to Add List Items.mp4

26.2 MB

12. Using Functions to Add List Items.vtt

8.1 KB

13. Blockchain Theory Understanding Blocks.html

1.3 KB

14. Accessing the Last List Item.mp4

20.2 MB

14. Accessing the Last List Item.vtt

3.8 KB

15. Adding Arguments to Functions.mp4

14.8 MB

15. Adding Arguments to Functions.vtt

2.9 KB

16. Understanding the return Keyword.mp4

24.3 MB

16. Understanding the return Keyword.vtt

4.6 KB

17. Using Default Arguments.mp4

29.3 MB

17. Using Default Arguments.vtt

4.7 KB

18. Working with Keyword Arguments.mp4

18.0 MB

18. Working with Keyword Arguments.vtt

3.5 KB

18.1 python-functions.pdf.pdf

135.6 KB

19. Using the input Function.mp4

27.7 MB

19. Using the input Function.vtt

3.2 KB

2. Understanding the REPL and Data Types.mp4

12.9 MB

2. Understanding the REPL and Data Types.vtt

5.3 KB

20. Avoiding Repetitive Code Execution.mp4

17.7 MB

20. Avoiding Repetitive Code Execution.vtt

2.2 KB

21. Understanding the Variable Scope.mp4

43.6 MB

21. Understanding the Variable Scope.vtt

8.1 KB

22. Exploring the Official Documentation.mp4

29.5 MB

22. Exploring the Official Documentation.vtt

3.0 KB

23. Adding Comments and Doc Strings.mp4

41.8 MB

23. Adding Comments and Doc Strings.vtt

4.9 KB

24. Structuring Multi Line Code in Python.mp4

19.1 MB

24. Structuring Multi Line Code in Python.vtt

2.4 KB

24.1 basic-syntax-01-finished-and-commented.zip.zip

2.1 KB

25. Time to Practice - The Basics.html

0.2 KB

26. Wrap Up.mp4

14.4 MB

26. Wrap Up.vtt

4.2 KB

26.1 module-01-summary.pdf.pdf

114.4 KB

27. Useful Resources & Links.html

1.5 KB

27.1 basic-syntax-01-finished-and-commented.zip.zip

2.1 KB

27.1 python-operators.pdf.pdf

32.9 KB

27.2 python-functions.pdf.pdf

135.6 KB

27.2 python-lists.pdf.pdf

32.0 KB

27.3 module-01-summary.pdf.pdf

114.4 KB

27.3 python-operators.pdf.pdf

32.9 KB

27.4 module-01-summary.pdf.pdf

114.4 KB

27.4 python-functions.pdf.pdf

135.6 KB

27.5 basic-syntax-01-finished-and-commented.zip.zip

2.1 KB

27.5 python-data-types.pdf.pdf

143.8 KB

27.6 python-data-types.pdf.pdf

143.8 KB

27.6 python-lists.pdf.pdf

32.0 KB

3. Working with Variables.mp4

34.2 MB

3. Working with Variables.vtt

5.9 KB

4. Working with Numbers.mp4

31.6 MB

4. Working with Numbers.vtt

6.5 KB

4.1 python-data-types.pdf.pdf

143.8 KB

5. Using Operators.mp4

16.3 MB

5. Using Operators.vtt

4.5 KB

5.1 python-operators.pdf.pdf

32.9 KB

6. Understanding a Special Behaviour when Working with Numbers.mp4

21.8 MB

6. Understanding a Special Behaviour when Working with Numbers.vtt

4.0 KB

7. Working with Strings.mp4

13.1 MB

7. Working with Strings.vtt

3.0 KB

8. Working with Lists.mp4

22.8 MB

8. Working with Lists.vtt

5.9 KB

8.1 python-lists.pdf.pdf

32.0 KB

9. Adding & Removing List Items.mp4

23.1 MB

9. Adding & Removing List Items.vtt

3.6 KB

/3. Working with Loops & Conditionals/

1. Module Introduction.mp4

4.0 MB

1. Module Introduction.vtt

1.8 KB

10. Improving our Code with Loops & Conditionals.mp4

64.5 MB

10. Improving our Code with Loops & Conditionals.vtt

7.6 KB

10.1 loops-if-03-understanding-break-continue.zip.zip

2.3 KB

11. Understanding Boolean Operators - is & in.mp4

21.8 MB

11. Understanding Boolean Operators - is & in.vtt

4.3 KB

11.1 python-booleans.pdf.pdf

48.3 KB

12. The not Keyword.mp4

7.1 MB

12. The not Keyword.vtt

1.5 KB

13. Understanding and and or.mp4

10.8 MB

13. Understanding and and or.vtt

2.7 KB

14. Grouping Conditionals.mp4

15.8 MB

14. Grouping Conditionals.vtt

3.6 KB

15. What About switch in Python.mp4

6.3 MB

15. What About switch in Python.vtt

0.8 KB

16. Verifying our Blockchain.mp4

107.4 MB

16. Verifying our Blockchain.vtt

14.9 KB

16.1 loops-if-04-verifying-the-blockchain.zip.zip

2.4 KB

16.1 verifying-the-blockchain.pdf.pdf

96.6 KB

16.2 loops-if-04-verifying-the-blockchain.zip.zip

2.4 KB

16.2 verifying-the-blockchain.pdf.pdf

96.6 KB

17. Blockchain Theory Understanding Blockchain Verification.html

1.3 KB

18. Using Conditions inside the while Loop.mp4

20.8 MB

18. Using Conditions inside the while Loop.vtt

2.3 KB

19. Using else in Loops.mp4

21.5 MB

19. Using else in Loops.vtt

2.1 KB

2. Understanding Loops - Theory.mp4

10.4 MB

2. Understanding Loops - Theory.vtt

3.5 KB

2.1 python-loops.pdf.pdf

50.1 KB

20. Adding the range Function.mp4

50.2 MB

20. Adding the range Function.vtt

8.1 KB

20.1 loops-if-05-adding-range.zip.zip

2.4 KB

21. Time to Practice - Loops & Conditionals.html

0.2 KB

22. Wrap Up.mp4

10.8 MB

22. Wrap Up.vtt

3.0 KB

22.1 modules-02-summary.pdf.pdf

99.0 KB

23. Useful Resources & Links.html

0.4 KB

23.1 loops-if-01-created-for-loop.zip.zip

2.0 KB

23.1 loops-if-03-understanding-break-continue.zip.zip

2.3 KB

23.10 loops-if-06-finished-and-commented.zip.zip

2.8 KB

23.10 python-loops.pdf.pdf

50.1 KB

23.11 python-booleans.pdf.pdf

58.6 KB

23.2 loops-if-01-created-for-loop.zip.zip

2.0 KB

23.2 loops-if-05-adding-range.zip.zip

2.4 KB

23.3 loops-if-02-created-while-loop.zip.zip

2.0 KB

23.3 loops-if-03-understanding-break-continue.zip.zip

2.3 KB

23.4 loops-if-05-adding-range.zip.zip

2.4 KB

23.4 modules-02-summary.pdf.pdf

99.0 KB

23.5 loops-if-06-finished-and-commented.zip.zip

2.8 KB

23.5 python-if-elif.pdf.pdf

90.4 KB

23.6 loops-if-04-verifying-the-blockchain.zip.zip

2.4 KB

23.7 loops-if-02-created-while-loop.zip.zip

2.0 KB

23.7 python-if-elif.pdf.pdf

90.4 KB

23.8 modules-02-summary.pdf.pdf

99.0 KB

23.8 python-loops.pdf.pdf

50.1 KB

23.9 verifying-the-blockchain.pdf.pdf

96.6 KB

3. Creating a for Loop.mp4

28.7 MB

3. Creating a for Loop.vtt

3.6 KB

3.1 loops-if-01-created-for-loop.zip.zip

2.0 KB

4. Creating a while Loop.mp4

28.3 MB

4. Creating a while Loop.vtt

4.6 KB

4.1 loops-if-02-created-while-loop.zip.zip

2.0 KB

5. Closing the REPL.html

0.4 KB

6. Understanding Conditionals - Theory.mp4

3.8 MB

6. Understanding Conditionals - Theory.vtt

2.3 KB

7. Adding if-else to our Blockchain.mp4

67.7 MB

7. Adding if-else to our Blockchain.vtt

8.7 KB

8. Working with elif.mp4

29.8 MB

8. Working with elif.vtt

4.0 KB

8.1 python-if-elif.pdf.pdf

90.4 KB

9. Understanding break & continue.mp4

31.3 MB

9. Understanding break & continue.vtt

4.2 KB

/4. Understanding Complex Data Structures/

1. Module Introduction.mp4

7.8 MB

1. Module Introduction.vtt

3.6 KB

10. Understanding List Comprehensions.mp4

40.2 MB

10. Understanding List Comprehensions.vtt

7.0 KB

10.1 data-structures-03-understanding-list-comprehensions.zip.zip

3.2 KB

11. And What are Dict Comprehensions.mp4

8.3 MB

11. And What are Dict Comprehensions.vtt

1.9 KB

12. Combining List Comprehensions & if.mp4

15.2 MB

12. Combining List Comprehensions & if.vtt

3.4 KB

13. Improving the Blockchain Validation Logic.mp4

83.3 MB

13. Improving the Blockchain Validation Logic.vtt

9.2 KB

14. Managing a List of Participants in the Blockchain.mp4

34.9 MB

14. Managing a List of Participants in the Blockchain.vtt

4.1 KB

14.1 data-structures-04-managing-a-list-of-participants.zip.zip

3.1 KB

15. Calculating Balances.mp4

74.6 MB

15. Calculating Balances.vtt

8.8 KB

16. Rewarding the Miners of our Blockchain.mp4

31.1 MB

16. Rewarding the Miners of our Blockchain.vtt

3.8 KB

17. Verifying Transactions.mp4

66.4 MB

17. Verifying Transactions.vtt

6.4 KB

18. Understanding Reference vs Value Copying.mp4

40.6 MB

18. Understanding Reference vs Value Copying.vtt

8.2 KB

18.1 data-structures-05-reference-vs-value-copying.zip.zip

13.6 KB

19. Working with the Range Selector.mp4

39.1 MB

19. Working with the Range Selector.vtt

6.2 KB

19.1 indexing-lists.pdf.pdf

32.7 KB

2. Understanding the Required Data Structure for our Blockchain.mp4

23.9 MB

2. Understanding the Required Data Structure for our Blockchain.vtt

9.2 KB

2.1 the-need-for-more-complex-data-structures.pdf.pdf

93.5 KB

20. Understanding Shallow vs Deep Copies.mp4

15.2 MB

20. Understanding Shallow vs Deep Copies.vtt

3.0 KB

20.1 reference-vs-value-copying.pdf.pdf

98.4 KB

21. Comparing is & ==.mp4

8.4 MB

21. Comparing is & ==.vtt

1.7 KB

22. Diving Deeper Into Iterable Methods.mp4

57.9 MB

22. Diving Deeper Into Iterable Methods.vtt

8.4 KB

23. Understanding the all & any Functions.mp4

78.3 MB

23. Understanding the all & any Functions.vtt

8.0 KB

23.1 data-structures-06-all-any.zip.zip

4.0 KB

24. Comparing Iterables.mp4

34.0 MB

24. Comparing Iterables.vtt

7.6 KB

24.1 iterables-comparison.pdf.pdf

35.8 KB

25. Time to Practice - Complex Datastructures.html

0.2 KB

26. Wrap Up.mp4

13.7 MB

26. Wrap Up.vtt

3.9 KB

26.1 module-summary.pdf.pdf

104.3 KB

27. Useful Resources & Links.html

0.2 KB

27.1 data-structures-04-managing-a-list-of-participants.zip.zip

3.1 KB

27.1 iterables-overview.pdf.pdf

67.1 KB

27.10 data-structures-04-managing-a-list-of-participants.zip.zip

3.1 KB

27.10 the-need-for-more-complex-data-structures.pdf.pdf

93.5 KB

27.11 data-structures-01-transactions-with-tuples-and-dictionaries.zip.zip

3.1 KB

27.11 the-need-for-more-complex-data-structures.pdf.pdf

93.5 KB

27.12 data-structures-03-understanding-list-comprehensions.zip.zip

3.2 KB

27.12 data-structures-05-reference-vs-value-copying.zip.zip

3.3 KB

27.13 data-structures-02-block-mining-basic-hash.zip.zip

3.1 KB

27.14 data-structures-07-finished-and-commented.zip.zip

4.9 KB

27.14 indexing-lists.pdf.pdf

32.7 KB

27.2 data-structures-05-reference-vs-value-copying.zip.zip

3.3 KB

27.2 verifying-block-hashes.pdf.pdf

35.3 KB

27.3 iterables-comparison.pdf.pdf

35.8 KB

27.4 data-structures-07-finished-and-commented.zip.zip

4.9 KB

27.4 iterables-overview.pdf.pdf

67.1 KB

27.5 data-structures-06-all-any.zip.zip

4.0 KB

27.5 verifying-block-hashes.pdf.pdf

35.3 KB

27.6 data-structures-06-all-any.zip.zip

4.0 KB

27.6 reference-vs-value-copying.pdf.pdf

98.4 KB

27.7 module-summary.pdf.pdf

104.3 KB

27.8 data-structures-03-understanding-list-comprehensions.zip.zip

3.2 KB

27.8 reference-vs-value-copying.pdf.pdf

98.4 KB

27.9 data-structures-01-transactions-with-tuples-and-dictionaries.zip.zip

3.1 KB

27.9 indexing-lists.pdf.pdf

32.7 KB

3. Working with Iterables.mp4

20.2 MB

3. Working with Iterables.vtt

6.4 KB

3.1 iterables-overview.pdf.pdf

67.1 KB

4. Choosing the Right Datastructure.mp4

14.6 MB

4. Choosing the Right Datastructure.vtt

4.0 KB

5. Transactions with Dictionaries & Tuples.mp4

78.4 MB

5. Transactions with Dictionaries & Tuples.vtt

9.4 KB

5.1 data-structures-01-transactions-with-tuples-and-dictionaries.zip.zip

3.1 KB

6. Blockchain Theory Understanding Transactions.html

0.9 KB

7. Unpacking the Tuple.mp4

40.7 MB

7. Unpacking the Tuple.vtt

3.8 KB

8. Mining Blocks.mp4

54.6 MB

8. Mining Blocks.vtt

7.5 KB

9. Hashing Previous Blocks.mp4

66.7 MB

9. Hashing Previous Blocks.vtt

7.0 KB

9.1 data-structures-02-block-mining-basic-hash.zip.zip

3.1 KB

9.1 verifying-block-hashes.pdf.pdf

35.3 KB

9.2 data-structures-02-block-mining-basic-hash.zip.zip

3.1 KB

9.2 verifying-block-hashes.pdf.pdf

35.3 KB

/5. Working with Functions & Strings/

1. Module Introduction.mp4

3.7 MB

1. Module Introduction.vtt

1.8 KB

10. Unpacking Function Arguments.mp4

37.5 MB

10. Unpacking Function Arguments.vtt

7.3 KB

10.1 finsihed-iterable-overview.pdf.pdf

35.6 KB

10.1 fn-string-03-unpacking-function-arguments.zip.zip

4.8 KB

10.2 finsihed-iterable-overview.pdf.pdf

35.6 KB

10.2 fn-string-03-unpacking-function-arguments.zip.zip

4.8 KB

11. Time to Practice - Functions & Strings.html

0.2 KB

12. Fixing a Bug.mp4

56.9 MB

12. Fixing a Bug.vtt

5.1 KB

12.1 fn-string-04-finished-and-commented.zip.zip

4.8 KB

13. Wrap Up.mp4

6.5 MB

13. Wrap Up.vtt

1.9 KB

13.1 module-summary.pdf.pdf

101.3 KB

14. Useful Resources & Links.html

1.0 KB

14.1 fn-string-02-reducing-lists.zip.zip

4.7 KB

14.1 module-summary.pdf.pdf

101.3 KB

14.2 finsihed-iterable-overview.pdf.pdf

35.6 KB

14.2 fn-string-04-finished-and-commented.zip.zip

4.8 KB

14.3 fn-string-03-unpacking-function-arguments.zip.zip

4.8 KB

14.4 fn-string-04-finished-and-commented.zip.zip

4.8 KB

14.4 module-summary.pdf.pdf

101.3 KB

14.5 fn-string-01-added-string-formatting.zip.zip

4.8 KB

14.5 fn-string-02-reducing-lists.zip.zip

4.7 KB

14.6 finsihed-iterable-overview.pdf.pdf

35.6 KB

14.6 fn-string-01-added-string-formatting.zip.zip

4.8 KB

2. Comparing Strings & Lists.mp4

25.9 MB

2. Comparing Strings & Lists.vtt

4.7 KB

3. Understanding the format Method.mp4

55.5 MB

3. Understanding the format Method.vtt

10.0 KB

4. Escaping Characters.mp4

11.2 MB

4. Escaping Characters.vtt

2.4 KB

5. Formatting Strings Conveniently with f.mp4

7.3 MB

5. Formatting Strings Conveniently with f.vtt

1.7 KB

6. Adding String Formatting to our Project.mp4

22.9 MB

6. Adding String Formatting to our Project.vtt

2.1 KB

6.1 fn-string-01-added-string-formatting.zip.zip

4.8 KB

7. Understanding the map Function.mp4

13.0 MB

7. Understanding the map Function.vtt

3.6 KB

8. Working with Lambda Functions.mp4

13.8 MB

8. Working with Lambda Functions.vtt

2.8 KB

9. Reducing Lists.mp4

74.8 MB

9. Reducing Lists.vtt

9.6 KB

9.1 fn-string-02-reducing-lists.zip.zip

4.7 KB

/6. Working with the Python Standard Library/

1. Module Introduction.mp4

4.2 MB

1. Module Introduction.vtt

1.9 KB

10. Including the Proof of Work in our Mining Function.mp4

94.4 MB

10. Including the Proof of Work in our Mining Function.vtt

9.3 KB

11. Fixing a Hash Order Fault.mp4

80.4 MB

11. Fixing a Hash Order Fault.vtt

7.6 KB

11.1 std-library-04-fixing-a-hash-order-fault.zip.zip

5.3 KB

12. Splitting Up our Code.mp4

54.9 MB

12. Splitting Up our Code.vtt

5.3 KB

12.1 std-library-05-finished-and-commented.zip.zip

6.5 KB

13. Time to Practice - The Standard Library.html

0.2 KB

14. Wrap Up.mp4

8.6 MB

14. Wrap Up.vtt

2.4 KB

14.1 module-summary.pdf.pdf

117.9 KB

15. Useful Resources & Links.html

0.2 KB

15.1 import-syntaxes.pdf.pdf

48.8 KB

15.1 std-library-01-importing-hashlib.zip.zip

5.0 KB

15.2 module-summary.pdf.pdf

117.9 KB

15.2 std-library-02-different-importing-syntaxes.zip.zip

5.0 KB

15.3 std-library-01-importing-hashlib.zip.zip

5.0 KB

15.3 std-library-03-added-proof-of-work.zip.zip

5.1 KB

15.4 proof-of-work.pdf.pdf

95.7 KB

15.4 std-library-04-fixing-a-hash-order-fault.zip.zip

5.3 KB

15.5 std-library-03-added-proof-of-work.zip.zip

5.1 KB

15.5 std-library-05-finished-and-commented.zip.zip

6.5 KB

15.6 import-syntaxes.pdf.pdf

48.8 KB

15.6 std-library-02-different-importing-syntaxes.zip.zip

5.0 KB

15.7 module-summary.pdf.pdf

117.9 KB

15.7 std-library-05-finished-and-commented.zip.zip

6.5 KB

15.8 proof-of-work.pdf.pdf

95.7 KB

15.8 std-library-04-fixing-a-hash-order-fault.zip.zip

5.3 KB

2. Exploring the Python Standard Library.mp4

29.9 MB

2. Exploring the Python Standard Library.vtt

2.6 KB

3. Importing Packages - Theory.mp4

17.3 MB

3. Importing Packages - Theory.vtt

5.4 KB

4. Importing hashlib to Create a Unique Hash.mp4

76.2 MB

4. Importing hashlib to Create a Unique Hash.vtt

8.5 KB

4.1 std-library-01-importing-hashlib.zip.zip

5.0 KB

5. Blockchain Theory Understanding Hashes.html

1.6 KB

6. Using Other Import Syntaxes.mp4

24.5 MB

6. Using Other Import Syntaxes.vtt

2.0 KB

6.1 import-syntaxes.pdf.pdf

48.8 KB

6.1 std-library-02-different-importing-syntaxes.zip.zip

5.0 KB

6.2 import-syntaxes.pdf.pdf

48.8 KB

6.2 std-library-02-different-importing-syntaxes.zip.zip

5.0 KB

7. The Proof of Work.mp4

24.5 MB

7. The Proof of Work.vtt

8.8 KB

7.1 proof-of-work.pdf.pdf

95.7 KB

8. Blockchain Theory Understanding the Proof of Work.html

3.8 KB

9. Adding the Proof of Work to our Blockchain.mp4

62.4 MB

9. Adding the Proof of Work to our Blockchain.vtt

7.1 KB

9.1 std-library-03-added-proof-of-work.zip.zip

5.1 KB

/7. Working with Files/

1. Module Introduction.mp4

4.9 MB

1. Module Introduction.vtt

1.9 KB

10. Changing the Project Back to JSON.mp4

29.6 MB

10. Changing the Project Back to JSON.vtt

2.9 KB

11. Why we need Proper Error Handling.mp4

8.8 MB

11. Why we need Proper Error Handling.vtt

0.0 KB

11.1 files-06-finished-and-commented.zip.zip

7.9 KB

12. Time to Practice - Working with Files.html

0.2 KB

13. Wrap Up.mp4

5.6 MB

13. Wrap Up.vtt

1.4 KB

13.1 module-summary.pdf.pdf

114.4 KB

14. Useful Resources & Links.html

0.5 KB

14.1 files-02-the-with-keyword.zip.zip

6.2 KB

14.10 files-05-storing-data-with-pickle.zip.zip

7.9 KB

14.2 file-open-modes.pdf.pdf

33.9 KB

14.3 files-01-reading-multiline-content.zip.zip

6.3 KB

14.4 files-06-finished-and-commented.zip.zip

7.9 KB

14.5 pickle-vs-json.pdf.pdf

35.1 KB

14.6 handling-files-correctly.pdf.pdf

32.6 KB

14.7 files-03-adding-files-access-to-blockchain.zip.zip

6.6 KB

14.8 files-04-converting-strings-into-python-objects.zip.zip

6.9 KB

14.9 module-summary.pdf.pdf

114.4 KB

2. Handling File Access.mp4

26.3 MB

2. Handling File Access.vtt

7.2 KB

2.1 file-open-modes.pdf.pdf

33.9 KB

3. Reading Data From a File.mp4

15.9 MB

3. Reading Data From a File.vtt

2.9 KB

4. Reading Multi-Line Content.mp4

40.0 MB

4. Reading Multi-Line Content.vtt

7.1 KB

4.1 files-01-reading-multiline-content.zip.zip

6.3 KB

5. Using the with Block Statement.mp4

19.8 MB

5. Using the with Block Statement.vtt

3.4 KB

5.1 files-02-the-with-keyword.zip.zip

6.2 KB

5.1 handling-files-correctly.pdf.pdf

32.6 KB

5.2 files-02-the-with-keyword.zip.zip

6.2 KB

5.2 handling-files-correctly.pdf.pdf

32.6 KB

6. Adding File Access to our Blockchain.mp4

100.3 MB

6. Adding File Access to our Blockchain.vtt

10.4 KB

6.1 files-03-adding-files-access-to-blockchain.zip.zip

6.6 KB

7. Converting Strings Into Python Objects.mp4

199.0 MB

7. Converting Strings Into Python Objects.vtt

18.4 KB

7.1 files-04-converting-strings-into-python-objects.zip.zip

6.9 KB

8. Storing Data with Pickle.mp4

73.8 MB

8. Storing Data with Pickle.vtt

7.0 KB

8.1 files-05-storing-data-with-pickle.zip.zip

7.9 KB

9. Comparing Pickle & JSON.mp4

3.9 MB

9. Comparing Pickle & JSON.vtt

1.4 KB

9.1 pickle-vs-json.pdf.pdf

35.1 KB

/8. Handling Errors & Debugging/

1. Module Introduction.mp4

2.6 MB

1. Module Introduction.vtt

1.0 KB

2. Finding Logical Errors with the Debugger.mp4

80.5 MB

2. Finding Logical Errors with the Debugger.vtt

6.8 KB

3. Finding Syntax Errors.mp4

23.8 MB

3. Finding Syntax Errors.vtt

2.0 KB

4. Using try to Find Runtime Errors.mp4

57.1 MB

4. Using try to Find Runtime Errors.vtt

5.4 KB

4.1 debugging-vs-error-handling.pdf.pdf

55.1 KB

5. Which Errors Should you Handle.mp4

32.0 MB

5. Which Errors Should you Handle.vtt

3.6 KB

5.1 handling-errors-correctly.pdf.pdf

51.4 KB

6. Adding Error Handlers to our Blockchain.mp4

34.6 MB

6. Adding Error Handlers to our Blockchain.vtt

2.8 KB

7. Handling Empty File Errors.html

0.5 KB

8. Wrap Up.mp4

10.1 MB

8. Wrap Up.vtt

2.1 KB

8.1 module-summary.pdf.pdf

58.5 KB

9. Useful Resources & Links.html

0.3 KB

9.1 errors-01-finished-and-commented.zip.zip

8.0 KB

9.2 handling-errors-correctly.pdf.pdf

51.4 KB

9.3 module-summary.pdf.pdf

58.5 KB

9.4 debugging-vs-error-handling.pdf.pdf

55.1 KB

/9. Object Oriented Programming/

1. Module Introduction.mp4

3.1 MB

1. Module Introduction.vtt

1.3 KB

10. Understanding Inheritance.mp4

85.2 MB

10. Understanding Inheritance.vtt

9.9 KB

10.1 oop-06-understanding-inheritance.zip.zip

9.9 KB

10.2 inheritance.pdf.pdf

49.3 KB

11. Planning Blockchain Classes.mp4

4.4 MB

11. Planning Blockchain Classes.vtt

1.7 KB

11.1 blockchain-classes.pdf.pdf

34.3 KB

12. Adding a Block Class to the Blockchain.mp4

143.7 MB

12. Adding a Block Class to the Blockchain.vtt

12.9 KB

12.1 oop-07-adding-a-block-class.zip.zip

10.4 KB

13. An Issue with Default Arguments.html

1.1 KB

14. Saving Custom Class Objects via .json.mp4

54.4 MB

14. Saving Custom Class Objects via .json.vtt

5.8 KB

15. Adding a Transaction Class.mp4

228.3 MB

15. Adding a Transaction Class.vtt

19.9 KB

16. Inheritance in Action.mp4

65.2 MB

16. Inheritance in Action.vtt

6.2 KB

16.1 oop-08-inheritance-in-action.zip.zip

11.9 KB

17. Adding a Verification Helper Class.mp4

140.1 MB

17. Adding a Verification Helper Class.vtt

12.4 KB

17.1 oop-09-verification-helper-class.zip.zip

13.0 KB

18. Initialising the Node Class.mp4

67.8 MB

18. Initialising the Node Class.vtt

5.2 KB

19. Turning the Blockchain Into a Class.mp4

111.4 MB

19. Turning the Blockchain Into a Class.vtt

8.9 KB

2. What is Object Oriented Programming.mp4

9.8 MB

2. What is Object Oriented Programming.vtt

2.4 KB

2.1 what-is-oop.pdf.pdf

50.5 KB

20. Adding a Node Class.mp4

155.3 MB

20. Adding a Node Class.vtt

13.1 KB

20.1 oop-10-adding-a-node-class.zip.zip

13.6 KB

21. Understanding Instance vs Class vs Static Methods & Attributes.mp4

22.1 MB

21. Understanding Instance vs Class vs Static Methods & Attributes.vtt

4.5 KB

22. Using Static & Class Methods on the Verification Class.mp4

55.0 MB

22. Using Static & Class Methods on the Verification Class.vtt

4.4 KB

22.1 oop-11-staticmethod-classmethod.zip.zip

13.9 KB

23. Using Private Attributes in the Blockchain.mp4

46.3 MB

23. Using Private Attributes in the Blockchain.vtt

4.3 KB

24. Properties vs Attributes.mp4

51.2 MB

24. Properties vs Attributes.vtt

6.1 KB

24.1 attributes-vs-properties.pdf.pdf

49.6 KB

24.2 oop-12-properties-vs-attributes.zip.zip

13.9 KB

25. Time to Practice - Object Oriented Programming.html

0.2 KB

26. Wrap Up.mp4

10.5 MB

26. Wrap Up.vtt

2.8 KB

26.1 module-summary.pdf.pdf

105.5 KB

27. Useful Resources & Links.html

0.4 KB

27.1 oop-01-creating-a-class.zip.zip

7.4 KB

27.10 oop-08-inheritance-in-action.zip.zip

11.9 KB

27.11 classes-vs-instances-vs-dictionaries.pdf.pdf

36.1 KB

27.12 instance-vs-class-attributes.pdf.pdf

53.7 KB

27.13 classes.pdf.pdf

37.6 KB

27.14 oop-09-verification-helper-class.zip.zip

13.0 KB

27.15 oop-04-printing-classes-with-special-methods.zip.zip

7.9 KB

27.16 oop-13-finished-and-commented.zip.zip

14.4 KB

27.17 constructor.pdf.pdf

49.2 KB

27.18 attributes-vs-properties.pdf.pdf

49.6 KB

27.19 special-methods.pdf.pdf

49.6 KB

27.2 oop-03-constructor-and-instance-attributes.zip.zip

7.8 KB

27.20 oop-10-adding-a-node-class.zip.zip

13.6 KB

27.21 module-summary.pdf.pdf

105.5 KB

27.3 oop-02-understanding-class-attributes.zip.zip

8.4 KB

27.4 oop-11-staticmethod-classmethod.zip.zip

13.9 KB

27.5 oop-05-private-and-public-attributes.zip.zip

7.8 KB

27.6 oop-12-properties-vs-attributes.zip.zip

13.9 KB

27.7 what-is-oop.pdf.pdf

50.5 KB

27.8 oop-07-adding-a-block-class.zip.zip

10.4 KB

27.9 oop-06-understanding-inheritance.zip.zip

9.9 KB

3. Understanding Classes.mp4

4.7 MB

3. Understanding Classes.vtt

1.7 KB

3.1 classes.pdf.pdf

37.6 KB

4. Creating a Class.mp4

28.6 MB

4. Creating a Class.vtt

6.4 KB

4.1 oop-01-creating-a-class.zip.zip

7.4 KB

5. Comparing Classes, Instances & Dictionaries.mp4

15.9 MB

5. Comparing Classes, Instances & Dictionaries.vtt

3.3 KB

5.1 classes-vs-instances-vs-dictionaries.pdf.pdf

36.1 KB

6. Understanding Class Attributes.mp4

29.6 MB

6. Understanding Class Attributes.vtt

4.0 KB

6.1 oop-02-understanding-class-attributes.zip.zip

8.4 KB

7. Constructor & Instance Attributes.mp4

31.7 MB

7. Constructor & Instance Attributes.vtt

5.1 KB

7.1 oop-03-constructor-and-instance-attributes.zip.zip

7.8 KB

7.2 instance-vs-class-attributes.pdf.pdf

53.7 KB

7.3 constructor.pdf.pdf

49.2 KB

8. Printing Classes with Special Methods.mp4

48.8 MB

8. Printing Classes with Special Methods.vtt

7.2 KB

8.1 oop-04-printing-classes-with-special-methods.zip.zip

7.9 KB

8.2 special-methods.pdf.pdf

49.6 KB

9. Private & Public Attributes.mp4

41.7 MB

9. Private & Public Attributes.vtt

5.5 KB

9.1 oop-05-private-and-public-attributes.zip.zip

7.8 KB

/

[CourseClub.Me].url

0.0 KB

[DesireCourse.Net].url

0.1 KB

 

Total files 714


Copyright © 2024 FileMood.com