h1. Python Resources {{>toc}} h2. Microservices in Python * "Example of Microservices in Python":https://github.com/umermansoor/microservices - primary example driving v0.4 development * "Crafting Effective Microservices in Python":https://tech.zalando.com/blog/crafting-effective-microservices-in-python/ * Building Microservices with Python ** "Part 1":https://medium.com/@ssola/building-microservices-with-python-part-i-5240a8dcc2fb ** "Part 2":https://medium.com/@ssola/building-microservices-with-python-part-2-9f951199094a ** "Part 3":https://medium.com/@ssola/building-microservices-with-python-part-3-a556a4c4bc00 h2. Multi-Threading * "Running a method as a background thread in Python":http://sebastiandahlgren.se/2014/06/27/running-a-method-as-a-background-thread-in-python/ * "threading interface in Python (official docs)":https://docs.python.org/2/library/threading.html * "Daemon Threads Explanation (stack overflow)":https://stackoverflow.com/questions/190010/daemon-threads-explanation