Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News Editorials & Other Articles General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

napoleon_in_rags

(3,992 posts)
6. Python is a surprisingly good resource to learn Python with.
Wed May 22, 2013, 04:01 AM
May 2013

With it installed, type python from the command list. Type:

range(6)
then type
help(range)
to learn about the function you just called. press 'q' to get out of help.
If works with modules too. type
import os
then type
help(os)
to see what's in the operating system module. press 'q' to get out.

I learned it after learning java, but what I found most helpful was just the tutorial on the python website.
http://docs.python.org/2/tutorial/

Maybe there's better ones if its your first language. Regardless, don't stop until you can do something you want to. Download Django for interactive websites in Python, or something like PIL for image processing, and learn the power. Its not long after your printing "hello world" that you can do some powerful stuff.


Recommendations

0 members have recommended this reply (displayed in chronological order):

I find the online stuff from MIT, Stanford (via iTunesU), and Google to usually be helpful. Make7 May 2013 #1
Thanks for the reply. Incitatus May 2013 #4
python is pure awesomeness congealed into poetry.. Phillip McCleod May 2013 #2
I have some HTML experience. Incitatus May 2013 #3
on windows there's an an extra step.. Phillip McCleod May 2013 #7
Yes Incitatus May 2013 #8
you are on it then... Phillip McCleod May 2013 #9
Dive Into Python Recursion May 2013 #5
Python is a surprisingly good resource to learn Python with. napoleon_in_rags May 2013 #6
Latest Discussions»Retired Forums»Website, DB, & Software Developers»What is a good resource t...»Reply #6