Getting Started With Streamlit in Python

Поділитися
Вставка
  • Опубліковано 10 тра 2022
  • Streamlit is a powerful and easy to use Python library for developing web based applications. It does not require detailed knowledge of web frameworks, or web design, and. isgreat for deploying machine learning models to your customers, colleagues and the world.
    ⭐️ If you haven't already, make sure you subscribe to the channel: / @andymcdonald42
    ▼ --- SUPPORT THE CHANNEL --- ▼
    ☕️ BUY ME A COFFEE: www.buymeacoffee.com/andymcdo...
    ▼ --- GET THE CODE -- ▼
    github.com/andymcdgeo/streaml...
    ▼ --- RECOMMENDED BOOKS --- ▼
    As an Amazon Associate I earn from qualifying purchases. By buying through any of the links below I will earn commission at no extra cost to you.
    PYTHON FOR DATA ANALYSIS: Data Wrangling with Pandas, NumPy, and IPython
    UK: amzn.to/3HNycJ9
    US: amzn.to/3DL7qPv
    FUNDAMENTALS OF PETROPHYSICS
    UK: amzn.to/3l1PgSf
    PETROPHYSICS: Theory and Practice of Measuring Reservoir Rock and Fluid Transport Properties
    UK: amzn.to/30UNWZS
    US: amzn.to/3DNqBbd
    WELL LOGGING FOR EARTH SCIENTISTS
    UK: amzn.to/3FHsbfn
    US: amzn.to/3CILAuE
    GEOLOGICAL INTERPRETATION OF WELL LOGS
    UK: amzn.to/3l2v2HV
    US: amzn.to/30UOTkU
    ▼ --- SOCIAL CHANNELS --- ▼
    Thanks for watching, if you want to connect you can find me at the links below:
    / andymcdonaldgeo
    / geoandymcd
    / andymcdonaldgeo
    www.andymcdonald.scot/
    Be sure to sign up for my newsletter to be kept updated when I post and share new content on UA-cam and Medium.
    www.getrevue.co/profile/andym...
    #datascience #petrophysics #python #streamlit #eda
  • Наука та технологія

КОМЕНТАРІ • 27

  • @user-mv5ku5ye2o
    @user-mv5ku5ye2o 10 місяців тому

    This is great video, Andy, thank you! It goes through all major steps to start a working project.

  • @moaiedbetamour6078
    @moaiedbetamour6078 Рік тому

    Fantastic video, I love the style which is simple and clear. Thank you for sharing.

  • @sanjeevgupta8435
    @sanjeevgupta8435 3 місяці тому

    Great video, Andy.. Explained so lucidly

  • @jamesallison9725
    @jamesallison9725 Рік тому

    Great tutorial. I think I love Streamlit!

  • @None-kv9we
    @None-kv9we 2 роки тому

    Thank you Andy!! It was real helpful to get started :)

  • @marianaz5487
    @marianaz5487 5 місяців тому

    Thank you very much! Extremely useful video!

  • @scheeenfilmiesgucke
    @scheeenfilmiesgucke 2 роки тому

    Great stuff. Thanks!

  • @TanielaLigairi
    @TanielaLigairi 9 місяців тому

    Thank you very much Andy - its like you drove a locomotive full of information right into my cerebral cortex :) Learnt so much today - thanks again :)

  • @Hansie_
    @Hansie_ Рік тому

    you're a legend, thank you so much

  • @MaxKamrani
    @MaxKamrani 10 місяців тому

    this is really helpful ! thanks

  • @craigphillips1034
    @craigphillips1034 2 роки тому +1

    Thanks Andy. That was very good as usual. I like how you focus on a subject and present it so well that we can understand each segment. Thank you.

  • @mmhuque
    @mmhuque 2 роки тому

    Excellent, Appreciate it

  • @mohammadkeshtkar9655
    @mohammadkeshtkar9655 2 роки тому

    Great 👍 thank you andy

  • @oliva8282
    @oliva8282 8 місяців тому

    Thanks a lot. Good content

  • @shahabsarbedar165
    @shahabsarbedar165 10 місяців тому

    Nice intro. Thank you

  • @najlaejellouli3993
    @najlaejellouli3993 Рік тому

    Thanks a loooooot☺

  • @tynolayco895
    @tynolayco895 2 місяці тому

    Great

  • @ZakWatts
    @ZakWatts Рік тому +1

    Hey thanks for the video, what is the extension that you are using that is displaying the relevant documentation as you code? Thanks :)

    • @AndyMcDonald42
      @AndyMcDonald42  Рік тому

      It’s part of the Python extension within VSCode.

  • @gmostafaali
    @gmostafaali 8 місяців тому

    Hi Andy this tutorial great but can you show how to use in Jupyter Notebook please?

  • @yonkoaminho154
    @yonkoaminho154 11 місяців тому

    How to solve this error
    streamlitapiexception: set_page_config() can only be called once per app page, and must be called as the first streamlit command in your script.

  • @pararth4476
    @pararth4476 2 місяці тому

    Do you know why I get a 403 error when I try to upload the csv?

  • @HamdollahRezazade
    @HamdollahRezazade Рік тому

    What type of Terminal??? can you tell me briefly how can I run streamlit? Thanks

    • @AndyMcDonald42
      @AndyMcDonald42  Рік тому +1

      If you are using VSCode you can use the terminal within the app.
      Alternatively you can use the command prompt on windows or the terminal on macOS.
      Navigate to the folder where your app is and enter: streamlit run app.py
      Where app.py is the name you have given to the file you want to run.
      Hope that helps