Elaine Wong: So I got some code working, now how do I share it?
Sharing Python code is not simple.
Other people need the same version of Python.. install the same libraries... run python in the CLI... then you need a way to share updates... then you might see errors....
Non technical person reading all that would be like ... "what did I just read?"