REST API with Python
Links
- Flask: https://flask.palletsprojects.com/
- Deploy to Production: https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/
- Celery Background Tasks: https://flask.palletsprojects.com/en/1.1.x/patterns/celery/
- Multi-Processing in Flask: http://wiki.glitchdata.com/index.php/Flask:_Multi-Processing_in_Flask
- Thread Locals: https://flask.palletsprojects.com/en/1.1.x/design/#thread-locals
- Thread-Locals in Flask: https://flask.palletsprojects.com/en/1.1.x/advanced_foreword/#thread-locals-in-flask
- huey: https://huey.readthedocs.io/en/latest/index.html
- Mini-Huey: https://huey.readthedocs.io/en/latest/mini.html
- Huey Extensions: https://huey.readthedocs.io/en/latest/contrib.html
- greenlet: https://greenlet.readthedocs.io/
- multiprocessing: https://docs.python.org/3.6/library/multiprocessing.html
- What is the Python Global Interpreter Lock (GIL)? https://realpython.com/python-gil/
How-tos and Questions
- How can I listen a message queue in flask microservices: https://stackoverflow.com/questions/53901699/how-can-i-listen-a-message-queue-in-flask-microservices
- A scalable Keras + deep learning REST API: https://www.pyimagesearch.com/2018/01/29/scalable-keras-deep-learning-rest-api/
- Waitress Board: https://groups.google.com/forum/#!forum/pylons-discuss
Last modified July 16, 2022: fix headlines in python doc (3992313)