Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Python Tutorial: Cryptocurrency Dashboard
Play lesson

Flet (Python, Flutter) - Python Tutorial: Cryptocurrency Dashboard

5.0 (0)
11 learners

What you'll learn

This course includes

  • 147.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

This Python video uses Flet to build a dashboard containing widgets/controls depicting cryptocurrency prices. We start off by laying the foundation of the main UI followed by the logic needed to get crypto prices, store them, and display them onto the screen. We use CoinGecko’s API services to retrieve the prices of the crypto of interest. We’ll be using a dictionary to store the prices amongst other information to which we will loop over and grab the data we want and pass them to the UI. Consistently updating the prices will be done on a separate thread, so we’ll see how to implement a daemon thread and set it up to run in the background. #python

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere