Learning Python

P

Paul DiRezze

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?

paul
 
M

Matt Feinstein

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?

http://diveintopython.org/


Matt Feinstein
 
H

hrh1818

A good introduction to Python is the recently published book "Beginning
Python from Novice to Pro". It provides a quick introduction to
Python, skips a lot of the details hard core programmers expect, and
has very few samples of difficult to understand lines of code that can
easily discourage the novice programmer.
 
T

Terry Hancock

I'm spending the next two weeks off and I'm looking to take a crack at
learning how to program in Python. [...]

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 learned from "Learning Python" from O'Reilly. There's a new
edition out that covers a somewhat more recent version
of Python (2.3, I think).

I learned BASIC as a teen -- Fortran, Pascal, C, and a bit of C++
later, so I think you probably have a similar PoV to what
I had.

Cheers,
Terry
 
M

Markus

I do highly recommend this site, too.
Listen to the python411 podcast shows. It's great.
 
?

=?ISO-8859-1?Q?Daniel_Sch=FCle?=

Paul said:
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
 
M

Markus Rosenstihl

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,266
Messages
2,571,342
Members
48,018
Latest member
DelilahDen

Latest Threads

Top