Dash from Plotly Tutorial

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024
  • In this video, I'll introduce you to Dash, a powerful web application framework that lets you create browser-based interactive data visualization interfaces using Python. By the end of this video, you'll learn how to build a simple Yahoo Finance app that displays data and charts of stocks.
    Here's what we'll cover:
    What is Dash? An overview of the framework and its key features.
    Getting Started: How to install Dash and set up your first application.
    Building the Yahoo Finance App: A step-by-step guide to fetching stock data and visualizing it using Dash.
    This is just the beginning! In later videos, we'll take this project to the next level by deploying it on PythonAnywhere.com and eventually creating a full-fledged website, TradeMamba.com.
    Don't forget to like, comment, share, and subscribe for more tutorials on algotrading, LLMs, RAG, data science, machine learning, and web development. Let's get started!

Комментарии • 8

  • @paulrelf
    @paulrelf 3 месяца назад

    Very cool. Always learning something new on your channel.

    • @MLAlgoTrader
      @MLAlgoTrader  3 месяца назад

      To be honest, I always loved Tableau, but after a while you need a bit more meat + Tableau costs if you are not part of a company. What is cool is you can also share apps with pythonanywhere.com.

  • @am7-p
    @am7-p 3 месяца назад

    To my understanding, ib_insync is not compatible with Plotly Dash am I correct?

    • @MLAlgoTrader
      @MLAlgoTrader  3 месяца назад

      Everything is compatible with everything if you are willing to waste a few weeks on it haha nothing is compatible with async things...Streamlit is also a pain. I think continuous updates are a pain. Let me see if I can get it to work before I open my mouth ... With streamlit I can I assume dash is a little easier .

    • @am7-p
      @am7-p 3 месяца назад

      @@MLAlgoTrader AFAIR Ewald (RIP) suggested FAST API as the web UI platform compatible with ib_insync.

    • @MLAlgoTrader
      @MLAlgoTrader  3 месяца назад +1

      Yo so I have something cool to show you related to IB and dash. Stay tuned I will do it Monday or Tuesday when market is open. It is actually a lot easier than streamlit to use with ib_insnyc.

    • @am7-p
      @am7-p 3 месяца назад

      @@MLAlgoTrader wow, did you make it working?

    • @MLAlgoTrader
      @MLAlgoTrader  3 месяца назад +1

      It wasn't so hard . With streamlit it is hard. But no time to show today