在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python 2.7.9 Documentation

Python 2.7.9 Documentation

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:2.19M
  • 下载次数:3
  • 浏览次数:51
  • 发布时间:2023-04-13
  • 实例类别:Python语言基础
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 相关标签: python doc en py IO

实例介绍

【实例简介】Python 2.7.9 Documentation

python 2.7.9的用户手册。These archives contain all the content in the documentation.

python-2.7.9-docs-text

【实例截图】

from clipboard

【核心代码】
文件清单
└── python-2.7.9-docs-text
    ├── about.txt
    ├── bugs.txt
    ├── c-api
    │   ├── abstract.txt
    │   ├── allocation.txt
    │   ├── arg.txt
    │   ├── bool.txt
    │   ├── buffer.txt
    │   ├── bytearray.txt
    │   ├── capsule.txt
    │   ├── cell.txt
    │   ├── class.txt
    │   ├── cobject.txt
    │   ├── codec.txt
    │   ├── code.txt
    │   ├── complex.txt
    │   ├── concrete.txt
    │   ├── conversion.txt
    │   ├── datetime.txt
    │   ├── descriptor.txt
    │   ├── dict.txt
    │   ├── exceptions.txt
    │   ├── file.txt
    │   ├── float.txt
    │   ├── function.txt
    │   ├── gcsupport.txt
    │   ├── gen.txt
    │   ├── import.txt
    │   ├── index.txt
    │   ├── init.txt
    │   ├── intro.txt
    │   ├── int.txt
    │   ├── iterator.txt
    │   ├── iter.txt
    │   ├── list.txt
    │   ├── long.txt
    │   ├── mapping.txt
    │   ├── marshal.txt
    │   ├── memory.txt
    │   ├── method.txt
    │   ├── module.txt
    │   ├── none.txt
    │   ├── number.txt
    │   ├── objbuffer.txt
    │   ├── object.txt
    │   ├── objimpl.txt
    │   ├── refcounting.txt
    │   ├── reflection.txt
    │   ├── sequence.txt
    │   ├── set.txt
    │   ├── slice.txt
    │   ├── string.txt
    │   ├── structures.txt
    │   ├── sys.txt
    │   ├── tuple.txt
    │   ├── typeobj.txt
    │   ├── type.txt
    │   ├── unicode.txt
    │   ├── utilities.txt
    │   ├── veryhigh.txt
    │   └── weakref.txt
    ├── contents.txt
    ├── copyright.txt
    ├── distributing
    │   └── index.txt
    ├── distutils
    │   ├── apiref.txt
    │   ├── builtdist.txt
    │   ├── commandref.txt
    │   ├── configfile.txt
    │   ├── examples.txt
    │   ├── extending.txt
    │   ├── index.txt
    │   ├── introduction.txt
    │   ├── packageindex.txt
    │   ├── setupscript.txt
    │   ├── sourcedist.txt
    │   └── uploading.txt
    ├── extending
    │   ├── building.txt
    │   ├── embedding.txt
    │   ├── extending.txt
    │   ├── index.txt
    │   ├── newtypes.txt
    │   └── windows.txt
    ├── faq
    │   ├── design.txt
    │   ├── extending.txt
    │   ├── general.txt
    │   ├── gui.txt
    │   ├── index.txt
    │   ├── installed.txt
    │   ├── library.txt
    │   ├── programming.txt
    │   └── windows.txt
    ├── glossary.txt
    ├── howto
    │   ├── argparse.txt
    │   ├── cporting.txt
    │   ├── curses.txt
    │   ├── descriptor.txt
    │   ├── doanddont.txt
    │   ├── functional.txt
    │   ├── index.txt
    │   ├── logging-cookbook.txt
    │   ├── logging.txt
    │   ├── pyporting.txt
    │   ├── regex.txt
    │   ├── sockets.txt
    │   ├── sorting.txt
    │   ├── unicode.txt
    │   ├── urllib2.txt
    │   └── webservers.txt
    ├── install
    │   └── index.txt
    ├── installing
    │   └── index.txt
    ├── library
    │   ├── 2to3.txt
    │   ├── abc.txt
    │   ├── aepack.txt
    │   ├── aetools.txt
    │   ├── aetypes.txt
    │   ├── aifc.txt
    │   ├── allos.txt
    │   ├── al.txt
    │   ├── anydbm.txt
    │   ├── archiving.txt
    │   ├── argparse.txt
    │   ├── array.txt
    │   ├── ast.txt
    │   ├── asynchat.txt
    │   ├── asyncore.txt
    │   ├── atexit.txt
    │   ├── audioop.txt
    │   ├── autogil.txt
    │   ├── base64.txt
    │   ├── basehttpserver.txt
    │   ├── bastion.txt
    │   ├── bdb.txt
    │   ├── binascii.txt
    │   ├── binhex.txt
    │   ├── bisect.txt
    │   ├── bsddb.txt
    │   ├── __builtin__.txt
    │   ├── bz2.txt
    │   ├── calendar.txt
    │   ├── carbon.txt
    │   ├── cd.txt
    │   ├── cgihttpserver.txt
    │   ├── cgitb.txt
    │   ├── cgi.txt
    │   ├── chunk.txt
    │   ├── cmath.txt
    │   ├── cmd.txt
    │   ├── codecs.txt
    │   ├── codeop.txt
    │   ├── code.txt
    │   ├── collections.txt
    │   ├── colorpicker.txt
    │   ├── colorsys.txt
    │   ├── commands.txt
    │   ├── compileall.txt
    │   ├── compiler.txt
    │   ├── configparser.txt
    │   ├── constants.txt
    │   ├── contextlib.txt
    │   ├── cookielib.txt
    │   ├── cookie.txt
    │   ├── copy_reg.txt
    │   ├── copy.txt
    │   ├── crypto.txt
    │   ├── crypt.txt
    │   ├── csv.txt
    │   ├── ctypes.txt
    │   ├── curses.ascii.txt
    │   ├── curses.panel.txt
    │   ├── curses.txt
    │   ├── custominterp.txt
    │   ├── datatypes.txt
    │   ├── datetime.txt
    │   ├── dbhash.txt
    │   ├── dbm.txt
    │   ├── debug.txt
    │   ├── decimal.txt
    │   ├── development.txt
    │   ├── difflib.txt
    │   ├── dircache.txt
    │   ├── distribution.txt
    │   ├── distutils.txt
    │   ├── dis.txt
    │   ├── dl.txt
    │   ├── doctest.txt
    │   ├── docxmlrpcserver.txt
    │   ├── dumbdbm.txt
    │   ├── dummy_threading.txt
    │   ├── dummy_thread.txt
    │   ├── easydialogs.txt
    │   ├── email.charset.txt
    │   ├── email.encoders.txt
    │   ├── email.errors.txt
    │   ├── email-examples.txt
    │   ├── email.generator.txt
    │   ├── email.header.txt
    │   ├── email.iterators.txt
    │   ├── email.message.txt
    │   ├── email.mime.txt
    │   ├── email.parser.txt
    │   ├── email.txt
    │   ├── email.util.txt
    │   ├── ensurepip.txt
    │   ├── errno.txt
    │   ├── exceptions.txt
    │   ├── fcntl.txt
    │   ├── filecmp.txt
    │   ├── fileformats.txt
    │   ├── fileinput.txt
    │   ├── filesys.txt
    │   ├── fl.txt
    │   ├── fm.txt
    │   ├── fnmatch.txt
    │   ├── formatter.txt
    │   ├── fpectl.txt
    │   ├── fpformat.txt
    │   ├── fractions.txt
    │   ├── frameworks.txt
    │   ├── framework.txt
    │   ├── ftplib.txt
    │   ├── functions.txt
    │   ├── functools.txt
    │   ├── future_builtins.txt
    │   ├── __future__.txt
    │   ├── gc.txt
    │   ├── gdbm.txt
    │   ├── gensuitemodule.txt
    │   ├── getopt.txt
    │   ├── getpass.txt
    │   ├── gettext.txt
    │   ├── glob.txt
    │   ├── gl.txt
    │   ├── grp.txt
    │   ├── gzip.txt
    │   ├── hashlib.txt
    │   ├── heapq.txt
    │   ├── hmac.txt
    │   ├── hotshot.txt
    │   ├── htmllib.txt
    │   ├── htmlparser.txt
    │   ├── httplib.txt
    │   ├── i18n.txt
    │   ├── ic.txt
    │   ├── idle.txt
    │   ├── imageop.txt
    │   ├── imaplib.txt
    │   ├── imgfile.txt
    │   ├── imghdr.txt
    │   ├── importlib.txt
    │   ├── imp.txt
    │   ├── imputil.txt
    │   ├── index.txt
    │   ├── inspect.txt
    │   ├── internet.txt
    │   ├── intro.txt
    │   ├── io.txt
    │   ├── ipc.txt
    │   ├── itertools.txt
    │   ├── jpeg.txt
    │   ├── json.txt
    │   ├── keyword.txt
    │   ├── language.txt
    │   ├── linecache.txt
    │   ├── locale.txt
    │   ├── logging.config.txt
    │   ├── logging.handlers.txt
    │   ├── logging.txt
    │   ├── macosa.txt
    │   ├── macostools.txt
    │   ├── macos.txt
    │   ├── macpath.txt
    │   ├── mac.txt
    │   ├── mailbox.txt
    │   ├── mailcap.txt
    │   ├── __main__.txt
    │   ├── markup.txt
    │   ├── marshal.txt
    │   ├── math.txt
    │   ├── md5.txt
    │   ├── mhlib.txt
    │   ├── mimetools.txt
    │   ├── mimetypes.txt
    │   ├── mimewriter.txt
    │   ├── mimify.txt
    │   ├── miniaeframe.txt
    │   ├── misc.txt
    │   ├── mmap.txt
    │   ├── mm.txt
    │   ├── modulefinder.txt
    │   ├── modules.txt
    │   ├── msilib.txt
    │   ├── msvcrt.txt
    │   ├── multifile.txt
    │   ├── multiprocessing.txt
    │   ├── mutex.txt
    │   ├── netdata.txt
    │   ├── netrc.txt
    │   ├── new.txt
    │   ├── nis.txt
    │   ├── nntplib.txt
    │   ├── numbers.txt
    │   ├── numeric.txt
    │   ├── operator.txt
    │   ├── optparse.txt
    │   ├── os.path.txt
    │   ├── ossaudiodev.txt
    │   ├── os.txt
    │   ├── othergui.txt
    │   ├── parser.txt
    │   ├── pdb.txt
    │   ├── persistence.txt
    │   ├── pickletools.txt
    │   ├── pickle.txt
    │   ├── pipes.txt
    │   ├── pkgutil.txt
    │   ├── platform.txt
    │   ├── plistlib.txt
    │   ├── popen2.txt
    │   ├── poplib.txt
    │   ├── posixfile.txt
    │   ├── posix.txt
    │   ├── pprint.txt
    │   ├── profile.txt
    │   ├── pty.txt
    │   ├── pwd.txt
    │   ├── pyclbr.txt
    │   ├── py_compile.txt
    │   ├── pydoc.txt
    │   ├── pyexpat.txt
    │   ├── python.txt
    │   ├── queue.txt
    │   ├── quopri.txt
    │   ├── random.txt
    │   ├── readline.txt
    │   ├── repr.txt
    │   ├── resource.txt
    │   ├── restricted.txt
    │   ├── re.txt
    │   ├── rexec.txt
    │   ├── rfc822.txt
    │   ├── rlcompleter.txt
    │   ├── robotparser.txt
    │   ├── runpy.txt
    │   ├── sched.txt
    │   ├── scrolledtext.txt
    │   ├── select.txt
    │   ├── sets.txt
    │   ├── sgi.txt
    │   ├── sgmllib.txt
    │   ├── sha.txt
    │   ├── shelve.txt
    │   ├── shlex.txt
    │   ├── shutil.txt
    │   ├── signal.txt
    │   ├── simplehttpserver.txt
    │   ├── simplexmlrpcserver.txt
    │   ├── site.txt
    │   ├── smtpd.txt
    │   ├── smtplib.txt
    │   ├── sndhdr.txt
    │   ├── socketserver.txt
    │   ├── socket.txt
    │   ├── someos.txt
    │   ├── spwd.txt
    │   ├── sqlite3.txt
    │   ├── ssl.txt
    │   ├── stat.txt
    │   ├── statvfs.txt
    │   ├── stdtypes.txt
    │   ├── stringio.txt
    │   ├── stringprep.txt
    │   ├── strings.txt
    │   ├── string.txt
    │   ├── struct.txt
    │   ├── subprocess.txt
    │   ├── sunaudio.txt
    │   ├── sunau.txt
    │   ├── sun.txt
    │   ├── symbol.txt
    │   ├── symtable.txt
    │   ├── sysconfig.txt
    │   ├── syslog.txt
    │   ├── sys.txt
    │   ├── tabnanny.txt
    │   ├── tarfile.txt
    │   ├── telnetlib.txt
    │   ├── tempfile.txt
    │   ├── termios.txt
    │   ├── test.txt
    │   ├── textwrap.txt
    │   ├── threading.txt
    │   ├── thread.txt
    │   ├── timeit.txt
    │   ├── time.txt
    │   ├── tix.txt
    │   ├── tkinter.txt
    │   ├── tk.txt
    │   ├── tokenize.txt
    │   ├── token.txt
    │   ├── traceback.txt
    │   ├── trace.txt
    │   ├── ttk.txt
    │   ├── tty.txt
    │   ├── turtle.txt
    │   ├── types.txt
    │   ├── undoc.txt
    │   ├── unicodedata.txt
    │   ├── unittest.txt
    │   ├── unix.txt
    │   ├── urllib2.txt
    │   ├── urllib.txt
    │   ├── urlparse.txt
    │   ├── userdict.txt
    │   ├── user.txt
    │   ├── uuid.txt
    │   ├── uu.txt
    │   ├── warnings.txt
    │   ├── wave.txt
    │   ├── weakref.txt
    │   ├── webbrowser.txt
    │   ├── whichdb.txt
    │   ├── windows.txt
    │   ├── _winreg.txt
    │   ├── winsound.txt
    │   ├── wsgiref.txt
    │   ├── xdrlib.txt
    │   ├── xml.dom.minidom.txt
    │   ├── xml.dom.pulldom.txt
    │   ├── xml.dom.txt
    │   ├── xml.etree.elementtree.txt
    │   ├── xmlrpclib.txt
    │   ├── xml.sax.handler.txt
    │   ├── xml.sax.reader.txt
    │   ├── xml.sax.txt
    │   ├── xml.sax.utils.txt
    │   ├── xml.txt
    │   ├── zipfile.txt
    │   ├── zipimport.txt
    │   └── zlib.txt
    ├── license.txt
    ├── reference
    │   ├── compound_stmts.txt
    │   ├── datamodel.txt
    │   ├── executionmodel.txt
    │   ├── expressions.txt
    │   ├── grammar.txt
    │   ├── index.txt
    │   ├── introduction.txt
    │   ├── lexical_analysis.txt
    │   ├── simple_stmts.txt
    │   └── toplevel_components.txt
    ├── tutorial
    │   ├── appendix.txt
    │   ├── appetite.txt
    │   ├── classes.txt
    │   ├── controlflow.txt
    │   ├── datastructures.txt
    │   ├── errors.txt
    │   ├── floatingpoint.txt
    │   ├── index.txt
    │   ├── inputoutput.txt
    │   ├── interactive.txt
    │   ├── interpreter.txt
    │   ├── introduction.txt
    │   ├── modules.txt
    │   ├── stdlib2.txt
    │   ├── stdlib.txt
    │   └── whatnow.txt
    ├── using
    │   ├── cmdline.txt
    │   ├── index.txt
    │   ├── mac.txt
    │   ├── unix.txt
    │   └── windows.txt
    └── whatsnew
        ├── 2.0.txt
        ├── 2.1.txt
        ├── 2.2.txt
        ├── 2.3.txt
        ├── 2.4.txt
        ├── 2.5.txt
        ├── 2.6.txt
        ├── 2.7.txt
        └── index.txt

14 directories, 479 files

标签: python doc en py IO

实例下载地址

Python 2.7.9 Documentation

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警