« Previous -
Version 14/18
(diff) -
Next » -
Current version
J. Simmons, 11/11/2017 06:47 pm
Python Resources¶
General Python Coding¶
__init__.py__main__.py- Documentation Standards
Tornado¶
WebSockets Using Tornado¶
- WebSocket Server sending messages periodically in python
- Tornado WebSocket example
- Python Tornado Web Server With WebSockets
- Part 1
- Part 2 - never published
Desktop Development¶
- Installer Builders
Microservices in Python¶
- Example of Microservices in Python - primary example driving v0.4 development
- Crafting Effective Microservices in Python
- Building Microservices with Python
Python Service Management¶
UI Development¶
REST¶
Client Libraries¶
Developing REST APIs¶
Multi-Threading¶
- Running a method as a background thread in Python
- threading interface in Python
- Daemon Threads Explanation