Python Resources
¶
Python Resources
Microservices in Python
Python Service Management
UI Development
REST
Client Libraries
Developing REST APIs
Multi-Threading
Microservices in Python
¶
Example of Microservices in Python
- primary example driving v0.4 development
Crafting Effective Microservices in Python
Building Microservices with Python
Part 1
Part 2
Part 3
Python Service Management
¶
usrsvc
monitoring
-
slides discussing monitoring
UI Development
¶
Introducing Dash
REST
¶
Client Libraries
¶
Siesta
Requests
Developing REST APIs
¶
Best Practices REST API from Scratch - Introduction
Learn REST: A RESTful Tutorial
Multi-Threading
¶
Running a method as a background thread in Python
threading interface in Python
Daemon Threads Explanation