Python Resources

Version 2 (J. Simmons, 06/11/2017 02:32 pm)

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