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
http://www.daniweb.com/code/python.html
http://www.pythonchallenge.com/
--
http://mail.python.org/mailman/listinfo/python-list
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
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.
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.
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