First project in python, want someone to hold my hand for 2 hours for $100

2009-03-31 Thread googleaccount
Hey, I have to generate this really big matrix from some data. It's extremely straightforward for someone who has the slightest idea what they are doing. I'd really like to learn how to do this but I've gotten impatient with the tutorials because this should be so straightforward. Email me or ideal

Re: project in python

2008-10-29 Thread Terry Reedy
asit wrote: On Oct 28, 10:02 am, alex23 <[EMAIL PROTECTED]> wrote: On Oct 26, 2:51 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: The more you spam people with your repetitive postings, the less likely it becomes that they are willing to answer you. In asit's defence, the Google Groups interfac

Re: project in python

2008-10-29 Thread asit
On Oct 28, 10:02 am, alex23 <[EMAIL PROTECTED]> wrote: > On Oct 26, 2:51 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > > > The more you spam people with your repetitive postings, the less likely it > > becomes that they are willing to answer you. > > In asit's defence, the Google Groups interface

Re: project in python

2008-10-27 Thread alex23
On Oct 26, 2:51 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > The more you spam people with your repetitive postings, the less likely it > becomes that they are willing to answer you. In asit's defence, the Google Groups interface has been woefully broken for the past 3-4 days. If e had posted vi

Re: project in python

2008-10-25 Thread Stefan Behnel
asit wrote: > I am a newbie and learned python to some extent. > > I want to do some project in python based on network programming or > HTML/XML parsing. > > Can anyone suggest me about this ??? The more you spam people with your repetitive postings, the less likely it bec

project in python

2008-10-25 Thread asit
I am a newbie and learned python to some extent. I want to do some project in python based on network programming or HTML/XML parsing. Can anyone suggest me about this ??? -- http://mail.python.org/mailman/listinfo/python-list

project in python

2008-10-25 Thread asit
I want to do a project in python. It should be something based on socket programming, HTML/XML parsing, etc plz suggest me -- http://mail.python.org/mailman/listinfo/python-list

project in python

2008-10-25 Thread asit
I want to do a project in python. It should be something based on socket programming, HTML/XML parsing, etc please suggest me -- http://mail.python.org/mailman/listinfo/python-list

where to join a open project in Python

2008-01-21 Thread scsoce sc
hi,all: as a newbie, i found that finding a suitable open project in Python seems hard, well, i has tried sourceforge and google code, python project is just rare or not fit for me. so i want to get any suggestion or experience from you dear pythonmates. thank you scsoce -- http

Re: Are there any AOP project in python community?

2006-08-09 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, I teased: . . . >with Python. I'd emphasize that Python *needs* AOP less >than do Java and C++. I've been asked in private e-mail if I "mean that Python is aspect-oriented from its beginning."

Re: Are there any AOP project in python community?

2006-08-06 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, hiaips <[EMAIL PROTECTED]> wrote: >steve wrote: >> I mean Aspect-Oriented Programming. >> If any please give me some of links. >> Thanks a lot. > >See http://en.wikipedia.org/wiki/Aspect-oriented_programming. >There is a list of AOP implementations for a number of la

Re: Are there any AOP project in python community?

2006-08-04 Thread Alexandre Fayolle
Le 02-08-2006, steve <[EMAIL PROTECTED]> nous disait: > I mean Aspect-Oriented Programming. > If any please give me some of links. > Thanks a lot. You may want to look at http://www.logilab.org/projects/aspects -- Alexandre Fayolle LOGILAB, Paris (France) Formations

Re: Are there any AOP project in python community?

2006-08-02 Thread Kay Schluehr
steve wrote: > I mean Aspect-Oriented Programming. > If any please give me some of links. > Thanks a lot. http://www.google.de/search?hl=de&q=python+%2B+AOP&btnG=Google-Suche&meta= -- http://mail.python.org/mailman/listinfo/python-list

Re: Are there any AOP project in python community?

2006-08-02 Thread hiaips
steve wrote: > I mean Aspect-Oriented Programming. > If any please give me some of links. > Thanks a lot. See http://en.wikipedia.org/wiki/Aspect-oriented_programming. There is a list of AOP implementations for a number of languages (including Python) near the bottom of the page. --hiaips -- ht

Are there any AOP project in python community?

2006-08-02 Thread steve
I mean Aspect-Oriented Programming. If any please give me some of links. Thanks a lot. -- http://mail.python.org/mailman/listinfo/python-list

Re: Tiddlywiki type project in Python?

2006-06-15 Thread jkn
Hi Rick R. P. Dillon wrote: > I've been doing some work on a didiwiki-like program written in Python. > Since Python is [_not_] embedded in browsers, the didwiki approach make > sense: > write the server in your language of choice (didwiki uses C), and lay > the necessary (simple) wiki code on

Re: Tiddlywiki type project in Python?

2006-06-15 Thread R. P. Dillon
That should have said "Since Python _isn't_ embedded in browsers"! Rick R. P. Dillon wrote: > I've been doing some work on a didiwiki-like program written in Python. > Since Python is embedded in browsers, the didwiki approach make sense: > write the server in your language of choice (didwiki

Re: Tiddlywiki type project in Python?

2006-06-15 Thread R. P. Dillon
I've been doing some work on a didiwiki-like program written in Python. Since Python is embedded in browsers, the didwiki approach make sense: write the server in your language of choice (didwiki uses C), and lay the necessary (simple) wiki code on top of the server. Roll the entire thing in

Re: Tiddlywiki type project in Python?

2006-06-14 Thread Paul Boddie
Diez B. Roggisch wrote: > [Quoting jkn...] > > Well, that may be an/the answer, since another form of my question > > would be 'how can I write a TiddlyWikiLike using Python instead of JS' > > ;-). I appreciate that it might involve, for instance, a local server. > > Does the idea of embedding py

Re: Tiddlywiki type project in Python?

2006-06-14 Thread Diez B. Roggisch
> Well, that may be an/the answer, since another form of my question > would be 'how can I write a TiddlyWikiLike using Python instead of JS' > ;-). I appreciate that it might involve, for instance, a local server. > Does the idea of embedding python in a browser instead of Javascript > make any se

Re: Tiddlywiki type project in Python?

2006-06-14 Thread bruno at modulix
jkn wrote: (snip) > Does the idea of embedding python in a browser instead of Javascript > make any sense at all? >From a purely theoretical POV, yes, this idea makes sens - Python could be an interesting alternative to javascript for client-side scripting (and I'd really prefer using Python for t

Re: Tiddlywiki type project in Python?

2006-06-14 Thread jkn
Hi Bruno [...] > > > > I don't know Javascript (although it looks moderately simple from a > > brief peruse, > > It's not as simple as it may seem at first look. There are some real > gotchas. But if you want a more pythonic javascript, you should have a > look at mochikit. OK, thanks for the poi

Re: Tiddlywiki type project in Python?

2006-06-14 Thread bruno at modulix
jkn wrote: > Hi all > I'm trying out, and in general finding really useful, the various > TiddlyWiki variants that I guess many people here know about, for > organising my activities in a GTD way. One mild annoyance is in the > speed of the Javascript applications. I fancy having a go at writin

Tiddlywiki type project in Python?

2006-06-14 Thread jkn
Hi all I'm trying out, and in general finding really useful, the various TiddlyWiki variants that I guess many people here know about, for organising my activities in a GTD way. One mild annoyance is in the speed of the Javascript applications. I fancy having a go at writing something like this

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