954,557 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Is there any place where you can find a complete list of python commands?

Is there any place where you can find a complete list of python commands?

I have googled and skimed through the tutorial and I can't find any place where I can find a complete list of python commands and examples on how to use them?

If there isn't one I suggest that we make one!

We create a wiki where anyone can post a command and an example to go with it!

For example:

LIST OF COMMANDS IN PYTHON

1.) print
Used to display text

Example: print "hello world"
Result: hello world

Any ideas on how to do this? Comments? Opinions?

fanfan1313
Newbie Poster
2 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 
shanenin
Posting Whiz in Training
217 posts since May 2005
Reputation Points: 10
Solved Threads: 17
 

The problem with the standard helpfile at:
http://www.python.org/doc/2.3.5/lib/lib.html
is the lack of examples. The few examples given are dreadful at best, and many are littered with those blurring >>> prompts.

Yes, a wiki with helpful code snippets would be very nice. However, you need a good way to reference and crossreference. The other way would be to doctor up the lib.html file and the indexing.

There are some languages out there that have excellent help files with lots of sample code. Look at Ruby, BCX basic, and I understand Borland C++ has a good one too.

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

Currently I don't have the resources or the experience to set up a wiki.....maybe one day...

Thanks for the web site, it is better than what I was dealing with.

fanfan1313
Newbie Poster
2 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You