riversongs Posted January 5, 2024 Report Share Posted January 5, 2024 Free Download Streamlit For Snowflake Masterclass 2024 Hands-On!Published 1/2024MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHzLanguage: English | Size: 6.46 GB | Duration: 8h 42mby World-Class Snowflake Expert, former Data Superhero and SnowPro Certification SMEWhat you'll learnBuild, debug and deploy data-driven applications with StreamlitDeploy Streamlit web apps into Snowflake, as Streamlit in Snowflake AppsShare and deploy Streamlit web apps as Snowflake Native AppsDeploy Python code with Snowpark as Snowflake stored procedures and UDFsConnect to Snowflake from a Streamlit web applicationBuild real-life applications with Streamlit and SnowflakeDesign and deploy to Snowflake data science, data analysis and ML apps with StreamlitProcess and access hierarchical data and metadata in SnowflakeRequirementsBasic knowledge of SQL and relational databasesBasic knowledge of Python programmingNo prior knowledge of Streamlit or Snowflake is expectedBasic knowledge of working with a version-control code repository such as GitHubNo prior knowledge of data science, data analytics or machine learning is expectedDescriptionWhy You Can Trust MeI was the only Snowflake technical expert from Canada selected for their Data Superhero program in 2021.Former SnowPro Certification SME (Subject Matter Expert) - many exam questions have been created by me.Passed four SnowPro certification exams to date (with no retakes): Core, Architect, Data Engineer, Data Analyst.Dozens of other certifications in Data Science and Machine Learning, Cloud Solution Architectures, Databases, etc.Dozens of apps designed and implemented with Streamlit and Snowflake on my blog on Medium.Specialized in Snowflake for several years, I served dozens of clients and implemented many real-life projects.What You Will LearnHow to create simple to complex web applications in Streamlit.How to deploy for free local Streamlit web apps to the Streamlit Community Cloud.How to connect to Snowflake from Streamlit apps, through either the Python Connector or a Snowpark session.How to use the DataFrame API and push Python code as stored procedure with Snowpark.How to extend Snowflake's capabilities, with a hierarchical data viewer and a hierarchical metadata viewer.How to prototype with Streamlit apps data science, machine learning and data analysis scenarios.How to deploy a Streamlit web app as a Streamlit in Snowflake App.How to deploy a Streamlit web app as a Snowflake Native App.How to use the Snowflake Native App Framework to build or use apps with Streamlit.We'll build several apps in Python from scratch, we'll then convert them to local single or multi-page Streamlit web apps, deploy and share them on the Streamlit Community Cloud, deploy them in Snowflake as stored procs or Streamlit Apps, share them as Native Apps with other Snowflake accounts...What Streamlit Areas You Will Learn AboutInput and Output Controls (Interactive Widgets, Display Text controls, etc.).Layout Components (sidebar, container, expander, tabs, etc.) and Forms.Events and Page Reruns.Data Caching, Session State and Callbacks.Theming and Configuration, TOML Secrets.First half of the course will be an end-to-end complete Streamlit bootcamp, with everything you need to know about Streamlit.What Snowflake Areas You Will Learn AboutCreating a free Snowflake account and using the Snowflake web UI at the basic level.Connecting to Snowflake with SnowSQL, and executing SQL scripts with this command-line interface.Connecting to Snowflake with the Snowflake Connector for Python.Connecting to Snowflake with Snowpark for Python.Using Snowpark to push Python code as stored procedures.Using Snowpark to generate SQL queries with the DataFrame API.Writing and deploying Streamlit in Snowflake Apps.Writing and deploying Snowflake Native Apps, with the Snowflake Native App Framework.Integrating Snowflake with ChatGPT, external dashboards, data science and machine learning libraries.Second half of the course will be all about Snowflake client apps, Snowpark, Streamlit in Snowflake Apps and Native Apps.What is NOT Included in This CourseIn-depth knowledge of Snowflake.In-depth data science, data analytics and machine learning.Programming in languages other than Python and SQL.Main focus will be on all sorts of applications in Python using Streamlit, to connect and deploy the code to Streamlit Cloud or Snowflake in all possible ways.Real-Life Applications You Will Learn To BuildHierarchical Data Viewer, for CSV files and Snowflake tabular data, using JSON, graphs, animations, recursive queries.Hierarchical Metadata Viewer, for Snowflake object dependencies and data lineage.Entity-Relationship Diagram Viewer for Snowflake.Chatbot Agent with OpenAI's ChatGPT, used as a SQL query generator for Snowflake Marketplace datasets.Dashboards for Snowflake data, with Vega-Lite, Altair and Plotly charts.Machine Learning scenarios, with Model Training and Predictions.Data enrichment of IP addresses using external free services.I sold tools similar to many of these to real-life clients and Snowflake partners!Enroll today, to keep this course forever!OverviewSection 1: IntroductionLecture 1 Course Structure and ContentLecture 2 Best Ways to Benefit from this CourseLecture 3 All Slides and ResourcesLecture 4 Initial Requirements and Project SetupSection 2: Testing Local Streamlit Web AppsLecture 5 Introduction and Section SummaryLecture 6 Build a Simple Hierarchical Data Viewer in PythonLecture 7 Convert the Hierarchical Data Viewer to a Streamlit Web AppLecture 8 Hierarchical Data Charts in Streamlit with PlotlyLecture 9 Streamlit Layout ComponentsLecture 10 Add Hierarchical Formats and AnimationLecture 11 Improve Original Data Viewer App and Make It More GenericLecture 12 Use Streamlit Input ControlsLecture 13 Cache Data Between Page RerunsLecture 14 Save State Data Between Page RerunsLecture 15 Use Control Callbacks on Page RerunsLecture 16 Finalize the Hierarchical Data Viewer as a Streamlit Web AppSection 3: Sharing Streamlit Web Apps in Streamlit CloudLecture 17 Introduction and Section SummaryLecture 18 Deploy Your Local Web App to Streamlit CloudLecture 19 Use Data Caching with a Generated Session IDLecture 20 Make App Private and Protect Public App AccessLecture 21 Data Analysis of Real-Estate Properties with a BI Streamlit AppLecture 22 ML Object Detection with a CNN Data Science Streamlit AppSection 4: Connecting Streamlit Apps to SnowflakeLecture 23 Introduction and Section SummaryLecture 24 Upload Data into a New Snowflake Account through the Web UILecture 25 Connect to Snowflake with SnowSQL CLILecture 26 Connect to Snowflake with the Connector for PythonLecture 27 Connect to Snowflake with Snowpark for PythonLecture 28 Build a Complex Query with the Python Client and SnowparkLecture 29 Build a Complex Query with the Snowpark DataFrame APILecture 30 Push Python Code as a Stored Procedure with SnowparkLecture 31 Connect to Snowflake with Streamlit Connector in Multi-Page AppLecture 32 Connect the Hierarchical Data Viewer to SnowflakeLecture 33 Enhance the Hierarchical Data Viewer with Recursive QueriesLecture 34 Deploy the Connected Hierarchical Data Viewer to Streamlit CloudLecture 35 Create a Hierarchical Metadata Viewer as a Streamlit Multi-Page AppLecture 36 Create an Entity-Relationship Diagram Viewer with StreamlitLecture 37 Create a NLP Sentiment Analysis App with the IMDB ReviewsLecture 38 Integrate Snowflake with ChatGPTSection 5: Deploying Streamlit Apps to SnowflakeLecture 39 Introduction and Section SummaryLecture 40 Create and Deploy a Streamlit in Snowflake AppLecture 41 Deploy the Hierarchical Data Viewer in Snowflake as a Streamlit AppLecture 42 Deploy the Hierarchical Metadata Viewer in Snowflake as a Streamlit AppLecture 43 Create a Multi-Page Dashboard with Vega-Lite Charts as a Streamlit AppLecture 44 Create a Multi-Page Dashboard with Altair Charts as a Streamlit AppLecture 45 Train a Linear Regression ML Model and Predict with UDFLecture 46 Deploy the Hierarchical Metadata Viewer as a Snowflake Native AppLecture 47 Deploy the Hierarchical Data Viewer as a Snowflake Native AppLecture 48 Review the Snowflake Native App FrameworkLecture 49 Enrich IP Address Data with a Snowflake Native AppLecture 50 Install and Run a Free Snowflake Native App from the MarketplaceLecture 51 Thank You and GoodbyeData Engineers looking to improve their programming skills with data-driven applications,Data Scientists looking to learn fast prototyping with Streamlit,Software Developers looking to learn a rapid data application development framework,Snowflake Admins looking to master the new Streamlit App and Snowflake Native App frameworks,Data Architects looking to learn about deploying Snowflake Native Apps with Streamlit,Data Analysts looking to learn about using Streamlit to build instant dashboards,Any other technical person looking to learn about using Streamlit to build Snowflake connected applications,Machine Learning Engineers looking for data science projects in SnowflakeHomepagehttps://www.udemy.com/course/streamlit-for-snowflake/Download ( Rapidgator )https://rg.to/file/866d2af4590ab6a1c8080e91fea31115/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part1.rar.htmlhttps://rg.to/file/33bafd39b8b03c127174db42d0d6a34d/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part2.rar.htmlhttps://rg.to/file/509ebd117cc7ad896fa6b1771aa52d27/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part3.rar.htmlhttps://rg.to/file/b0ecc6435e19d5f74dffae563d948b0e/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part4.rar.htmlhttps://rg.to/file/75890e7934bf0641f8ebac045359a3e9/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part5.rar.htmlhttps://rg.to/file/ed49ec56d20dc5d9315ea99b725a3f1d/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part6.rar.htmlhttps://rg.to/file/b00a18b32ae513a575699369b7ea52db/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part7.rar.htmlUploadgighttps://uploadgig.com/file/download/859a9773779a8AdD/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part1.rarhttps://uploadgig.com/file/download/489188B861aae357/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part2.rarhttps://uploadgig.com/file/download/7Be433794271a132/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part3.rarhttps://uploadgig.com/file/download/8A6c0F96d60e3db4/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part4.rarhttps://uploadgig.com/file/download/A9fb5a36c8d8dEBb/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part5.rarhttps://uploadgig.com/file/download/52c7b808f5396b10/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part6.rarhttps://uploadgig.com/file/download/74Bb5dd33e3293fb/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part7.rarDownload ( NitroFlare )https://nitroflare.com/view/1913E94176F9A5A/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part1.rarhttps://nitroflare.com/view/AB5E708927889C5/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part2.rarhttps://nitroflare.com/view/5A81838F5E82371/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part3.rarhttps://nitroflare.com/view/9F9FEB3BBBA6D51/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part4.rarhttps://nitroflare.com/view/FA481349FD147E5/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part5.rarhttps://nitroflare.com/view/650D97CE7289227/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part6.rarhttps://nitroflare.com/view/CF9D67B9C6E0550/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part7.rarFikperhttps://fikper.com/mpUi7ZfzNA/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part1.rar.htmlhttps://fikper.com/Ht5CoGMqeG/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part2.rar.htmlhttps://fikper.com/H5HW3Jdbc0/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part3.rar.htmlhttps://fikper.com/SmAlVjrYPA/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part4.rar.htmlhttps://fikper.com/ReZeOOPh03/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part5.rar.htmlhttps://fikper.com/H8zU6qZlci/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part6.rar.htmlhttps://fikper.com/rJePPJUj6b/guehw.Streamlit.For.Snowflake.Masterclass.2024.HandsOn.part7.rar.htmlNo Password - Links are Interchangeable Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now