Instructor:
- David Kearns, MBA, PMP, ACP
- Working on VT Health Connect
Logistics
- Start/Stop
- Homework
- 16 Page Scrum white paper
Instructor:
Logistics
#!/usr/bin/env python3 | |
"""Simple HTTP Server With Upload. | |
This module builds on BaseHTTPServer by implementing the standard GET | |
and HEAD requests in a fairly straightforward manner. | |
see: https://gist.github.com/UniIsland/3346170 | |
""" | |