Learning Python

Daniel Schüle uval at rz.uni-karlsruhe.de
Tue Oct 11 13:46:05 EDT 2005


Paul DiRezze wrote:
> I'm spending the next two weeks off and I'm looking to take a crack at 
> learning how to program in Python.  Here's a list of the places I've 
> bookmarked:
> 
> http://www.python.org/doc/ and more specifically
> http://wiki.python.org/moin/
> http://wiki.python.org/moin/BeginnersGuide
> http://www.python.org/doc/Intros.html
> http://www.python.org/topics/
> 
> I'm looking for additional resources (links, names of books, 
> whatever...) that you think may help me out.
> 
> I'm a hobby programmer using mostly BASIC(s) and some Java.  I know 
> procedural programming and I know what encapsulation, inheritance and 
> polymorphism are but I have very little experience in using them as I've 
> written just a few Java programs (i.e., I guess I could use a primer in 
> OO programming).
> 
> Any ideas?

just play a little with interactive python interpreter
this is how I made my first steps

hth




More information about the Python-list mailing list