Course: 20 Videos
Length: 1.5 Hours
Price: $49
In this course we’ll be using Python 3 to build a couple of different Crypto Currency portfolio apps that pull information from the CoinMarketCap .com free API and display them in a graphical user interface app.
This course is great for people who want to expand their Python skillset, as well as people interested in crypto currencies and crypto currency trading.
Your finished app will be able to track current prices of any crypto currency that you specify, giving you price data as well as other related data.
Do You Need To Know Python To Take This Course?
Strictly speaking, no. But I highly recommend that you understand the basics of the Python programming language before taking this course.
What Will We Learn In This Course?
– How To Connect To A Third Party API
– How to loop through JSON data retrieved from an API
– Cool Python List and Python Dictionary wizardry
– How to create basic pie charts with MatPlotLib
– How To Develop a Basic GUI (Graphical User Interface) using TKinter
– And Much More!
This intermediate Python course is a great way to pick up a few new skills, and it should be a lot of fun. Sign up today and I’ll see you on the inside!
Course Content…
Module 1 | Build a Crypto Currency Portfolio App With Python |
Unit 1 | Introduction | Video 1 |
Unit 2 | Pip And Modules | Video 2 |
Unit 3 | CoinMarketCap.com API Review | Video 3 |
Unit 4 | UPDATE VIDEO | CoinMarketCap API Change |
Unit 5 | Getting API Data | Video 4 |
Unit 6 | Creating a List of Cryptos | Video 5 |
Unit 7 | Creating a Portfolio Dictionary | Video 6 |
Unit 8 | Let's Do Some Math! | Video 7 |
Unit 9 | Calculate The Price Per Coin | Video 8 |
Unit 10 | Intro To GUI's With TKinter | Video 9 |
Unit 11 | TKinter Main Window | Video 10 |
Unit 12 | TKinter Add Labels | Video 11 |
Unit 13 | TKinter Header | Video 12 |
Unit 14 | Format The Main Window Data | Video 13 |
Unit 15 | Add Our Price Data | Video 14 |
Unit 16 | Color Coding The Data | Video 15 |
Unit 17 | Adding Profit/Loss To App And Title Bar | Video 16 |
Unit 18 | Creating an Update Button | Video 17 |
Unit 19 | Adding A Pie Chart With MatPlotLib | Video 18 |
Unit 20 | Course Conclusion | Video 19 |
Unit 21 | Get The App Code | Video 20 |