News

Create an installer for your PyInstaller app: If you want a way to deploy your application other than a .zip file or the single-file distribution, consider using an installer utility like the open ...
To protect your app, you must authorize the users before they can use the app – like most SASSs we use every day. For a Streamlit app, we can use the Streamlit-Authenticator package.
Interested in learning Python? Jack Wallen takes you through your first steps in building a simple application to take user input and write it to a file.
This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
Python is easy to use, friendly to the beginner, and powerful enough to create robust software for nearly any application.