Python Resources
Version 9 (J. Simmons, 10/25/2017 02:04 am)
| 1 | 1 | J. Simmons | h1. Python Resources |
|---|---|---|---|
| 2 | 1 | J. Simmons | |
| 3 | 1 | J. Simmons | {{>toc}} |
| 4 | 1 | J. Simmons | |
| 5 | 9 | J. Simmons | h2. General Python Coding |
| 6 | 9 | J. Simmons | |
| 7 | 9 | J. Simmons | * @__init__.py@ |
| 8 | 9 | J. Simmons | ** "What's your opinion on what to include in __init__.py ?":https://www.reddit.com/r/Python/comments/1bbbwk/whats_your_opinion_on_what_to_include_in_init_py/ |
| 9 | 9 | J. Simmons | ** "How to create a Python Package with __init__.py":http://timothybramlett.com/How_to_create_a_Python_Package_with___init__py.html |
| 10 | 9 | J. Simmons | |
| 11 | 7 | J. Simmons | h2. Desktop Development |
| 12 | 7 | J. Simmons | |
| 13 | 7 | J. Simmons | * Installer Builders |
| 14 | 8 | J. Simmons | ** "PyInstaller":http://www.pyinstaller.org/ |
| 15 | 7 | J. Simmons | |
| 16 | 2 | J. Simmons | h2. Microservices in Python |
| 17 | 2 | J. Simmons | |
| 18 | 2 | J. Simmons | * "Example of Microservices in Python":https://github.com/umermansoor/microservices - primary example driving v0.4 development |
| 19 | 2 | J. Simmons | * "Crafting Effective Microservices in Python":https://tech.zalando.com/blog/crafting-effective-microservices-in-python/ |
| 20 | 2 | J. Simmons | * Building Microservices with Python |
| 21 | 2 | J. Simmons | ** "Part 1":https://medium.com/@ssola/building-microservices-with-python-part-i-5240a8dcc2fb |
| 22 | 2 | J. Simmons | ** "Part 2":https://medium.com/@ssola/building-microservices-with-python-part-2-9f951199094a |
| 23 | 2 | J. Simmons | ** "Part 3":https://medium.com/@ssola/building-microservices-with-python-part-3-a556a4c4bc00 |
| 24 | 2 | J. Simmons | |
| 25 | 3 | J. Simmons | h2. Python Service Management |
| 26 | 3 | J. Simmons | |
| 27 | 3 | J. Simmons | * "usrsvc":https://github.com/kata198/usrsvc |
| 28 | 4 | J. Simmons | * "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 |
| 29 | 4 | J. Simmons | |
| 30 | 5 | J. Simmons | h2. UI Development |
| 31 | 5 | J. Simmons | |
| 32 | 5 | J. Simmons | * "Introducing Dash":https://medium.com/@plotlygraphs/introducing-dash-5ecf7191b503 |
| 33 | 5 | J. Simmons | |
| 34 | 4 | J. Simmons | h2. REST |
| 35 | 4 | J. Simmons | |
| 36 | 4 | J. Simmons | h3. Client Libraries |
| 37 | 4 | J. Simmons | |
| 38 | 4 | J. Simmons | * "Siesta":http://scastillo.sh/siesta/ |
| 39 | 4 | J. Simmons | * "Requests":https://pypi.python.org/pypi/requests |
| 40 | 4 | J. Simmons | |
| 41 | 4 | J. Simmons | h3. Developing REST APIs |
| 42 | 4 | J. Simmons | |
| 43 | 4 | J. Simmons | * "Best Practices REST API from Scratch - Introduction":https://www.sitepoint.com/best-practices-rest-api-scratch-introduction/ |
| 44 | 4 | J. Simmons | * "Learn REST: A RESTful Tutorial":http://www.restapitutorial.com |
| 45 | 3 | J. Simmons | |
| 46 | 1 | J. Simmons | h2. Multi-Threading |
| 47 | 1 | J. Simmons | |
| 48 | 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/ |
| 49 | 1 | J. Simmons | * "threading interface in Python (official docs)":https://docs.python.org/2/library/threading.html |
| 50 | 1 | J. Simmons | * "Daemon Threads Explanation (stack overflow)":https://stackoverflow.com/questions/190010/daemon-threads-explanation |
| 51 | 6 | J. Simmons | |
| 52 | 6 | J. Simmons | h2. HID |
| 53 | 6 | J. Simmons | |
| 54 | 6 | J. Simmons | * "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 |