Sunteți pe pagina 1din 3

PYTHON 3.2.2 HELP LIST Python 3.2.2 (default, Sep 4 2011, 09:51:08) [MSC v.

1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> help Type help() for interactive help, or help(object) for help about object. >>> help() Welcome to Python 3.2! 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://docs.python.org/tutorial/. 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> keywords Here is a list of the Python keywords. False None True and as assert break class continue help> topics Here is a list of available topics. ASSERTION ASSIGNMENT ATTRIBUTEMETHODS ATTRIBUTES AUGMENTEDASSIGNMENT BASICMETHODS BINARY BITWISE BOOLEAN CALLABLEMETHODS CALLS CLASSES CODEOBJECTS COMPARISON COMPLEX CONDITIONAL CONTEXTMANAGERS CONVERSIONS DEBUGGING help> modules Please wait a moment while I gather a list of all available modules... AutoComplete AutoCompleteWindow AutoExpand Bindings CallTipWindow CallTips _sha1 _sha256 _sha512 _socket _sqlite3 _sre formatter fractions ftplib functools gc genericpath Page 1 quopri random re reprlib rlcompleter rpc Enter any topic name to get more help. LITERALS LOOPING MAPPINGMETHODS MAPPINGS METHODS MODULES NAMESPACES NONE NUMBERMETHODS NUMBERS OBJECTS OPERATORS PACKAGES POWER PRECEDENCE PRIVATENAMES RETURNING SCOPING SEQUENCEMETHODS SEQUENCES SHIFTING SLICINGS SPECIALATTRIBUTES SPECIALIDENTIFIERS SPECIALMETHODS STRINGMETHODS STRINGS SUBSCRIPTS TRACEBACKS TRUTHVALUE TUPLELITERALS TUPLES TYPEOBJECTS TYPES UNARY UNICODE def del elif else except finally for from global Enter any keyword to get more help. if import in is lambda nonlocal not or pass raise return try while with yield

DELETION DICTIONARIES DICTIONARYLITERALS DYNAMICFEATURES ELLIPSIS EXCEPTIONS EXECUTION EXPRESSIONS FILES FLOAT FORMATTING FRAMEOBJECTS FRAMES FUNCTIONS IDENTIFIERS IMPORTING INTEGER LISTLITERALS LISTS

ClassBrowser CodeContext ColorDelegator Debugger Delegator EditorWindow FileList FormatParagraph GrepDialog HyperParser IOBinding IdleHistory MultiCall MultiStatusBar ObjectBrowser OutputWindow ParenMatch PathBrowser Percolator PyParse PyShell RemoteDebugger RemoteObjectBrowser ReplaceDialog RstripExtension ScriptBinding ScrolledList SearchDialog SearchDialogBase SearchEngine StackViewer ToolTip TreeWidget UndoDelegator WidgetRedirector WindowList ZoomHeight __future__ _abcoll _ast _bisect _codecs _codecs_cn _codecs_hk _codecs_iso2022 _codecs_jp _codecs_kr _codecs_tw _collections _compat_pickle _csv _ctypes _ctypes_test _datetime _dummy_thread _elementtree _functools _hashlib _heapq _io _json _locale _lsprof _markupbase _md5 _msi _multibytecodec _multiprocessing _pickle

_ssl getopt _string getpass _strptime gettext _struct glob _subprocess gzip _symtable hashlib _testcapi heapq _thread hmac _threading_local html _tkinter http _warnings idle _weakref idlelib _weakrefset idlever abc imaplib aboutDialog imghdr aifc imp antigravity importlib argparse inspect array io ast itertools asynchat json asyncore keybindingDialog atexit keyword audioop lib2to3 base64 linecache bdb locale binascii logging binhex macosxSupport bisect macpath builtins macurl2path bz2 mailbox cProfile mailcap calendar marshal cgi math cgitb mimetypes chunk mmap cmath modulefinder cmd msilib code msvcrt codecs multiprocessing codeop netrc collections nntplib colorsys nt compileall ntpath concurrent nturl2path configDialog numbers configHandler opcode configHelpSourceEdit operator configSectionNameDialog optparse configparser os contextlib os2emxpath copy parser copyreg pdb csv pickle ctypes pickletools curses pipes datetime pkgutil dbm platform decimal plistlib difflib poplib dis posixpath distutils pprint doctest profile dummy_threading pstats dynOptionMenuWidget pty email py_compile encodings pyclbr errno pydoc filecmp pydoc_data

run runpy sched select shelve shlex shutil signal site smtpd smtplib sndhdr socket socketserver sqlite3 sre_compile sre_constants sre_parse ssl stat string stringprep struct subprocess sunau symbol symtable sys sysconfig tabbedpages tabnanny tarfile telnetlib tempfile test testcode textView textwrap this threading time timeit tkinter token tokenize trace traceback tty turtle turtledemo types unicodedata unittest urllib uu uuid warnings wave weakref webbrowser winreg winsound wsgiref xdrlib xml xmlrpc xxsubtype zipfile zipimport

Page 2

_pyio _random

fileinput fnmatch

pyexpat queue

zlib

Enter any module name to get more help. Or, type "modules spam" to search for modules whose descriptions contain the word "spam". help>

Page 3

S-ar putea să vă placă și