aprender a usar

Joan Ordinas jordinas en gmail.com
Jue Ago 25 09:21:14 CEST 2005


On 8/25/05, fgaudino en sesa.cl <fgaudino en sesa.cl> wrote:
> no se si es que hay alguna
> forma de encontrar los comandos para hacer funcionar este sistema, o de

Claro que la hay. Mira lo que pasa al ejecutar python:

"
$ python
Python 2.3.3 (#1, May  7 2004, 10:31:40)
[GCC 3.3.3 20040412 (Red Hat Linux 3.3.3-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
"

Si lees la última linea, y le haces caso:

"
>>> help
Type help() for interactive help, or help(object) for help about object.
"

y sigues haciendo caso:

"
>>> help()
 
Welcome to Python 2.3!  This is the online help utility.
 
If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://www.python.org/doc/tut/.
 
Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules.  To quit this help utility and
return to the interpreter, just type "quit".
 
To get a list of available modules, keywords, or topics, type "modules",
"keywords", or "topics".  Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as "spam", type "modules spam".
 
help>
"

Simplemente lee lo que te dice Python y hazle caso...

JJOR




Más información sobre la lista de distribución Python-es