Python Resources

Version 1 (J. Simmons, 06/11/2017 10:03 am) → Version 2/18 (J. Simmons, 06/11/2017 02:32 pm)

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