[Tutor] Help !!!
Bruce Sass
bsass@freenet.edmonton.ab.ca
Tue, 13 Feb 2001 12:21:18 -0700 (MST)
Hi,
I've only seen a few 'help me with my homework' messages before,
this is the best one so far. :)
On Tue, 13 Feb 2001, burak koyuncu wrote:
> I am studying Computer Engineering. This semester I have to give my final
> thesis to graduate. My thesis topic is: "Web based tutorial about
> Python". As it can be understood from the topic, there would be a
> tutorial that would teach someone Python from web. But this is not at
> all. Also this project must include some sample programs with Python
> which would run on the linux platform and output will be shown.
> Can someone show me some way? How can I do this project? Please..
Hmmm, it sounds like you could get away with a web document that
describes Python. i.e., Show you have an understanding of both how to
construct a website and the Python language - no real user interaction
or coding required, just a canned presention.
That seems pretty basic for a Computer Engineering course (but what do
I know, I studied Chemistry and chuckled at the Engineering students
who were lost without a table to look stuff up in :). Are you
expected to generate the site dynamically using Python code, or is it
as straight-forward as it appears?
If this is more than a 'do a website and regurgitate some Python
information' project... you could look at ILU
ftp://parcftp.parc.xerox.com/pub/ilu/ilu.html
and do a prototype tutorial server and client with a sample Python
tutorial.
- Bruce