Re: Suggesion for an undergrad final year project in Python

2005-02-13 Thread Martin Christensen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > "Sridhar" == Sridhar <[EMAIL PROTECTED]> writes: Sridhar> I am doing my undergrade CS course. I am in the final year, Sridhar> and would like to do my project involving Python. Our Sridhar> instructors require the project to have novel ideas.

Re: Suggesion for an undergrad final year project in Python

2005-02-02 Thread JanC
Kartic schreef: > Or if you are the networking types, come up with a peer-to-peer chat > application with whitetboard capability, which I am sure will be fairly > novel. Hm, a Python version of The Coccinella? :-) -- JanC "Be strict when sending and tolerant when receiving." RFC 1958 - Arch

Re: Suggesion for an undergrad final year project in Python

2005-02-02 Thread Alan Kennedy
[Sridhar] I am doing my undergrade CS course. I am in the final year, and would like to do my project involving Python. Our instructors require the project to have novel ideas. Can the c.l.p people shed light on this topic? PyPy is chock full of novel ideas, given that two of the main developers

Re: Suggesion for an undergrad final year project in Python

2005-02-01 Thread Terry Reedy
"Sridhar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am doing my undergrade CS course. I am in the final year, and would > like to do my project involving Python. Our instructors require the > project to have novel ideas. Can the c.l.p people shed light on this > t

Re: Suggesion for an undergrad final year project in Python

2005-02-01 Thread alexrait1
How about writing some gtk fronted to pgp.. That might be both useful (at least for me) and teach you about pgp and pyGTK, that is writing gui with python. -- http://mail.python.org/mailman/listinfo/python-list

Re: Suggesion for an undergrad final year project in Python

2005-02-01 Thread phil_nospam_schmidt
How about a tool that can compute the intersection/union/disjunction of boolean expressions, and return the result as a boolean expression? This is something I've had on my plate for awhile, but haven't been able to get around to doing. As a simple example, assume we have the following expressions

Re: Suggesion for an undergrad final year project in Python

2005-02-01 Thread Lucas Raab
Paul Robson wrote: On Tue, 01 Feb 2005 12:11:47 +, Kartic wrote: Sridhar said the following on 2/1/2005 2:11 AM: Hi, I am doing my undergrade CS course. I am in the final year, and would like to do my project involving Python. Our instructors require the project to have novel ideas. Can the

Re: Suggesion for an undergrad final year project in Python

2005-02-01 Thread Jorgen Grahn
On 31 Jan 2005 23:11:58 -0800, Sridhar <[EMAIL PROTECTED]> wrote: > Hi, > > I am doing my undergrade CS course. I am in the final year, and would > like to do my project involving Python. Our instructors require the > project to have novel ideas. Can the c.l.p people shed light on this > topic?

Re: Suggesion for an undergrad final year project in Python

2005-02-01 Thread Paul Robson
On Tue, 01 Feb 2005 12:11:47 +, Kartic wrote: > Sridhar said the following on 2/1/2005 2:11 AM: >> Hi, >> >> I am doing my undergrade CS course. I am in the final year, and would >> like to do my project involving Python. Our instructors require the >> project to have novel ideas. Can the

Re: Suggesion for an undergrad final year project in Python

2005-02-01 Thread Kartic
Sridhar said the following on 2/1/2005 2:11 AM: Hi, I am doing my undergrade CS course. I am in the final year, and would like to do my project involving Python. Our instructors require the project to have novel ideas. Can the c.l.p people shed light on this topic? You try and implement some CS

Re: Suggesion for an undergrad final year project in Python

2005-02-01 Thread David Fraser
Sridhar wrote: Hi, I am doing my undergrade CS course. I am in the final year, and would like to do my project involving Python. Our instructors require the project to have novel ideas. Can the c.l.p people shed light on this topic? You could write a Python program that writes novels. -- http://

Suggesion for an undergrad final year project in Python

2005-01-31 Thread Sridhar
Hi, I am doing my undergrade CS course. I am in the final year, and would like to do my project involving Python. Our instructors require the project to have novel ideas. Can the c.l.p people shed light on this topic? -- http://mail.python.org/mailman/listinfo/python-list