
Learn to build advanced Plotly and Dash dashboards in Python that tell stories with data science insights, accept user inputs, and connect to Django applications with databases.
Clone the course project from the GitHub repo, set up and activate a virtual environment, and install the requirements from requirements.txt to start coding.
Explore pandas basics by building series from lists, creating data frames, and setting index. Learn to convert data types for arithmetic and combine series.
Master the basics of CSV data in Python: open CSV files, read and flatten rows, extract key fields, and prepare a clean data frame for analysis.
Explore dash core components to add interactivity with dropdowns, sliders, inputs, text areas, and more, and build dashboards driven by app callbacks that respond to user feedback.
Build an interactive dash dashboard with a city dropdown (New York City, Houston, San Francisco) that updates images by encoding fetched image URLs to base64 via callbacks.
Create a subtraction range slider in a Dash dashboard, wiring a range_slider input to a display div via a callback to show the difference between two slider values.
Build a common words graph from user input by counting word frequencies with a counter and displaying results as a bar graph in dash, using a text area input.
Learn to build an interactive dashboard with a date picker and a dynamic data table using Dash, Plotly, and the Alpha Vantage time series API with pandas data frames.
learn to build a dash app feature that uploads csv or excel files via drag-and-drop or select file, decodes and reads data with pandas, and renders it in dash table.
Learn to build a Dash image uploader that accepts drag-and-drop or select files, renders previews, and shows file name and last modified date using Dash callbacks and base64 encoding.
Build interactive Plotly and Dash dashboards that pull Binance API price data and stock data, render candle charts, volumes, trades, and interactive tables using pandas.
Connect to the Binance API, retrieve your account balances, convert assets to Bitcoin and USD values, and display an interactive asset breakdown donut chart with Plotly in a dashboard.
Explore integrating the Alpha Vantage API to fetch stock, forex, and crypto data, clean and organize it with pandas, and visualize RSI and price action in a Dash dashboard.
Learn to build a Dash dashboard that fetches stock data via Alpha Vantage, renders candlestick charts and RSI-based buy/sell signals, and connects input, graphs, and callbacks with Plotly.
Explore building interactive dashboards with Plotly and Dash using Alpha Vantage data, clean and merge time series, apply Bollinger bands, and design a strategic buy-sell framework.
Build interactive Plotly and Dash dashboards by constructing a large, multi-box stock trading interface with Bollinger bands, RSI indicators, buy/sell signals, and a profit data table.
Master Dash Bootstrap Components to build professional, interactive Python dashboards with Plotly graphs, using nav bars, cards, modals, and responsive layouts in a Django project.
Explore building interactive dashboards with the D-Tale library, graphing pandas dataframes using Python, Flask, React, and Dash. Learn to create 3D graphs and crypto data via Quinn Gecko.
Install and run Jupyter notebook with pandas and DTale to visualize dataframes. Fetch crypto data from gecko and convert Unix timestamps to readable dates for an interactive detailed table.
Demonstrates building a Python class to convert Unix timestamps to datetime objects and back, with daytime and time imports, an __init__ method, type checks, and a __repr__ for debugging.
Convert unix times to date time, set time as index, and build a data frame with market cap and total volume, then join frames for an interactive dashboard.
This course is going to build off the creations of dashboard components, every lesson and dashboard developed is new & never before seen as you enforce the fundamentals to dashboard creation and build off them until you are a pro at telling a story with data. This isn't the basic static show a graph course as our main focus is interactivity and making out dashboards update with our client's parameters in real-time.