Brandon Arreguin
itsarreguin
3 points
Tools itsarreguin is Following
Python
python.org
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for it...
Django
djangoproject.com
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Tornado
tornadoweb.org
By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it id...
Golang
golang.org
Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs ...
PostgreSQL
postgresql.org
PostgreSQL is an advanced object-relational database management system that supports an extended subset of...
Redis
redis.io
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and mess...
NGINX
nginx.org
nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoe...
RabbitMQ
rabbitmq.com
RabbitMQ gives your applications a common platform to send and receive messages, and your messages a safe p...
Celery
celeryproject.org
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-...
Gunicorn
gunicorn.org
Gunicorn is a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly comp...
Pyramid
trypyramid.com
It makes it easy to write web applications. You can start small with this "hello world" minimal request/res...
Django REST fram...
django-rest-framework.org
It is a powerful and flexible toolkit that makes it easy to build Web APIs.
uWSGI
github.com/unbit/uwsgi
The uWSGI project aims at developing a full stack for building hosting services.
SQLAlchemy
sqlalchemy.org
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the ful...
Wagtail
wagtail.io
Wagtail is a Django content management system built originally for the Royal College of Art and focused on ...
Gin Gonic
gin-gonic.com
It is an HTTP web framework written in Go (Golang). It features a Martini-like API with much better perform...
Waitress
docs.pylonsproject.org/proj...
It is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no ...
Django Channels
channels.readthedocs.io/en/...
It does this by taking the core of Django and adding a fully asynchronous layer underneath, running Django ...
Starlette
starlette.io
It is a lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services.
Uvicorn
uvicorn.org
It is a lightning-fast ASGI server, built on uvloop and httptools. Until recently Python has lacked a mi...
Go-Fiber
gofiber.io
It is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed ...
FastAPI
fastapi.tiangolo.com
It is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard...
dramatiq
dramatiq.io
Background Processing for Python 3.