PDA

View Full Version : Python Resources


kmj
03-28-2002, 01:18 PM
Here's the place to share all the useful python links with everyone...

I'll start with the obvious:

Python.org (http://www.python.org) - ultimate resource

inkedmn
03-28-2002, 01:26 PM
if you're on IRC (on openprojects.net, specifically), the folks in #python are usually very helpful.

i also like www.vex.net/parnassus (The Vaults of Parnassus).

and python.org is a BIG help... :)

GnuVince
03-28-2002, 04:45 PM
http://www.ibiblio.org/obp/thinkCSpy/

This is what got me into Python. A very good tutorial where they explain basic things in basic terms, so no one is lost. And then you can go to Python.org to fetch more information about the different methods of the different modules.

inkedmn
04-03-2002, 05:56 PM
this one looks pretty good too : http://www.mindview.net/Books/TIPython

thinking in python by bruce eckel

Strike
04-05-2002, 10:58 AM
Another cool book:
http://www.diveintopython.org

inkedmn
05-03-2002, 02:57 PM
www.pyzine.com

inkedmn
05-14-2002, 11:06 PM
http://python.oreilly.com
http://starship.python.net

Benny
06-05-2002, 03:23 AM
http://www.tldp.org/LDP/LG/issue78/krishnakumar.html

A nice step by step (sorta) guide to creating a scientific calculator using pyGTK..

Benny
07-11-2002, 02:34 AM
www.uselesspython.com

kmj
08-09-2002, 05:12 PM
http://www.livewires.org.uk/python/inexp.html


This looks like a handy tutorial for those new to python

kmj
08-25-2002, 12:17 PM
a list of links for debugging (http://aspn.activestate.com/ASPN/Cookbook/Python?kwd=Debugging)


Oh, and that's inside the python cookbook, which is itself a great resource.

jemfinch
08-27-2002, 03:32 PM
kmj: Those debuggin links ROCK! I'm definitely going to integrate some of that stuff into my bot's debug module :)

Jeremy

Halide
10-04-2002, 12:40 AM
Originally posted by Strike
Another cool book:
http://www.diveintopython.org
should have visited this thread but somehow I missed it :)

kmj
10-16-2002, 01:08 PM
IBM DeveloperWorks article:
Optimizing Python with Psyco (http://www-106.ibm.com/developerworks/linux/library/l-psyco.html?dwzone=linux)

Includes an overview of alternative optimization methods. Very cool. (Thanks go to strike for pointing this out..)

Benny
12-17-2002, 12:28 AM
Curses Programming With Python:
http://www-106.ibm.com/developerworks/linux/library/l-python6.html?dwzone=linux

TK programming in Python:
http://www-106.ibm.com/developerworks/library/l-tkprg/index.html

wxPython for newbies:
http://www-106.ibm.com/developerworks/library/l-wxpy/index.html

SolarBear
01-31-2004, 09:44 AM
An excellent tutorial from IBM on socket programming under Linux, for both C and Python. At first glance, Python scripts should work fine on other OSes too.

Programming Linux sockets Part I :
http://www-106.ibm.com/developerworks/edu/l-dw-linux-sock-i.html

Programming Linux sockets Part II :
http://www-106.ibm.com/developerworks/edu/l-dw-linux-sock2-i.html

Zatoichi
04-21-2004, 06:53 AM
I just came across this website full of Python related links... I've checked around the posts and haven't seen it, so here it goes...

http://www.cbel.com/python_programming_language/


enjoy it.... :plot: