The python code we're writing is useful to others. We've all seen cases where coders code but don't take users into account. The software ends up pristine since no one but the coders ever touched it.
Who would our "user" be for python based software? Here are some guesses on the assumption we are representative of the user base. Please expand.
Things about us:
Things that might be useful to know:
Thoughts? Do we even want to consider the effort it would take to make this usable by a non-coder?
Who would our "user" be for python based software? Here are some guesses on the assumption we are representative of the user base. Please expand.
Things about us:
- Able to install Python.
- 50/50 chance of Python 2 or 3.
- 60/40 Windows / Linux. Mac?
Things that might be useful to know:
- Prefer Web, GUI, or CLI interface?
- Willing to install non-stdlib modules (MongoDB, etc)?
- Wants to share generated data with other users?
Thoughts? Do we even want to consider the effort it would take to make this usable by a non-coder?