Try Zed Shaw's "Learning Python The Hard Way". Or S. Lott's "Building Python Skills".
UPDATE: I should have thought of the official tutorial first.
If you'd be willing to consider books, I've gotten a great deal out of Wesley Chun's "Core Python Programming".
I would recommend avoiding use of an IDE like NetBeans until you know how to use Python a bit more without it. I'd play around in the interactive terminal, accessible by typing python
into a command prompt (or on windows, finding and running the python.exe
file). As far as resources, there are a million easily available on Google. One you might want to use is "Learn Python the Hard Way"
精彩评论