Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Gauld A.Learning to program (Python)_1.pdf
Скачиваний:
23
Добавлен:
23.08.2013
Размер:
1.34 Mб
Скачать

Projects to try

There are several ideas for projects listed in the tutorial. In addition I will give some ideas here, in approximately ascending order of difficulty. Most will be achievable with the skills learn't here but all of them can be improved by checking the documentation that comes with Python for alternatives. A couple will definitely require that you start digging for yourself, recall that one of the requirements of a good programmer was curiosity!

Extend the grammar checker to include the extra facilities mentioned.

Build a database of your CDs and a search facility to locate them again. Maybe also to record the last time or frequency that you play them.

Create a tool to generate HTML pages which display a list of the files in a directory as links (so that you can open them by clicking).

Topics for further study

GUI with Tk

Web programming - CGI

Toolkits

Frameworks

Databases

118