[Python-es] Documentación desde la terminal de comandos.
Jose Caballero
jcaballero.hep en gmail.com
Jue Jun 7 16:38:20 CEST 2012
El 7 de junio de 2012 10:31, Diego Uribe Gamez
<diego.uribe.gamez en gmail.com>escribió:
> Pues la verdad es que no logro encontrar documentación de como se usa la
> terminal help(),
>
Te lo da el mismo.
$ python
Python 2.4.3 (#1, Aug 29 2011, 10:55:55)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-51)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> help
Type help() for interactive help, or help(object) for help about object.
>>> help()
Welcome to Python 2.4! 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>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://mail.python.org/pipermail/python-es/attachments/20120607/f4a59b0c/attachment.html>
Más información sobre la lista de distribución Python-es