Displaying Current Crypto Prices in a Local Webpage | Python's Flask + Binance's API

Опубликовано: 23 Март 2026
на канале: Chris Castro
1,005
23

Github Code: https://github.com/cac90909/crypto-we...
Note - API keys have been blanked out on Github

Timeline:
0:45 - Demonstration
1:45 - Goal of Video
2:30 - VSCode Configuration
3:15 - Project Organization
3:50 - setup.py
4:45 - Binance API Documentation
6:26 - app.py
7:30 - Jinja
7:45 - Rendering templates vs rendering raw html project organization
8:20 - index.html
8:40 - Jinja Notation
10:40 - Jinja for loop
11:40 - Template blurb
11:50 - styles.css
14:00 - .env
15:00 - Future use cases
15:25 - REST API + React

Links:
Creating a VSCode Virtual Environment: https://code.visualstudio.com/docs/py...
Creating a VSCode Flask Page: https://code.visualstudio.com/docs/py...
Using Python in VSCode: https://code.visualstudio.com/docs/py...
Binance API Documentation: https://python-binance.readthedocs.io...
Jinja (Template Engine): https://jinja.palletsprojects.com/en/...
REST API with Flask:    • Python REST API Tutorial - Building a Flas...  
React + Flask:    • Create a React + Flask Project