News

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 ...
In this Kivy Python tutorial, you will learn how to use Kivy for Python app development. By the end, you’ll understand how to start building cross-platform apps for Android, iOS, and Windows ...
There are many valid ways to do this, but my first choice is Web2Py, a relatively easy to use open-source framework for developing web applications in Python. It supports both Python 2.7 and 3.0 ...
To illustrate the capabilities of FastHTML, let’s consider a simple example: building a to-do list application. With FastHTML, you can create this application using primarily Python code.
Using Streamlit, developers can create Python apps with web-based front ends, built from a rich library of interactive components. The resulting application can be hosted anywhere a Python web app ...
What we’ll create is a simple command-line application to store software licences. I’ll be demonstrating on Pop!_OS Linux, but this will work on any platform that supports Python.
In the last post introducing Python, I demonstrated how to make a simple app using variables and conditional statements. In order to do anything really powerful in a given programming language ...
Let’s create a simple app that gets autocomplete queries for a seed keyword from the Google public API. Before beginning, create a folder on your machine, and name it what you want.
You can build many useful web apps with just a few files. You can also extend this simple notes app to add more functionality ...
Using pip is the most conventional and best-supported way to package a Python application for re-use. Just take your application directory and outfit it with a setup.py file, which turns it into a ...