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 TH-cam and Medium.
    www.getrevue.co/profile/andym...
    #datascience #petrophysics #python #streamlit #eda
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 27

  • @user-mv5ku5ye2o
    @user-mv5ku5ye2o 11 หลายเดือนก่อน

    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 4 หลายเดือนก่อน

    Great video, Andy.. Explained so lucidly

  • @jamesallison9725
    @jamesallison9725 ปีที่แล้ว

    Great tutorial. I think I love Streamlit!

  • @marianaz5487
    @marianaz5487 5 หลายเดือนก่อน

    Thank you very much! Extremely useful video!

  • @Hansie_
    @Hansie_ ปีที่แล้ว

    you're a legend, thank you so much

  • @scheeenfilmiesgucke
    @scheeenfilmiesgucke 2 ปีที่แล้ว

    Great stuff. Thanks!

  • @None-kv9we
    @None-kv9we 2 ปีที่แล้ว

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

  • @MaxKamrani
    @MaxKamrani 11 หลายเดือนก่อน

    this is really helpful ! thanks

  • @mmhuque
    @mmhuque 2 ปีที่แล้ว

    Excellent, Appreciate it

  • @mohammadkeshtkar9655
    @mohammadkeshtkar9655 2 ปีที่แล้ว

    Great 👍 thank you andy

  • @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.

  • @shahabsarbedar165
    @shahabsarbedar165 10 หลายเดือนก่อน

    Nice intro. Thank you

  • @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 :)

  • @oliva8282
    @oliva8282 8 หลายเดือนก่อน

    Thanks a lot. Good content

  • @najlaejellouli3993
    @najlaejellouli3993 ปีที่แล้ว

    Thanks a loooooot☺

  • @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.

  • @tynolayco895
    @tynolayco895 2 หลายเดือนก่อน

    Great

  • @gmostafaali
    @gmostafaali 8 หลายเดือนก่อน

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

  • @pararth4476
    @pararth4476 2 หลายเดือนก่อน

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

  • @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.

  • @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