With the help of a Pytigon, you can create:
A native desktop application for Windows, Linux and OS X systems with a built-in web server component
A server application available through every modern browser
Various indirect solutions of the two previous solutions:
The Pytigon application is composed of 3 components: client, server, database. These components may exist in various configurations:
Database:
typical server: PostgreSQL, MySQL and many more
element built into the application: Sqlite
Server:
independent element: Nginx, Gunicorn, Apache and many others,
independent element but run in the background by the client's software: Daphne server,
as an element embedded in the client software
Client:
native application (wxPython) in Windows and Linux environments
web browser
hybrid application: the web browser component is built into the native application (wxPython)
mobile application (Kivy) in the Android environment.