在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python3.0 Tutorial 简体中文版

Python3.0 Tutorial 简体中文版

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:2.46M
  • 下载次数:4
  • 浏览次数:14
  • 发布时间:2023-10-16
  • 实例类别:Python语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.7z
  • 所需积分:2
 相关标签: Tutorial Python3 python 中文版 3.0

实例介绍

【实例简介】Python3.0 Tutorial 简体中文版
Python3.0 Tutorial 简体中文版 发布! 译者:刘鑫 尹伟铭 Kernel1983 HTML制作:刘鑫

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── Python3.0 Tutorial 简体中文版_Python_v3.0c1_PyTutorial_zh081031.7z
└── Python_v3.0c1_PyTutorial_zh081031
    └── html
        ├── _sources
        │   ├── about.txt
        │   ├── bugs.txt
        │   ├── c-api
        │   │   ├── abstract.txt
        │   │   ├── allocation.txt
        │   │   ├── arg.txt
        │   │   ├── bool.txt
        │   │   ├── buffer.txt
        │   │   ├── bytearray.txt
        │   │   ├── bytes.txt
        │   │   ├── cell.txt
        │   │   ├── cobject.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
        │   │   ├── iter.txt
        │   │   ├── iterator.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
        │   │   ├── structures.txt
        │   │   ├── sys.txt
        │   │   ├── tuple.txt
        │   │   ├── type.txt
        │   │   ├── typeobj.txt
        │   │   ├── unicode.txt
        │   │   ├── utilities.txt
        │   │   ├── veryhigh.txt
        │   │   └── weakref.txt
        │   ├── contents.txt
        │   ├── copyright.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
        │   ├── documenting
        │   │   ├── fromlatex.txt
        │   │   ├── index.txt
        │   │   ├── intro.txt
        │   │   ├── markup.txt
        │   │   ├── rest.txt
        │   │   ├── sphinx.txt
        │   │   └── style.txt
        │   ├── extending
        │   │   ├── building.txt
        │   │   ├── embedding.txt
        │   │   ├── extending.txt
        │   │   ├── index.txt
        │   │   ├── newtypes.txt
        │   │   └── windows.txt
        │   ├── glossary.txt
        │   ├── howto
        │   │   ├── advocacy.txt
        │   │   ├── curses.txt
        │   │   ├── doanddont.txt
        │   │   ├── functional.txt
        │   │   ├── index.txt
        │   │   ├── regex.txt
        │   │   ├── sockets.txt
        │   │   ├── unicode.txt
        │   │   ├── urllib2.txt
        │   │   └── webservers.txt
        │   ├── install
        │   │   └── index.txt
        │   ├── library
        │   │   ├── 2to3.txt
        │   │   ├── __future__.txt
        │   │   ├── __main__.txt
        │   │   ├── _dummy_thread.txt
        │   │   ├── _thread.txt
        │   │   ├── abc.txt
        │   │   ├── aifc.txt
        │   │   ├── allos.txt
        │   │   ├── archiving.txt
        │   │   ├── array.txt
        │   │   ├── ast.txt
        │   │   ├── asynchat.txt
        │   │   ├── asyncore.txt
        │   │   ├── atexit.txt
        │   │   ├── audioop.txt
        │   │   ├── base64.txt
        │   │   ├── bdb.txt
        │   │   ├── binascii.txt
        │   │   ├── binhex.txt
        │   │   ├── bisect.txt
        │   │   ├── builtins.txt
        │   │   ├── bz2.txt
        │   │   ├── calendar.txt
        │   │   ├── cgi.txt
        │   │   ├── cgitb.txt
        │   │   ├── chunk.txt
        │   │   ├── cmath.txt
        │   │   ├── cmd.txt
        │   │   ├── code.txt
        │   │   ├── codecs.txt
        │   │   ├── codeop.txt
        │   │   ├── collections.txt
        │   │   ├── colorsys.txt
        │   │   ├── compileall.txt
        │   │   ├── configparser.txt
        │   │   ├── constants.txt
        │   │   ├── contextlib.txt
        │   │   ├── copy.txt
        │   │   ├── copyreg.txt
        │   │   ├── crypt.txt
        │   │   ├── crypto.txt
        │   │   ├── csv.txt
        │   │   ├── ctypes.txt
        │   │   ├── curses.ascii.txt
        │   │   ├── curses.panel.txt
        │   │   ├── curses.txt
        │   │   ├── custominterp.txt
        │   │   ├── datatypes.txt
        │   │   ├── datetime.txt
        │   │   ├── dbm.txt
        │   │   ├── debug.txt
        │   │   ├── decimal.txt
        │   │   ├── development.txt
        │   │   ├── difflib.txt
        │   │   ├── dis.txt
        │   │   ├── distutils.txt
        │   │   ├── doctest.txt
        │   │   ├── dummy_threading.txt
        │   │   ├── email-examples.txt
        │   │   ├── email.charset.txt
        │   │   ├── email.encoders.txt
        │   │   ├── email.errors.txt
        │   │   ├── email.generator.txt
        │   │   ├── email.header.txt
        │   │   ├── email.iterators.txt
        │   │   ├── email.message.txt
        │   │   ├── email.mime.txt
        │   │   ├── email.parser.txt
        │   │   ├── email.txt
        │   │   ├── email.util.txt
        │   │   ├── errno.txt
        │   │   ├── exceptions.txt
        │   │   ├── fcntl.txt
        │   │   ├── filecmp.txt
        │   │   ├── fileformats.txt
        │   │   ├── fileinput.txt
        │   │   ├── filesys.txt
        │   │   ├── fnmatch.txt
        │   │   ├── formatter.txt
        │   │   ├── fpectl.txt
        │   │   ├── fractions.txt
        │   │   ├── frameworks.txt
        │   │   ├── ftplib.txt
        │   │   ├── functions.txt
        │   │   ├── functools.txt
        │   │   ├── gc.txt
        │   │   ├── getopt.txt
        │   │   ├── getpass.txt
        │   │   ├── gettext.txt
        │   │   ├── glob.txt
        │   │   ├── grp.txt
        │   │   ├── gzip.txt
        │   │   ├── hashlib.txt
        │   │   ├── heapq.txt
        │   │   ├── hmac.txt
        │   │   ├── html.entities.txt
        │   │   ├── html.parser.txt
        │   │   ├── http.client.txt
        │   │   ├── http.cookiejar.txt
        │   │   ├── http.cookies.txt
        │   │   ├── http.server.txt
        │   │   ├── i18n.txt
        │   │   ├── idle.txt
        │   │   ├── imaplib.txt
        │   │   ├── imghdr.txt
        │   │   ├── imp.txt
        │   │   ├── index.txt
        │   │   ├── inspect.txt
        │   │   ├── internet.txt
        │   │   ├── intro.txt
        │   │   ├── io.txt
        │   │   ├── ipc.txt
        │   │   ├── itertools.txt
        │   │   ├── json.txt
        │   │   ├── keyword.txt
        │   │   ├── language.txt
        │   │   ├── linecache.txt
        │   │   ├── locale.txt
        │   │   ├── logging.txt
        │   │   ├── macpath.txt
        │   │   ├── mailbox.txt
        │   │   ├── mailcap.txt
        │   │   ├── markup.txt
        │   │   ├── marshal.txt
        │   │   ├── math.txt
        │   │   ├── mimetypes.txt
        │   │   ├── misc.txt
        │   │   ├── mm.txt
        │   │   ├── mmap.txt
        │   │   ├── modulefinder.txt
        │   │   ├── modules.txt
        │   │   ├── msilib.txt
        │   │   ├── msvcrt.txt
        │   │   ├── multiprocessing.txt
        │   │   ├── netdata.txt
        │   │   ├── netrc.txt
        │   │   ├── nis.txt
        │   │   ├── nntplib.txt
        │   │   ├── numbers.txt
        │   │   ├── numeric.txt
        │   │   ├── objects.txt
        │   │   ├── operator.txt
        │   │   ├── optparse.txt
        │   │   ├── os.path.txt
        │   │   ├── os.txt
        │   │   ├── ossaudiodev.txt
        │   │   ├── othergui.txt
        │   │   ├── parser.txt
        │   │   ├── pdb.txt
        │   │   ├── persistence.txt
        │   │   ├── pickle.txt
        │   │   ├── pickletools.txt
        │   │   ├── pipes.txt
        │   │   ├── pkgutil.txt
        │   │   ├── platform.txt
        │   │   ├── plistlib.txt
        │   │   ├── poplib.txt
        │   │   ├── posix.txt
        │   │   ├── pprint.txt
        │   │   ├── profile.txt
        │   │   ├── pty.txt
        │   │   ├── pwd.txt
        │   │   ├── py_compile.txt
        │   │   ├── pyclbr.txt
        │   │   ├── pydoc.txt
        │   │   ├── pyexpat.txt
        │   │   ├── python.txt
        │   │   ├── queue.txt
        │   │   ├── quopri.txt
        │   │   ├── random.txt
        │   │   ├── re.txt
        │   │   ├── readline.txt
        │   │   ├── reprlib.txt
        │   │   ├── resource.txt
        │   │   ├── rlcompleter.txt
        │   │   ├── runpy.txt
        │   │   ├── sched.txt
        │   │   ├── select.txt
        │   │   ├── shelve.txt
        │   │   ├── shlex.txt
        │   │   ├── shutil.txt
        │   │   ├── signal.txt
        │   │   ├── site.txt
        │   │   ├── smtpd.txt
        │   │   ├── smtplib.txt
        │   │   ├── sndhdr.txt
        │   │   ├── socket.txt
        │   │   ├── socketserver.txt
        │   │   ├── someos.txt
        │   │   ├── spwd.txt
        │   │   ├── sqlite3.txt
        │   │   ├── ssl.txt
        │   │   ├── stat.txt
        │   │   ├── stdtypes.txt
        │   │   ├── string.txt
        │   │   ├── stringprep.txt
        │   │   ├── strings.txt
        │   │   ├── struct.txt
        │   │   ├── subprocess.txt
        │   │   ├── sunau.txt
        │   │   ├── symbol.txt
        │   │   ├── symtable.txt
        │   │   ├── sys.txt
        │   │   ├── syslog.txt
        │   │   ├── tabnanny.txt
        │   │   ├── tarfile.txt
        │   │   ├── telnetlib.txt
        │   │   ├── tempfile.txt
        │   │   ├── termios.txt
        │   │   ├── test.txt
        │   │   ├── textwrap.txt
        │   │   ├── threading.txt
        │   │   ├── time.txt
        │   │   ├── timeit.txt
        │   │   ├── tk.txt
        │   │   ├── tkinter.scrolledtext.txt
        │   │   ├── tkinter.tix.txt
        │   │   ├── tkinter.turtle.txt
        │   │   ├── tkinter.txt
        │   │   ├── token.txt
        │   │   ├── tokenize.txt
        │   │   ├── trace.txt
        │   │   ├── traceback.txt
        │   │   ├── tty.txt
        │   │   ├── types.txt
        │   │   ├── undoc.txt
        │   │   ├── unicodedata.txt
        │   │   ├── unittest.txt
        │   │   ├── unix.txt
        │   │   ├── urllib.error.txt
        │   │   ├── urllib.parse.txt
        │   │   ├── urllib.request.txt
        │   │   ├── urllib.robotparser.txt
        │   │   ├── uu.txt
        │   │   ├── uuid.txt
        │   │   ├── warnings.txt
        │   │   ├── wave.txt
        │   │   ├── weakref.txt
        │   │   ├── webbrowser.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
        │   │   ├── xml.sax.handler.txt
        │   │   ├── xml.sax.reader.txt
        │   │   ├── xml.sax.txt
        │   │   ├── xml.sax.utils.txt
        │   │   ├── xmlrpc.client.txt
        │   │   ├── xmlrpc.server.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
        │   │   ├── appetite.txt
        │   │   ├── classes.txt
        │   │   ├── controlflow.txt
        │   │   ├── datastructures.txt
        │   │   ├── errors.txt
        │   │   ├── floatingpoint.txt
        │   │   ├── index.txt
        │   │   ├── inputoutput.txt
        │   │   ├── interactive.txt
        │   │   ├── interpreter.txt
        │   │   ├── introduction.txt
        │   │   ├── modules.txt
        │   │   ├── stdlib.txt
        │   │   ├── stdlib2.txt
        │   │   └── whatnow.txt
        │   ├── using
        │   │   ├── cmdline.txt
        │   │   ├── index.txt
        │   │   ├── mac.txt
        │   │   ├── unix.txt
        │   │   └── windows.txt
        │   └── whatsnew
        │       └── 3.0.txt
        ├── _static
        │   ├── contents.png
        │   ├── default.css
        │   ├── doctools.js
        │   ├── file.png
        │   ├── jquery.js
        │   ├── minus.png
        │   ├── navigation.png
        │   ├── opensearch.xml
        │   ├── plus.png
        │   ├── py.png
        │   ├── pygments.css
        │   ├── rightsidebar.css
        │   ├── searchtools.js
        │   ├── sphinxdoc.css
        │   ├── stickysidebar.css
        │   └── traditional.css
        ├── about.html
        ├── bugs.html
        ├── c-api
        │   ├── abstract.html
        │   ├── allocation.html
        │   ├── arg.html
        │   ├── bool.html
        │   ├── buffer.html
        │   ├── bytearray.html
        │   ├── bytes.html
        │   ├── cell.html
        │   ├── cobject.html
        │   ├── complex.html
        │   ├── concrete.html
        │   ├── conversion.html
        │   ├── datetime.html
        │   ├── descriptor.html
        │   ├── dict.html
        │   ├── exceptions.html
        │   ├── file.html
        │   ├── float.html
        │   ├── function.html
        │   ├── gcsupport.html
        │   ├── gen.html
        │   ├── import.html
        │   ├── index.html
        │   ├── init.html
        │   ├── intro.html
        │   ├── iter.html
        │   ├── iterator.html
        │   ├── list.html
        │   ├── long.html
        │   ├── mapping.html
        │   ├── marshal.html
        │   ├── memory.html
        │   ├── method.html
        │   ├── module.html
        │   ├── none.html
        │   ├── number.html
        │   ├── objbuffer.html
        │   ├── object.html
        │   ├── objimpl.html
        │   ├── refcounting.html
        │   ├── reflection.html
        │   ├── sequence.html
        │   ├── set.html
        │   ├── slice.html
        │   ├── structures.html
        │   ├── sys.html
        │   ├── tuple.html
        │   ├── type.html
        │   ├── typeobj.html
        │   ├── unicode.html
        │   ├── utilities.html
        │   ├── veryhigh.html
        │   └── weakref.html
        ├── contents.html
        ├── copyright.html
        ├── distutils
        │   ├── apiref.html
        │   ├── builtdist.html
        │   ├── commandref.html
        │   ├── configfile.html
        │   ├── examples.html
        │   ├── extending.html
        │   ├── index.html
        │   ├── introduction.html
        │   ├── packageindex.html
        │   ├── setupscript.html
        │   ├── sourcedist.html
        │   └── uploading.html
        ├── documenting
        │   ├── fromlatex.html
        │   ├── index.html
        │   ├── intro.html
        │   ├── markup.html
        │   ├── rest.html
        │   ├── sphinx.html
        │   └── style.html
        ├── download.html
        ├── extending
        │   ├── building.html
        │   ├── embedding.html
        │   ├── extending.html
        │   ├── index.html
        │   ├── newtypes.html
        │   └── windows.html
        ├── genindex-A.html
        ├── genindex-B.html
        ├── genindex-C.html
        ├── genindex-D.html
        ├── genindex-E.html
        ├── genindex-F.html
        ├── genindex-G.html
        ├── genindex-H.html
        ├── genindex-I.html
        ├── genindex-J.html
        ├── genindex-K.html
        ├── genindex-L.html
        ├── genindex-M.html
        ├── genindex-N.html
        ├── genindex-O.html
        ├── genindex-P.html
        ├── genindex-Q.html
        ├── genindex-R.html
        ├── genindex-S.html
        ├── genindex-Symbols.html
        ├── genindex-T.html
        ├── genindex-U.html
        ├── genindex-V.html
        ├── genindex-W.html
        ├── genindex-X.html
        ├── genindex-Y.html
        ├── genindex-Z.html
        ├── genindex-_.html
        ├── genindex-all.html
        ├── genindex.html
        ├── glossary.html
        ├── howto
        │   ├── advocacy.html
        │   ├── curses.html
        │   ├── doanddont.html
        │   ├── functional.html
        │   ├── index.html
        │   ├── regex.html
        │   ├── sockets.html
        │   ├── unicode.html
        │   ├── urllib2.html
        │   └── webservers.html
        ├── index.html
        ├── install
        │   └── index.html
        ├── library
        │   ├── 2to3.html
        │   ├── __future__.html
        │   ├── __main__.html
        │   ├── _dummy_thread.html
        │   ├── _thread.html
        │   ├── abc.html
        │   ├── aifc.html
        │   ├── allos.html
        │   ├── archiving.html
        │   ├── array.html
        │   ├── ast.html
        │   ├── asynchat.html
        │   ├── asyncore.html
        │   ├── atexit.html
        │   ├── audioop.html
        │   ├── base64.html
        │   ├── bdb.html
        │   ├── binascii.html
        │   ├── binhex.html
        │   ├── bisect.html
        │   ├── builtins.html
        │   ├── bz2.html
        │   ├── calendar.html
        │   ├── cgi.html
        │   ├── cgitb.html
        │   ├── chunk.html
        │   ├── cmath.html
        │   ├── cmd.html
        │   ├── code.html
        │   ├── codecs.html
        │   ├── codeop.html
        │   ├── collections.html
        │   ├── colorsys.html
        │   ├── compileall.html
        │   ├── configparser.html
        │   ├── constants.html
        │   ├── contextlib.html
        │   ├── copy.html
        │   ├── copyreg.html
        │   ├── crypt.html
        │   ├── crypto.html
        │   ├── csv.html
        │   ├── ctypes.html
        │   ├── curses.ascii.html
        │   ├── curses.html
        │   ├── curses.panel.html
        │   ├── custominterp.html
        │   ├── datatypes.html
        │   ├── datetime.html
        │   ├── dbm.html
        │   ├── debug.html
        │   ├── decimal.html
        │   ├── development.html
        │   ├── difflib.html
        │   ├── dis.html
        │   ├── distutils.html
        │   ├── doctest.html
        │   ├── dummy_threading.html
        │   ├── email-examples.html
        │   ├── email.charset.html
        │   ├── email.encoders.html
        │   ├── email.errors.html
        │   ├── email.generator.html
        │   ├── email.header.html
        │   ├── email.html
        │   ├── email.iterators.html
        │   ├── email.message.html
        │   ├── email.mime.html
        │   ├── email.parser.html
        │   ├── email.util.html
        │   ├── errno.html
        │   ├── exceptions.html
        │   ├── fcntl.html
        │   ├── filecmp.html
        │   ├── fileformats.html
        │   ├── fileinput.html
        │   ├── filesys.html
        │   ├── fnmatch.html
        │   ├── formatter.html
        │   ├── fpectl.html
        │   ├── fractions.html
        │   ├── frameworks.html
        │   ├── ftplib.html
        │   ├── functions.html
        │   ├── functools.html
        │   ├── gc.html
        │   ├── getopt.html
        │   ├── getpass.html
        │   ├── gettext.html
        │   ├── glob.html
        │   ├── grp.html
        │   ├── gzip.html
        │   ├── hashlib.html
        │   ├── heapq.html
        │   ├── hmac.html
        │   ├── html.entities.html
        │   ├── html.parser.html
        │   ├── http.client.html
        │   ├── http.cookiejar.html
        │   ├── http.cookies.html
        │   ├── http.server.html
        │   ├── i18n.html
        │   ├── idle.html
        │   ├── imaplib.html
        │   ├── imghdr.html
        │   ├── imp.html
        │   ├── index.html
        │   ├── inspect.html
        │   ├── internet.html
        │   ├── intro.html
        │   ├── io.html
        │   ├── ipc.html
        │   ├── itertools.html
        │   ├── json.html
        │   ├── keyword.html
        │   ├── language.html
        │   ├── linecache.html
        │   ├── locale.html
        │   ├── logging.html
        │   ├── macpath.html
        │   ├── mailbox.html
        │   ├── mailcap.html
        │   ├── markup.html
        │   ├── marshal.html
        │   ├── math.html
        │   ├── mimetypes.html
        │   ├── misc.html
        │   ├── mm.html
        │   ├── mmap.html
        │   ├── modulefinder.html
        │   ├── modules.html
        │   ├── msilib.html
        │   ├── msvcrt.html
        │   ├── multiprocessing.html
        │   ├── netdata.html
        │   ├── netrc.html
        │   ├── nis.html
        │   ├── nntplib.html
        │   ├── numbers.html
        │   ├── numeric.html
        │   ├── objects.html
        │   ├── operator.html
        │   ├── optparse.html
        │   ├── os.html
        │   ├── os.path.html
        │   ├── ossaudiodev.html
        │   ├── othergui.html
        │   ├── parser.html
        │   ├── pdb.html
        │   ├── persistence.html
        │   ├── pickle.html
        │   ├── pickletools.html
        │   ├── pipes.html
        │   ├── pkgutil.html
        │   ├── platform.html
        │   ├── plistlib.html
        │   ├── poplib.html
        │   ├── posix.html
        │   ├── pprint.html
        │   ├── profile.html
        │   ├── pty.html
        │   ├── pwd.html
        │   ├── py_compile.html
        │   ├── pyclbr.html
        │   ├── pydoc.html
        │   ├── pyexpat.html
        │   ├── python.html
        │   ├── queue.html
        │   ├── quopri.html
        │   ├── random.html
        │   ├── re.html
        │   ├── readline.html
        │   ├── reprlib.html
        │   ├── resource.html
        │   ├── rlcompleter.html
        │   ├── runpy.html
        │   ├── sched.html
        │   ├── select.html
        │   ├── shelve.html
        │   ├── shlex.html
        │   ├── shutil.html
        │   ├── signal.html
        │   ├── site.html
        │   ├── smtpd.html
        │   ├── smtplib.html
        │   ├── sndhdr.html
        │   ├── socket.html
        │   ├── socketserver.html
        │   ├── someos.html
        │   ├── spwd.html
        │   ├── sqlite3.html
        │   ├── ssl.html
        │   ├── stat.html
        │   ├── stdtypes.html
        │   ├── string.html
        │   ├── stringprep.html
        │   ├── strings.html
        │   ├── struct.html
        │   ├── subprocess.html
        │   ├── sunau.html
        │   ├── symbol.html
        │   ├── symtable.html
        │   ├── sys.html
        │   ├── syslog.html
        │   ├── tabnanny.html
        │   ├── tarfile.html
        │   ├── telnetlib.html
        │   ├── tempfile.html
        │   ├── termios.html
        │   ├── test.html
        │   ├── textwrap.html
        │   ├── threading.html
        │   ├── time.html
        │   ├── timeit.html
        │   ├── tk.html
        │   ├── tkinter.html
        │   ├── tkinter.scrolledtext.html
        │   ├── tkinter.tix.html
        │   ├── tkinter.turtle.html
        │   ├── token.html
        │   ├── tokenize.html
        │   ├── trace.html
        │   ├── traceback.html
        │   ├── tty.html
        │   ├── types.html
        │   ├── undoc.html
        │   ├── unicodedata.html
        │   ├── unittest.html
        │   ├── unix.html
        │   ├── urllib.error.html
        │   ├── urllib.parse.html
        │   ├── urllib.request.html
        │   ├── urllib.robotparser.html
        │   ├── uu.html
        │   ├── uuid.html
        │   ├── warnings.html
        │   ├── wave.html
        │   ├── weakref.html
        │   ├── webbrowser.html
        │   ├── windows.html
        │   ├── winreg.html
        │   ├── winsound.html
        │   ├── wsgiref.html
        │   ├── xdrlib.html
        │   ├── xml.dom.html
        │   ├── xml.dom.minidom.html
        │   ├── xml.dom.pulldom.html
        │   ├── xml.etree.elementtree.html
        │   ├── xml.sax.handler.html
        │   ├── xml.sax.html
        │   ├── xml.sax.reader.html
        │   ├── xml.sax.utils.html
        │   ├── xmlrpc.client.html
        │   ├── xmlrpc.server.html
        │   ├── zipfile.html
        │   ├── zipimport.html
        │   └── zlib.html
        ├── license.html
        ├── modindex.html
        ├── objects.inv
        ├── reference
        │   ├── compound_stmts.html
        │   ├── datamodel.html
        │   ├── executionmodel.html
        │   ├── expressions.html
        │   ├── grammar.html
        │   ├── index.html
        │   ├── introduction.html
        │   ├── lexical_analysis.html
        │   ├── simple_stmts.html
        │   └── toplevel_components.html
        ├── search.html
        ├── searchindex.js
        ├── tutorial
        │   ├── appetite.html
        │   ├── classes.html
        │   ├── controlflow.html
        │   ├── datastructures.html
        │   ├── errors.html
        │   ├── floatingpoint.html
        │   ├── index.html
        │   ├── inputoutput.html
        │   ├── interactive.html
        │   ├── interpreter.html
        │   ├── introduction.html
        │   ├── modules.html
        │   ├── stdlib.html
        │   ├── stdlib2.html
        │   └── whatnow.html
        ├── using
        │   ├── cmdline.html
        │   ├── index.html
        │   ├── mac.html
        │   ├── unix.html
        │   └── windows.html
        └── whatsnew
            └── 3.0.html

26 directories, 819 files


实例下载地址

Python3.0 Tutorial 简体中文版

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警