Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Python & Cryptocurrency : Build 5 Real World Applications, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:06
    What is the CoinMarketCap API?
  2. Урок 2. 00:00:31
    Prerequisites
  3. Урок 3. 00:02:26
    Coding Environment
  4. Урок 4. 00:03:48
    Call the Global API
  5. Урок 5. 00:02:51
    Store API data in variables
  6. Урок 6. 00:03:59
    Printing API Results
  7. Урок 7. 00:06:12
    Formatting API Results
  8. Урок 8. 00:01:02
    Selecting a currency other than USD
  9. Урок 9. 00:05:00
    Call the Listings API Endpoint
  10. Урок 10. 00:07:26
    Call the Ticker API Endpoint
  11. Урок 11. 00:03:22
    Storing Ticker API Results
  12. Урок 12. 00:07:06
    Printing Ticker API Results
  13. Урок 13. 00:03:01
    Formatting Ticker API Results
  14. Урок 14. 00:04:13
    Create a Ticker Dictionary
  15. Урок 15. 00:05:31
    Access Specific Cryptocurrencies
  16. Урок 16. 00:02:29
    Print and Format API Results
  17. Урок 17. 00:01:28
    Project 1 Introduction
  18. Урок 18. 00:03:32
    Listings API Call and Libraries
  19. Урок 19. 00:06:59
    Portfolio Creation and PrettyTable
  20. Урок 20. 00:04:06
    Retrieving API Data
  21. Урок 21. 00:05:30
    Formatting Output and Converting Timestamps
  22. Урок 22. 00:05:33
    Add Color to Console Output
  23. Урок 23. 00:01:45
    Project 2 Introduction
  24. Урок 24. 00:04:21
    Listings API Call and Alerts
  25. Урок 25. 00:05:12
    Alert Notifications and Making The Computer Speak
  26. Урок 26. 00:00:59
    Project 3 Introduction
  27. Урок 27. 00:05:52
    API Call and Menu Creation
  28. Урок 28. 00:03:25
    Handle User Choices and PrettyTable
  29. Урок 29. 00:04:46
    Retrieving API Data and Coloring Console Output
  30. Урок 30. 00:05:08
    Sorting by Volume, Price Change, and Rank
  31. Урок 31. 00:02:43
    Project 4 Introduction
  32. Урок 32. 00:05:21
    Call the Global API and Create a PrettyTable
  33. Урок 33. 00:08:47
    Exploring Potential Future Cryptocurrency Values
  34. Урок 34. 00:02:27
    Debugging and Appending to PrettyTable
  35. Урок 35. 00:00:54
    Project 5 Introduction
  36. Урок 36. 00:03:57
    Creating Our Excel Workbook and Headers
  37. Урок 37. 00:05:41
    Retrieve and Paginate Through API Data
  38. Урок 38. 00:01:17
    Generate The Excel Workbook
  39. Урок 39. 00:04:25
    Creating A GitHub Repository and Thank You