News

In this tutorial, you will learn how to create stunning UI with pure Python using the Streamlit library.
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.
With FastHTML, you can create this application using primarily Python code. The framework uses Python objects to represent HTML elements, eliminating the need for template engines like Jinja.
If you are interested in building apps harnessing the power of artificial intelligence (AI) using Python. Ollama is a powerful platform that offers a comprehensive suite of Python-compatible tools ...
Use PyInstaller to package your Python apps into standalone executables for easy distribution.
Take advantage of BeeWare Briefcase to make Python programs that are a snap to deploy and easy to redistribute ...
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!
Until two years ago, Google App Engine only supported Python 2. Therefore, if you wanted to build an app that ran on this service, you needed to use Python 2 and not Python 3.