- Get data from text file, spreadsheet, Web. Database, images, files
- Define a task for the user and get parameters, configuration, choice, etc. from user (incl. choosing the data) This could be done in GUI but may also work via the command line (shell)
- Given the user's input and the data, process data
- Present results (again in a GUI or in some other form)
- Possibly go back to 2 for more input from use
One possible way to narrow down the choices for your project is exploring the Python package index: (http://pypi.python.org/pypi?:action=browse)
As you select tags from the Topic, new sub-topics are added at the bottom (I had clicked on Multimedia). In the beginning there are usually too many packages to show ...
... but after you've narrowed down your search, a table will appear. Here I am looking for a package to capture images - this lead me to the PIL package
No comments:
Post a Comment