嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Python3.0 Tutorial 简体中文版
Python3.0 Tutorial 简体中文版 发布! 译者:刘鑫 尹伟铭 Kernel1983 HTML制作:刘鑫
.
├── 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