Python Resources

Version 6 (J. Simmons, 07/26/2017 11:42 am) → Version 7/18 (J. Simmons, 09/22/2017 11:48 pm)

h1. Python Resources

{{>toc}}

h2. Desktop Development

* Installer Builders
** PyInstaller":http://www.pyinstaller.org/

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. Python Service Management

* "usrsvc":https://github.com/kata198/usrsvc
* "monitoring":https://github.com/sebastien/monitoring - "slides discussing monitoring (then watchdog)":https://www.slideshare.net/mobile/ffunction/fabric-cuisine-and-watchdog-for-server-administration-in-python

h2. UI Development

* "Introducing Dash":https://medium.com/@plotlygraphs/introducing-dash-5ecf7191b503

h2. REST

h3. Client Libraries

* "Siesta":http://scastillo.sh/siesta/
* "Requests":https://pypi.python.org/pypi/requests

h3. Developing REST APIs

* "Best Practices REST API from Scratch - Introduction":https://www.sitepoint.com/best-practices-rest-api-scratch-introduction/
* "Learn REST: A RESTful Tutorial":http://www.restapitutorial.com

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

h2. HID

* "How can I get raw USB keyboard data with Python?":https://stackoverflow.com/questions/37134686/how-can-i-get-raw-usb-keyboard-data-with-python