Below you will find pages that utilize the taxonomy term “python”
Posts
Gunicorn
Introduction Gunicorn, short for “Green Unicorn,” is a Python Web Server Gateway Interface (WSGI) HTTP server. It is a pre-fork worker model server that provides a high level of performance and reliability for Python web applications. Gunicorn is a popular choice for Python web applications because of its ease of use, speed, and scalability.
Installation and Configuration Gunicorn can be installed easily with pip, the Python package manager. Once installed, you can run a simple web application by specifying the name of the module containing the application and the name of the application object.
Posts
Django
Django, the popular Python web framework, has recently released its latest version, Django 4.2. This version comes with several new features and improvements that make web development even more efficient and easier.
New Features Django 4.2 introduces several new features, including support for asynchronous views and functions using the async and await keywords. This feature improves performance and scalability of web applications by allowing them to handle more requests in less time.
Posts
Uwsgi
The uWSGI project aims at developing a full stack for building hosting services.
Application servers (for various programming languages and protocols), proxies, process managers and monitors are all implemented using a common api and a common configuration style.
Thanks to its pluggable architecture it can be extended to support more platforms and languages.
Many hosting providers use uWSGI as application server. Some providers, like SELinuxComputing, offer secure uWSGI hosting of your applications with SELinux.
Posts
Wagtail
Wagtail is built by developers for developers. It is an open source content managing system built on the Django framework. It provides a fast and attractive adminitrator interface for editors and publishers.
Wagtail is one of the best CMS available. We have been using Wagtail in production for two years and we are very happy with it. From a technology point of view, it puts the programmer in control of a modern MVC platform that is designed to get the job done without problems.