/Web-App-Development-Made-Simple-with-Streamlit

Web App Development Made Simple with Streamlit, published by Packt

Primary LanguagePython

Web App Development Made Simple with Streamlit

This is the code repository for Web App Development Made Simple with Streamlit, published by Packt.

A web developer’s guide to effortless web app development, deployment, and scalability

What is this book about?

This book is a comprehensive guide to the Streamlit open-source Python library and simplifying the process of creating web applications. Through hands-on guidance and realistic examples, you’ll progress from crafting simple to sophisticated web applications from scratch. This book covers everything from understanding Streamlit's central principles, modules, basic features, and widgets to advanced skills such as dealing with databases, hashes, sessions, and multipages.

This book covers the following exciting features:

  • Develop interactive web apps with Streamlit and deploy them seamlessly on the cloud
  • Acquire in-depth theoretical and practical expertise in using Streamlit for app development
  • Use themes and customization for visually appealing web apps tailored to specific needs
  • Implement advanced features including secure login, signup processes, file uploaders, and database connections
  • Build a catalog of scripts and routines to efficiently implement new web apps
  • Attain autonomy in adopting new Streamlit features rapidly and effectively
  • If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter03.

The code will look like the following:

st.header("Dataframes and Tables")
import pandas as pd
df = pd.read_csv("auto.csv")
st.dataframe(df.head(10))

Following is what you need for this book:

This book is for Python programmers, web developers, computer science students, and IT enthusiasts with a foundation in Python (or any programming language) who have a passion for creating visually appealing applications. If you already know how to write programs, this book will help you evolve into an adept web application developer skilled at converting command-line tools into impressive, cloud-hosted applications.

With the following software and hardware list you can run all code files present in the book (Chapter 1-13).

Software and Hardware List

Chapter Software required OS required
1-16 Python 3.X Linux Terminal

Related products

Get to Know the Author

Rosario Moscato has a master's degree in electronic engineering, a second level master in internet software design and a first level master's in science and faith. In about 25 years of experience, he has worked on innovative technology development in Europe and Asia. Recently, his interests have been focused exclusively on AI, pursuing the goal of making every business extremely competitive and analyzing the ethical implications deriving from the new scenarios that these disciplines open.