Skip to main content
Ctrl+K

Philip May

  • Machine Learning
  • Python
  • IT
  • Linux
  • Blog
  • About Me
  • Machine Learning
  • Python
  • IT
  • Linux
  • Blog
  • About Me

Section Navigation

  • Backoff
  • Beautiful Soup
  • Black
  • Colab
  • Collections
  • Conda
  • Context Manager
  • Dataclass
  • Date & Time
  • Docstrings
  • Exceptions
  • Filesystem
  • Iterate
  • Joblib
  • JSON
  • Jupyter & JupyterLab
  • Langfuse
  • Linter
  • Logging
  • Mock
  • Pandas
  • PIP
  • Poetry
  • PyCharm
  • pyenv
  • pytest
  • Python Naming
  • Python Programming
  • REST API with Python
  • Selenium
  • tqdm
  • Typing
  • UV
  • venv
  • Python
  • REST API with Python

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

On this page
  • Links
  • How-tos and Questions
Edit on GitHub

© Copyright 2020-2025 Philip May.