Re: New Pythin user looking foe some good examples to study

2007-02-13 Thread Wensui Liu
yeah! i also think cookbook is easy to read and code is very practical. On 2/12/07, Larry Bates <[EMAIL PROTECTED]> wrote: > Johnny Garcia wrote: > > I have just discovered Python and am familiarizing myself with the syntax > > but I have always found that code examples where the best way for me t

Re: New Pythin user looking foe some good examples to study

2007-02-13 Thread cyberco
http://www.daniweb.com/code/python.html http://www.pythonchallenge.com/ -- http://mail.python.org/mailman/listinfo/python-list

Re: New Pythin user looking foe some good examples to study

2007-02-12 Thread Larry Bates
Johnny Garcia wrote: > I have just discovered Python and am familiarizing myself with the syntax > but I have always found that code examples where the best way for me to > learn. > > > > Can anyone point me to a site with some good open source functioning python > applications? > > > > I

Re: New Pythin user looking foe some good examples to study

2007-02-12 Thread Matimus
I agree, the standard libraries are a good place to start. I learned a lot by looking at them, plus it has the added bonus that you learn the standard libraries. > I suspect them to be below usr/lib on linux. /usr/lib/python2.4 /usr/lib/python2.5 On Debian/Ubuntu anyway. -- http://mail.python.

Re: New Pythin user looking foe some good examples to study

2007-02-12 Thread GHUM
Johnny, look no further than your harddrive. The Python Standard Lib is full of code examples of Python programming for various uses. Just find where your packagemanager has installed them; within windows it is usually python24/lib or python25/lib I suspect them to be below usr/lib on linux.

New Pythin user looking foe some good examples to study

2007-02-11 Thread Johnny Garcia
I have just discovered Python and am familiarizing myself with the syntax but I have always found that code examples where the best way for me to learn. Can anyone point me to a site with some good open source functioning python applications? I would appreciate any help. Also, does anyo