在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例常用Python方法 → 趣学python算法100例源码

趣学python算法100例源码

常用Python方法

下载此实例
  • 开发语言:Python
  • 实例大小:35.56M
  • 下载次数:49
  • 浏览次数:180
  • 发布时间:2022-10-10
  • 实例类别:常用Python方法
  • 发 布 人:飘雪97179
  • 文件格式:.zip
  • 所需积分:4
 相关标签: python算法 python py 算法

实例介绍

【实例简介】趣学python算法100例源码

【实例截图】

【核心代码】

.
├── HealthCode.suo
├── 趣学Python算法100例 源代码
│   ├── chapter1
│   │   ├── 1.1.1.py
│   │   ├── 1.1.2.py
│   │   ├── 1.1.py
│   │   ├── 1.10.py
│   │   ├── 1.2.1.py
│   │   ├── 1.2.py
│   │   ├── 1.3.py
│   │   ├── 1.4.1.py
│   │   ├── 1.4.2.py
│   │   ├── 1.4.3.py
│   │   ├── 1.4.py
│   │   ├── 1.5.1.py
│   │   ├── 1.5.2.py
│   │   ├── 1.5.py
│   │   ├── 1.6.1.py
│   │   ├── 1.6.py
│   │   ├── 1.7.py
│   │   ├── 1.8.1.py
│   │   ├── 1.8.2.py
│   │   ├── 1.8.py
│   │   ├── 1.9.1.py
│   │   ├── 1.9.2.py
│   │   ├── 1.9.3.py
│   │   ├── 1.9.py
│   │   └── __init__.py
│   ├── chapter10
│   │   ├── 10.1.1.py
│   │   ├── 10.1.py
│   │   ├── 10.2.py
│   │   ├── 10.3.py
│   │   ├── 10.4.1.py
│   │   ├── 10.4.py
│   │   ├── 10.5.py
│   │   ├── 10.6.py
│   │   └── __init__.py
│   ├── chapter11
│   │   ├── 11.1.1.py
│   │   ├── 11.1.py
│   │   ├── 11.2.py
│   │   ├── 11.3.1.py
│   │   ├── 11.3.py
│   │   ├── 11.4.1.py
│   │   ├── 11.4.py
│   │   ├── 11.5.1.py
│   │   ├── 11.5.2.py
│   │   ├── 11.5.3.py
│   │   ├── 11.5.4.py
│   │   ├── 11.5.py
│   │   ├── 11.6.1.py
│   │   ├── 11.6.2.py
│   │   ├── 11.6.py
│   │   ├── 11.7.py
│   │   ├── 11.8.1.py
│   │   ├── 11.8.2.py
│   │   ├── 11.8.3.py
│   │   ├── 11.8.py
│   │   ├── 3DPlot.html
│   │   ├── __init__.py
│   │   ├── cars.csv
│   │   ├── numpy.py
│   │   ├── reuslt.png
│   │   └── reuslt1.png
│   ├── chapter12
│   │   ├── 12.1.py
│   │   ├── 12.2.1.py
│   │   ├── 12.2.py
│   │   ├── 12.3.py
│   │   ├── 12.4.py
│   │   ├── 12.5.py
│   │   ├── 12.6.py
│   │   ├── 12.7.py
│   │   ├── __init__.py
│   │   ├── infile.txt
│   │   ├── outfile.txt
│   │   ├── rwFile.py
│   │   ├── stud
│   │   ├── test.txt
│   │   ├── test1.txt
│   │   └── test2.txt
│   ├── chapter2
│   │   ├── 2.1.py
│   │   ├── 2.10.1.py
│   │   ├── 2.10.py
│   │   ├── 2.11.1.py
│   │   ├── 2.11.py
│   │   ├── 2.2.py
│   │   ├── 2.3.1.py
│   │   ├── 2.3.py
│   │   ├── 2.4.py
│   │   ├── 2.5.py
│   │   ├── 2.6.py
│   │   ├── 2.7.py
│   │   ├── 2.8.py
│   │   ├── 2.9.py
│   │   └── __init__.py
│   ├── chapter3
│   │   ├── 3.1.1.py
│   │   ├── 3.1.py
│   │   ├── 3.10.1.py
│   │   ├── 3.10.py
│   │   ├── 3.2.1.py
│   │   ├── 3.2.py
│   │   ├── 3.3.1.py
│   │   ├── 3.3.py
│   │   ├── 3.4.1.py
│   │   ├── 3.4.py
│   │   ├── 3.5.1.py
│   │   ├── 3.5.py
│   │   ├── 3.6.1.py
│   │   ├── 3.6.py
│   │   ├── 3.7.1.py
│   │   ├── 3.7.2.py
│   │   ├── 3.7.py
│   │   ├── 3.8.py
│   │   ├── 3.9.1.py
│   │   ├── 3.9.py
│   │   └── __init__.py
│   ├── chapter4
│   │   ├── 4.1.py
│   │   ├── 4.2.1.py
│   │   ├── 4.2.2.py
│   │   ├── 4.2.py
│   │   ├── 4.3.1.py
│   │   ├── 4.3.py
│   │   ├── 4.4.1.py
│   │   ├── 4.4.2.py
│   │   ├── 4.4.py
│   │   ├── 4.5.1.py
│   │   ├── 4.5.py
│   │   ├── 4.6.1.py
│   │   ├── 4.6.py
│   │   ├── 4.7.py
│   │   ├── 4.8.py
│   │   └── __init__.py
│   ├── chapter5
│   │   ├── 5.1.1.py
│   │   ├── 5.1.py
│   │   ├── 5.2.1.py
│   │   ├── 5.2.py
│   │   ├── 5.3.py
│   │   ├── 5.4.1.py
│   │   ├── 5.4.2.py
│   │   ├── 5.4.py
│   │   ├── 5.5.py
│   │   ├── 5.6.py
│   │   ├── 5.7.py
│   │   └── __init__.py
│   ├── chapter6
│   │   ├── 6.1.py
│   │   ├── 6.2.py
│   │   ├── 6.3.py
│   │   ├── 6.4.py
│   │   ├── 6.5.py
│   │   ├── 6.6.py
│   │   ├── 6.7.1.py
│   │   ├── 6.7.2.py
│   │   ├── 6.7.3.py
│   │   ├── 6.8.py
│   │   └── __init__.py
│   ├── chapter7
│   │   ├── 7.1.py
│   │   ├── 7.2.py
│   │   ├── 7.3.py
│   │   ├── 7.4.py
│   │   ├── 7.5.py
│   │   ├── 7.6.py
│   │   ├── 7.7.py
│   │   ├── 7.8.py
│   │   └── __init__.py
│   ├── chapter8
│   │   ├── 8.1.py
│   │   ├── 8.10.py
│   │   ├── 8.2.py
│   │   ├── 8.3.1.py
│   │   ├── 8.3.py
│   │   ├── 8.4.py
│   │   ├── 8.5.py
│   │   ├── 8.6.py
│   │   ├── 8.7.1.py
│   │   ├── 8.7.py
│   │   ├── 8.8.py
│   │   ├── 8.9.1.py
│   │   ├── 8.9.2.py
│   │   ├── 8.9.py
│   │   ├── String.py
│   │   └── __init__.py
│   ├── chapter9
│   │   ├── 9.1.1.py
│   │   ├── 9.1.py
│   │   ├── 9.2.1.py
│   │   ├── 9.2.py
│   │   ├── 9.3.py
│   │   ├── 9.4.py
│   │   ├── 9.5.1.py
│   │   ├── 9.5.py
│   │   ├── 9.6.py
│   │   ├── 9.7.1.py
│   │   ├── 9.7.2.py
│   │   ├── 9.7.3.py
│   │   ├── 9.7.py
│   │   ├── __init__.py
│   │   └── slice.py
│   └── venv
│       ├── Include
│       ├── Lib
│       │   ├── site-packages
│       │   │   ├── __pycache__
│       │   │   │   ├── cycler.cpython-37.pyc
│       │   │   │   ├── pylab.cpython-37.pyc
│       │   │   │   ├── pyparsing.cpython-37.pyc
│       │   │   │   └── six.cpython-37.pyc
│       │   │   ├── cycler-0.10.0.dist-info
│       │   │   │   ├── DESCRIPTION.rst
│       │   │   │   ├── INSTALLER
│       │   │   │   ├── METADATA
│       │   │   │   ├── RECORD
│       │   │   │   ├── WHEEL
│       │   │   │   ├── metadata.json
│       │   │   │   └── top_level.txt
│       │   │   ├── cycler.py
│       │   │   ├── dateutil
│       │   │   │   ├── __init__.py
│       │   │   │   ├── __pycache__
│       │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   ├── _common.cpython-37.pyc
│       │   │   │   │   ├── _version.cpython-37.pyc
│       │   │   │   │   ├── easter.cpython-37.pyc
│       │   │   │   │   ├── relativedelta.cpython-37.pyc
│       │   │   │   │   ├── rrule.cpython-37.pyc
│       │   │   │   │   ├── tzwin.cpython-37.pyc
│       │   │   │   │   └── utils.cpython-37.pyc
│       │   │   │   ├── _common.py
│       │   │   │   ├── _version.py
│       │   │   │   ├── easter.py
│       │   │   │   ├── parser
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── _parser.cpython-37.pyc
│       │   │   │   │   │   └── isoparser.cpython-37.pyc
│       │   │   │   │   ├── _parser.py
│       │   │   │   │   └── isoparser.py
│       │   │   │   ├── relativedelta.py
│       │   │   │   ├── rrule.py
│       │   │   │   ├── tz
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── _common.cpython-37.pyc
│       │   │   │   │   │   ├── _factories.cpython-37.pyc
│       │   │   │   │   │   ├── tz.cpython-37.pyc
│       │   │   │   │   │   └── win.cpython-37.pyc
│       │   │   │   │   ├── _common.py
│       │   │   │   │   ├── _factories.py
│       │   │   │   │   ├── tz.py
│       │   │   │   │   └── win.py
│       │   │   │   ├── tzwin.py
│       │   │   │   ├── utils.py
│       │   │   │   └── zoneinfo
│       │   │   │       ├── __init__.py
│       │   │   │       ├── __pycache__
│       │   │   │       │   ├── __init__.cpython-37.pyc
│       │   │   │       │   └── rebuild.cpython-37.pyc
│       │   │   │       ├── dateutil-zoneinfo.tar.gz
│       │   │   │       └── rebuild.py
│       │   │   ├── easy-install.pth
│       │   │   ├── kiwisolver-1.1.0.dist-info
│       │   │   │   ├── DESCRIPTION.rst
│       │   │   │   ├── INSTALLER
│       │   │   │   ├── METADATA
│       │   │   │   ├── RECORD
│       │   │   │   ├── WHEEL
│       │   │   │   ├── metadata.json
│       │   │   │   └── top_level.txt
│       │   │   ├── kiwisolver.cp37-win_amd64.pyd
│       │   │   ├── matplotlib
│       │   │   │   ├── __init__.py
│       │   │   │   ├── __pycache__
│       │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   ├── _animation_data.cpython-37.pyc
│       │   │   │   │   ├── _cm.cpython-37.pyc
│       │   │   │   │   ├── _cm_listed.cpython-37.pyc
│       │   │   │   │   ├── _color_data.cpython-37.pyc
│       │   │   │   │   ├── _constrained_layout.cpython-37.pyc
│       │   │   │   │   ├── _layoutbox.cpython-37.pyc
│       │   │   │   │   ├── _mathtext_data.cpython-37.pyc
│       │   │   │   │   ├── _pylab_helpers.cpython-37.pyc
│       │   │   │   │   ├── _version.cpython-37.pyc
│       │   │   │   │   ├── afm.cpython-37.pyc
│       │   │   │   │   ├── animation.cpython-37.pyc
│       │   │   │   │   ├── artist.cpython-37.pyc
│       │   │   │   │   ├── axis.cpython-37.pyc
│       │   │   │   │   ├── backend_bases.cpython-37.pyc
│       │   │   │   │   ├── backend_managers.cpython-37.pyc
│       │   │   │   │   ├── backend_tools.cpython-37.pyc
│       │   │   │   │   ├── bezier.cpython-37.pyc
│       │   │   │   │   ├── blocking_input.cpython-37.pyc
│       │   │   │   │   ├── category.cpython-37.pyc
│       │   │   │   │   ├── cm.cpython-37.pyc
│       │   │   │   │   ├── collections.cpython-37.pyc
│       │   │   │   │   ├── colorbar.cpython-37.pyc
│       │   │   │   │   ├── colors.cpython-37.pyc
│       │   │   │   │   ├── container.cpython-37.pyc
│       │   │   │   │   ├── contour.cpython-37.pyc
│       │   │   │   │   ├── dates.cpython-37.pyc
│       │   │   │   │   ├── docstring.cpython-37.pyc
│       │   │   │   │   ├── dviread.cpython-37.pyc
│       │   │   │   │   ├── figure.cpython-37.pyc
│       │   │   │   │   ├── font_manager.cpython-37.pyc
│       │   │   │   │   ├── fontconfig_pattern.cpython-37.pyc
│       │   │   │   │   ├── gridspec.cpython-37.pyc
│       │   │   │   │   ├── hatch.cpython-37.pyc
│       │   │   │   │   ├── image.cpython-37.pyc
│       │   │   │   │   ├── legend.cpython-37.pyc
│       │   │   │   │   ├── legend_handler.cpython-37.pyc
│       │   │   │   │   ├── lines.cpython-37.pyc
│       │   │   │   │   ├── markers.cpython-37.pyc
│       │   │   │   │   ├── mathtext.cpython-37.pyc
│       │   │   │   │   ├── mlab.cpython-37.pyc
│       │   │   │   │   ├── offsetbox.cpython-37.pyc
│       │   │   │   │   ├── patches.cpython-37.pyc
│       │   │   │   │   ├── path.cpython-37.pyc
│       │   │   │   │   ├── patheffects.cpython-37.pyc
│       │   │   │   │   ├── pylab.cpython-37.pyc
│       │   │   │   │   ├── pyplot.cpython-37.pyc
│       │   │   │   │   ├── quiver.cpython-37.pyc
│       │   │   │   │   ├── rcsetup.cpython-37.pyc
│       │   │   │   │   ├── sankey.cpython-37.pyc
│       │   │   │   │   ├── scale.cpython-37.pyc
│       │   │   │   │   ├── spines.cpython-37.pyc
│       │   │   │   │   ├── stackplot.cpython-37.pyc
│       │   │   │   │   ├── streamplot.cpython-37.pyc
│       │   │   │   │   ├── table.cpython-37.pyc
│       │   │   │   │   ├── texmanager.cpython-37.pyc
│       │   │   │   │   ├── text.cpython-37.pyc
│       │   │   │   │   ├── textpath.cpython-37.pyc
│       │   │   │   │   ├── ticker.cpython-37.pyc
│       │   │   │   │   ├── tight_bbox.cpython-37.pyc
│       │   │   │   │   ├── tight_layout.cpython-37.pyc
│       │   │   │   │   ├── transforms.cpython-37.pyc
│       │   │   │   │   ├── type1font.cpython-37.pyc
│       │   │   │   │   ├── units.cpython-37.pyc
│       │   │   │   │   └── widgets.cpython-37.pyc
│       │   │   │   ├── _animation_data.py
│       │   │   │   ├── _cm.py
│       │   │   │   ├── _cm_listed.py
│       │   │   │   ├── _color_data.py
│       │   │   │   ├── _constrained_layout.py
│       │   │   │   ├── _contour.cp37-win_amd64.pyd
│       │   │   │   ├── _image.cp37-win_amd64.pyd
│       │   │   │   ├── _layoutbox.py
│       │   │   │   ├── _mathtext_data.py
│       │   │   │   ├── _path.cp37-win_amd64.pyd
│       │   │   │   ├── _png.cp37-win_amd64.pyd
│       │   │   │   ├── _pylab_helpers.py
│       │   │   │   ├── _qhull.cp37-win_amd64.pyd
│       │   │   │   ├── _tri.cp37-win_amd64.pyd
│       │   │   │   ├── _version.py
│       │   │   │   ├── afm.py
│       │   │   │   ├── animation.py
│       │   │   │   ├── artist.py
│       │   │   │   ├── axes
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── _axes.cpython-37.pyc
│       │   │   │   │   │   ├── _base.cpython-37.pyc
│       │   │   │   │   │   ├── _secondary_axes.cpython-37.pyc
│       │   │   │   │   │   └── _subplots.cpython-37.pyc
│       │   │   │   │   ├── _axes.py
│       │   │   │   │   ├── _base.py
│       │   │   │   │   ├── _secondary_axes.py
│       │   │   │   │   └── _subplots.py
│       │   │   │   ├── axis.py
│       │   │   │   ├── backend_bases.py
│       │   │   │   ├── backend_managers.py
│       │   │   │   ├── backend_tools.py
│       │   │   │   ├── backends
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── _backend_pdf_ps.cpython-37.pyc
│       │   │   │   │   │   ├── _backend_tk.cpython-37.pyc
│       │   │   │   │   │   ├── backend_agg.cpython-37.pyc
│       │   │   │   │   │   ├── backend_cairo.cpython-37.pyc
│       │   │   │   │   │   ├── backend_gtk3.cpython-37.pyc
│       │   │   │   │   │   ├── backend_gtk3agg.cpython-37.pyc
│       │   │   │   │   │   ├── backend_gtk3cairo.cpython-37.pyc
│       │   │   │   │   │   ├── backend_macosx.cpython-37.pyc
│       │   │   │   │   │   ├── backend_mixed.cpython-37.pyc
│       │   │   │   │   │   ├── backend_nbagg.cpython-37.pyc
│       │   │   │   │   │   ├── backend_pdf.cpython-37.pyc
│       │   │   │   │   │   ├── backend_pgf.cpython-37.pyc
│       │   │   │   │   │   ├── backend_ps.cpython-37.pyc
│       │   │   │   │   │   ├── backend_qt4.cpython-37.pyc
│       │   │   │   │   │   ├── backend_qt4agg.cpython-37.pyc
│       │   │   │   │   │   ├── backend_qt4cairo.cpython-37.pyc
│       │   │   │   │   │   ├── backend_qt5.cpython-37.pyc
│       │   │   │   │   │   ├── backend_qt5agg.cpython-37.pyc
│       │   │   │   │   │   ├── backend_qt5cairo.cpython-37.pyc
│       │   │   │   │   │   ├── backend_svg.cpython-37.pyc
│       │   │   │   │   │   ├── backend_template.cpython-37.pyc
│       │   │   │   │   │   ├── backend_tkagg.cpython-37.pyc
│       │   │   │   │   │   ├── backend_tkcairo.cpython-37.pyc
│       │   │   │   │   │   ├── backend_webagg.cpython-37.pyc
│       │   │   │   │   │   ├── backend_webagg_core.cpython-37.pyc
│       │   │   │   │   │   ├── backend_wx.cpython-37.pyc
│       │   │   │   │   │   ├── backend_wxagg.cpython-37.pyc
│       │   │   │   │   │   ├── backend_wxcairo.cpython-37.pyc
│       │   │   │   │   │   ├── qt_compat.cpython-37.pyc
│       │   │   │   │   │   ├── tkagg.cpython-37.pyc
│       │   │   │   │   │   ├── windowing.cpython-37.pyc
│       │   │   │   │   │   └── wx_compat.cpython-37.pyc
│       │   │   │   │   ├── _backend_agg.cp37-win_amd64.pyd
│       │   │   │   │   ├── _backend_pdf_ps.py
│       │   │   │   │   ├── _backend_tk.py
│       │   │   │   │   ├── _tkagg.cp37-win_amd64.pyd
│       │   │   │   │   ├── backend_agg.py
│       │   │   │   │   ├── backend_cairo.py
│       │   │   │   │   ├── backend_gtk3.py
│       │   │   │   │   ├── backend_gtk3agg.py
│       │   │   │   │   ├── backend_gtk3cairo.py
│       │   │   │   │   ├── backend_macosx.py
│       │   │   │   │   ├── backend_mixed.py
│       │   │   │   │   ├── backend_nbagg.py
│       │   │   │   │   ├── backend_pdf.py
│       │   │   │   │   ├── backend_pgf.py
│       │   │   │   │   ├── backend_ps.py
│       │   │   │   │   ├── backend_qt4.py
│       │   │   │   │   ├── backend_qt4agg.py
│       │   │   │   │   ├── backend_qt4cairo.py
│       │   │   │   │   ├── backend_qt5.py
│       │   │   │   │   ├── backend_qt5agg.py
│       │   │   │   │   ├── backend_qt5cairo.py
│       │   │   │   │   ├── backend_svg.py
│       │   │   │   │   ├── backend_template.py
│       │   │   │   │   ├── backend_tkagg.py
│       │   │   │   │   ├── backend_tkcairo.py
│       │   │   │   │   ├── backend_webagg.py
│       │   │   │   │   ├── backend_webagg_core.py
│       │   │   │   │   ├── backend_wx.py
│       │   │   │   │   ├── backend_wxagg.py
│       │   │   │   │   ├── backend_wxcairo.py
│       │   │   │   │   ├── qt_compat.py
│       │   │   │   │   ├── qt_editor
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── _formlayout.cpython-37.pyc
│       │   │   │   │   │   │   ├── figureoptions.cpython-37.pyc
│       │   │   │   │   │   │   ├── formlayout.cpython-37.pyc
│       │   │   │   │   │   │   └── formsubplottool.cpython-37.pyc
│       │   │   │   │   │   ├── _formlayout.py
│       │   │   │   │   │   ├── figureoptions.py
│       │   │   │   │   │   ├── formlayout.py
│       │   │   │   │   │   └── formsubplottool.py
│       │   │   │   │   ├── tkagg.py
│       │   │   │   │   ├── web_backend
│       │   │   │   │   │   ├── all_figures.html
│       │   │   │   │   │   ├── css
│       │   │   │   │   │   │   ├── boilerplate.css
│       │   │   │   │   │   │   ├── fbm.css
│       │   │   │   │   │   │   └── page.css
│       │   │   │   │   │   ├── ipython_inline_figure.html
│       │   │   │   │   │   ├── jquery
│       │   │   │   │   │   │   └── js
│       │   │   │   │   │   │       ├── jquery.js
│       │   │   │   │   │   │       └── jquery.min.js
│       │   │   │   │   │   ├── jquery-ui-1.12.1
│       │   │   │   │   │   │   ├── AUTHORS.txt
│       │   │   │   │   │   │   ├── LICENSE.txt
│       │   │   │   │   │   │   ├── external
│       │   │   │   │   │   │   │   └── jquery
│       │   │   │   │   │   │   │       └── jquery.js
│       │   │   │   │   │   │   ├── images
│       │   │   │   │   │   │   │   ├── ui-icons_444444_256x240.png
│       │   │   │   │   │   │   │   ├── ui-icons_555555_256x240.png
│       │   │   │   │   │   │   │   ├── ui-icons_777620_256x240.png
│       │   │   │   │   │   │   │   ├── ui-icons_777777_256x240.png
│       │   │   │   │   │   │   │   ├── ui-icons_cc0000_256x240.png
│       │   │   │   │   │   │   │   └── ui-icons_ffffff_256x240.png
│       │   │   │   │   │   │   ├── index.html
│       │   │   │   │   │   │   ├── jquery-ui.css
│       │   │   │   │   │   │   ├── jquery-ui.js
│       │   │   │   │   │   │   ├── jquery-ui.min.css
│       │   │   │   │   │   │   ├── jquery-ui.min.js
│       │   │   │   │   │   │   ├── jquery-ui.structure.css
│       │   │   │   │   │   │   ├── jquery-ui.structure.min.css
│       │   │   │   │   │   │   ├── jquery-ui.theme.css
│       │   │   │   │   │   │   ├── jquery-ui.theme.min.css
│       │   │   │   │   │   │   └── package.json
│       │   │   │   │   │   ├── js
│       │   │   │   │   │   │   ├── mpl.js
│       │   │   │   │   │   │   ├── mpl_tornado.js
│       │   │   │   │   │   │   └── nbagg_mpl.js
│       │   │   │   │   │   ├── nbagg_uat.ipynb
│       │   │   │   │   │   └── single_figure.html
│       │   │   │   │   ├── windowing.py
│       │   │   │   │   └── wx_compat.py
│       │   │   │   ├── bezier.py
│       │   │   │   ├── blocking_input.py
│       │   │   │   ├── category.py
│       │   │   │   ├── cbook
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   └── deprecation.cpython-37.pyc
│       │   │   │   │   └── deprecation.py
│       │   │   │   ├── cm.py
│       │   │   │   ├── collections.py
│       │   │   │   ├── colorbar.py
│       │   │   │   ├── colors.py
│       │   │   │   ├── compat
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   └── subprocess.cpython-37.pyc
│       │   │   │   │   └── subprocess.py
│       │   │   │   ├── concrt140.dll
│       │   │   │   ├── container.py
│       │   │   │   ├── contour.py
│       │   │   │   ├── dates.py
│       │   │   │   ├── docstring.py
│       │   │   │   ├── dviread.py
│       │   │   │   ├── figure.py
│       │   │   │   ├── font_manager.py
│       │   │   │   ├── fontconfig_pattern.py
│       │   │   │   ├── ft2font.cp37-win_amd64.pyd
│       │   │   │   ├── gridspec.py
│       │   │   │   ├── hatch.py
│       │   │   │   ├── image.py
│       │   │   │   ├── legend.py
│       │   │   │   ├── legend_handler.py
│       │   │   │   ├── lines.py
│       │   │   │   ├── markers.py
│       │   │   │   ├── mathtext.py
│       │   │   │   ├── mlab.py
│       │   │   │   ├── mpl-data
│       │   │   │   │   ├── fonts
│       │   │   │   │   │   ├── afm
│       │   │   │   │   │   │   ├── cmex10.afm
│       │   │   │   │   │   │   ├── cmmi10.afm
│       │   │   │   │   │   │   ├── cmr10.afm
│       │   │   │   │   │   │   ├── cmsy10.afm
│       │   │   │   │   │   │   ├── cmtt10.afm
│       │   │   │   │   │   │   ├── pagd8a.afm
│       │   │   │   │   │   │   ├── pagdo8a.afm
│       │   │   │   │   │   │   ├── pagk8a.afm
│       │   │   │   │   │   │   ├── pagko8a.afm
│       │   │   │   │   │   │   ├── pbkd8a.afm
│       │   │   │   │   │   │   ├── pbkdi8a.afm
│       │   │   │   │   │   │   ├── pbkl8a.afm
│       │   │   │   │   │   │   ├── pbkli8a.afm
│       │   │   │   │   │   │   ├── pcrb8a.afm
│       │   │   │   │   │   │   ├── pcrbo8a.afm
│       │   │   │   │   │   │   ├── pcrr8a.afm
│       │   │   │   │   │   │   ├── pcrro8a.afm
│       │   │   │   │   │   │   ├── phvb8a.afm
│       │   │   │   │   │   │   ├── phvb8an.afm
│       │   │   │   │   │   │   ├── phvbo8a.afm
│       │   │   │   │   │   │   ├── phvbo8an.afm
│       │   │   │   │   │   │   ├── phvl8a.afm
│       │   │   │   │   │   │   ├── phvlo8a.afm
│       │   │   │   │   │   │   ├── phvr8a.afm
│       │   │   │   │   │   │   ├── phvr8an.afm
│       │   │   │   │   │   │   ├── phvro8a.afm
│       │   │   │   │   │   │   ├── phvro8an.afm
│       │   │   │   │   │   │   ├── pncb8a.afm
│       │   │   │   │   │   │   ├── pncbi8a.afm
│       │   │   │   │   │   │   ├── pncr8a.afm
│       │   │   │   │   │   │   ├── pncri8a.afm
│       │   │   │   │   │   │   ├── pplb8a.afm
│       │   │   │   │   │   │   ├── pplbi8a.afm
│       │   │   │   │   │   │   ├── pplr8a.afm
│       │   │   │   │   │   │   ├── pplri8a.afm
│       │   │   │   │   │   │   ├── psyr.afm
│       │   │   │   │   │   │   ├── ptmb8a.afm
│       │   │   │   │   │   │   ├── ptmbi8a.afm
│       │   │   │   │   │   │   ├── ptmr8a.afm
│       │   │   │   │   │   │   ├── ptmri8a.afm
│       │   │   │   │   │   │   ├── putb8a.afm
│       │   │   │   │   │   │   ├── putbi8a.afm
│       │   │   │   │   │   │   ├── putr8a.afm
│       │   │   │   │   │   │   ├── putri8a.afm
│       │   │   │   │   │   │   ├── pzcmi8a.afm
│       │   │   │   │   │   │   └── pzdr.afm
│       │   │   │   │   │   ├── pdfcorefonts
│       │   │   │   │   │   │   ├── Courier-Bold.afm
│       │   │   │   │   │   │   ├── Courier-BoldOblique.afm
│       │   │   │   │   │   │   ├── Courier-Oblique.afm
│       │   │   │   │   │   │   ├── Courier.afm
│       │   │   │   │   │   │   ├── Helvetica-Bold.afm
│       │   │   │   │   │   │   ├── Helvetica-BoldOblique.afm
│       │   │   │   │   │   │   ├── Helvetica-Oblique.afm
│       │   │   │   │   │   │   ├── Helvetica.afm
│       │   │   │   │   │   │   ├── Symbol.afm
│       │   │   │   │   │   │   ├── Times-Bold.afm
│       │   │   │   │   │   │   ├── Times-BoldItalic.afm
│       │   │   │   │   │   │   ├── Times-Italic.afm
│       │   │   │   │   │   │   ├── Times-Roman.afm
│       │   │   │   │   │   │   ├── ZapfDingbats.afm
│       │   │   │   │   │   │   └── readme.txt
│       │   │   │   │   │   └── ttf
│       │   │   │   │   │       ├── DejaVuSans-Bold.ttf
│       │   │   │   │   │       ├── DejaVuSans-BoldOblique.ttf
│       │   │   │   │   │       ├── DejaVuSans-Oblique.ttf
│       │   │   │   │   │       ├── DejaVuSans.ttf
│       │   │   │   │   │       ├── DejaVuSansDisplay.ttf
│       │   │   │   │   │       ├── DejaVuSansMono-Bold.ttf
│       │   │   │   │   │       ├── DejaVuSansMono-BoldOblique.ttf
│       │   │   │   │   │       ├── DejaVuSansMono-Oblique.ttf
│       │   │   │   │   │       ├── DejaVuSansMono.ttf
│       │   │   │   │   │       ├── DejaVuSerif-Bold.ttf
│       │   │   │   │   │       ├── DejaVuSerif-BoldItalic.ttf
│       │   │   │   │   │       ├── DejaVuSerif-Italic.ttf
│       │   │   │   │   │       ├── DejaVuSerif.ttf
│       │   │   │   │   │       ├── DejaVuSerifDisplay.ttf
│       │   │   │   │   │       ├── LICENSE_DEJAVU
│       │   │   │   │   │       ├── LICENSE_STIX
│       │   │   │   │   │       ├── STIXGeneral.ttf
│       │   │   │   │   │       ├── STIXGeneralBol.ttf
│       │   │   │   │   │       ├── STIXGeneralBolIta.ttf
│       │   │   │   │   │       ├── STIXGeneralItalic.ttf
│       │   │   │   │   │       ├── STIXNonUni.ttf
│       │   │   │   │   │       ├── STIXNonUniBol.ttf
│       │   │   │   │   │       ├── STIXNonUniBolIta.ttf
│       │   │   │   │   │       ├── STIXNonUniIta.ttf
│       │   │   │   │   │       ├── STIXSizFiveSymReg.ttf
│       │   │   │   │   │       ├── STIXSizFourSymBol.ttf
│       │   │   │   │   │       ├── STIXSizFourSymReg.ttf
│       │   │   │   │   │       ├── STIXSizOneSymBol.ttf
│       │   │   │   │   │       ├── STIXSizOneSymReg.ttf
│       │   │   │   │   │       ├── STIXSizThreeSymBol.ttf
│       │   │   │   │   │       ├── STIXSizThreeSymReg.ttf
│       │   │   │   │   │       ├── STIXSizTwoSymBol.ttf
│       │   │   │   │   │       ├── STIXSizTwoSymReg.ttf
│       │   │   │   │   │       ├── cmb10.ttf
│       │   │   │   │   │       ├── cmex10.ttf
│       │   │   │   │   │       ├── cmmi10.ttf
│       │   │   │   │   │       ├── cmr10.ttf
│       │   │   │   │   │       ├── cmss10.ttf
│       │   │   │   │   │       ├── cmsy10.ttf
│       │   │   │   │   │       └── cmtt10.ttf
│       │   │   │   │   ├── images
│       │   │   │   │   │   ├── back.gif
│       │   │   │   │   │   ├── back.pdf
│       │   │   │   │   │   ├── back.png
│       │   │   │   │   │   ├── back.svg
│       │   │   │   │   │   ├── back_large.gif
│       │   │   │   │   │   ├── back_large.png
│       │   │   │   │   │   ├── filesave.gif
│       │   │   │   │   │   ├── filesave.pdf
│       │   │   │   │   │   ├── filesave.png
│       │   │   │   │   │   ├── filesave.svg
│       │   │   │   │   │   ├── filesave_large.gif
│       │   │   │   │   │   ├── filesave_large.png
│       │   │   │   │   │   ├── forward.gif
│       │   │   │   │   │   ├── forward.pdf
│       │   │   │   │   │   ├── forward.png
│       │   │   │   │   │   ├── forward.svg
│       │   │   │   │   │   ├── forward_large.gif
│       │   │   │   │   │   ├── forward_large.png
│       │   │   │   │   │   ├── hand.gif
│       │   │   │   │   │   ├── hand.pdf
│       │   │   │   │   │   ├── hand.png
│       │   │   │   │   │   ├── hand.svg
│       │   │   │   │   │   ├── hand_large.gif
│       │   │   │   │   │   ├── help.pdf
│       │   │   │   │   │   ├── help.png
│       │   │   │   │   │   ├── help.ppm
│       │   │   │   │   │   ├── help.svg
│       │   │   │   │   │   ├── help_large.png
│       │   │   │   │   │   ├── help_large.ppm
│       │   │   │   │   │   ├── home.gif
│       │   │   │   │   │   ├── home.pdf
│       │   │   │   │   │   ├── home.png
│       │   │   │   │   │   ├── home.svg
│       │   │   │   │   │   ├── home_large.gif
│       │   │   │   │   │   ├── home_large.png
│       │   │   │   │   │   ├── matplotlib.pdf
│       │   │   │   │   │   ├── matplotlib.png
│       │   │   │   │   │   ├── matplotlib.ppm
│       │   │   │   │   │   ├── matplotlib.svg
│       │   │   │   │   │   ├── matplotlib_large.png
│       │   │   │   │   │   ├── move.gif
│       │   │   │   │   │   ├── move.pdf
│       │   │   │   │   │   ├── move.png
│       │   │   │   │   │   ├── move.svg
│       │   │   │   │   │   ├── move_large.gif
│       │   │   │   │   │   ├── move_large.png
│       │   │   │   │   │   ├── qt4_editor_options.pdf
│       │   │   │   │   │   ├── qt4_editor_options.png
│       │   │   │   │   │   ├── qt4_editor_options.svg
│       │   │   │   │   │   ├── qt4_editor_options_large.png
│       │   │   │   │   │   ├── subplots.gif
│       │   │   │   │   │   ├── subplots.pdf
│       │   │   │   │   │   ├── subplots.png
│       │   │   │   │   │   ├── subplots.svg
│       │   │   │   │   │   ├── subplots_large.gif
│       │   │   │   │   │   ├── subplots_large.png
│       │   │   │   │   │   ├── zoom_to_rect.gif
│       │   │   │   │   │   ├── zoom_to_rect.pdf
│       │   │   │   │   │   ├── zoom_to_rect.png
│       │   │   │   │   │   ├── zoom_to_rect.svg
│       │   │   │   │   │   ├── zoom_to_rect_large.gif
│       │   │   │   │   │   └── zoom_to_rect_large.png
│       │   │   │   │   ├── matplotlibrc
│       │   │   │   │   ├── sample_data
│       │   │   │   │   │   ├── Minduka_Present_Blue_Pack.png
│       │   │   │   │   │   ├── None_vs_nearest-pdf.png
│       │   │   │   │   │   ├── README.txt
│       │   │   │   │   │   ├── aapl.npz
│       │   │   │   │   │   ├── ada.png
│       │   │   │   │   │   ├── axes_grid
│       │   │   │   │   │   │   └── bivariate_normal.npy
│       │   │   │   │   │   ├── ct.raw.gz
│       │   │   │   │   │   ├── data_x_x2_x3.csv
│       │   │   │   │   │   ├── demodata.csv
│       │   │   │   │   │   ├── eeg.dat
│       │   │   │   │   │   ├── embedding_in_wx3.xrc
│       │   │   │   │   │   ├── goog.npz
│       │   │   │   │   │   ├── grace_hopper.jpg
│       │   │   │   │   │   ├── grace_hopper.png
│       │   │   │   │   │   ├── jacksboro_fault_dem.npz
│       │   │   │   │   │   ├── logo2.png
│       │   │   │   │   │   ├── membrane.dat
│       │   │   │   │   │   ├── msft.csv
│       │   │   │   │   │   ├── percent_bachelors_degrees_women_usa.csv
│       │   │   │   │   │   ├── s1045.ima.gz
│       │   │   │   │   │   └── topobathy.npz
│       │   │   │   │   └── stylelib
│       │   │   │   │       ├── Solarize_Light2.mplstyle
│       │   │   │   │       ├── _classic_test.mplstyle
│       │   │   │   │       ├── bmh.mplstyle
│       │   │   │   │       ├── classic.mplstyle
│       │   │   │   │       ├── dark_background.mplstyle
│       │   │   │   │       ├── fast.mplstyle
│       │   │   │   │       ├── fivethirtyeight.mplstyle
│       │   │   │   │       ├── ggplot.mplstyle
│       │   │   │   │       ├── grayscale.mplstyle
│       │   │   │   │       ├── seaborn-bright.mplstyle
│       │   │   │   │       ├── seaborn-colorblind.mplstyle
│       │   │   │   │       ├── seaborn-dark-palette.mplstyle
│       │   │   │   │       ├── seaborn-dark.mplstyle
│       │   │   │   │       ├── seaborn-darkgrid.mplstyle
│       │   │   │   │       ├── seaborn-deep.mplstyle
│       │   │   │   │       ├── seaborn-muted.mplstyle
│       │   │   │   │       ├── seaborn-notebook.mplstyle
│       │   │   │   │       ├── seaborn-paper.mplstyle
│       │   │   │   │       ├── seaborn-pastel.mplstyle
│       │   │   │   │       ├── seaborn-poster.mplstyle
│       │   │   │   │       ├── seaborn-talk.mplstyle
│       │   │   │   │       ├── seaborn-ticks.mplstyle
│       │   │   │   │       ├── seaborn-white.mplstyle
│       │   │   │   │       ├── seaborn-whitegrid.mplstyle
│       │   │   │   │       ├── seaborn.mplstyle
│       │   │   │   │       └── tableau-colorblind10.mplstyle
│       │   │   │   ├── msvcp140.dll
│       │   │   │   ├── offsetbox.py
│       │   │   │   ├── patches.py
│       │   │   │   ├── path.py
│       │   │   │   ├── patheffects.py
│       │   │   │   ├── projections
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── geo.cpython-37.pyc
│       │   │   │   │   │   └── polar.cpython-37.pyc
│       │   │   │   │   ├── geo.py
│       │   │   │   │   └── polar.py
│       │   │   │   ├── pylab.py
│       │   │   │   ├── pyplot.py
│       │   │   │   ├── quiver.py
│       │   │   │   ├── rcsetup.py
│       │   │   │   ├── sankey.py
│       │   │   │   ├── scale.py
│       │   │   │   ├── sphinxext
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── mathmpl.cpython-37.pyc
│       │   │   │   │   │   └── plot_directive.cpython-37.pyc
│       │   │   │   │   ├── mathmpl.py
│       │   │   │   │   └── plot_directive.py
│       │   │   │   ├── spines.py
│       │   │   │   ├── stackplot.py
│       │   │   │   ├── streamplot.py
│       │   │   │   ├── style
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   └── core.cpython-37.pyc
│       │   │   │   │   └── core.py
│       │   │   │   ├── table.py
│       │   │   │   ├── testing
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── compare.cpython-37.pyc
│       │   │   │   │   │   ├── conftest.cpython-37.pyc
│       │   │   │   │   │   ├── decorators.cpython-37.pyc
│       │   │   │   │   │   ├── determinism.cpython-37.pyc
│       │   │   │   │   │   ├── disable_internet.cpython-37.pyc
│       │   │   │   │   │   └── exceptions.cpython-37.pyc
│       │   │   │   │   ├── compare.py
│       │   │   │   │   ├── conftest.py
│       │   │   │   │   ├── decorators.py
│       │   │   │   │   ├── determinism.py
│       │   │   │   │   ├── disable_internet.py
│       │   │   │   │   ├── exceptions.py
│       │   │   │   │   └── jpl_units
│       │   │   │   │       ├── Duration.py
│       │   │   │   │       ├── Epoch.py
│       │   │   │   │       ├── EpochConverter.py
│       │   │   │   │       ├── StrConverter.py
│       │   │   │   │       ├── UnitDbl.py
│       │   │   │   │       ├── UnitDblConverter.py
│       │   │   │   │       ├── UnitDblFormatter.py
│       │   │   │   │       ├── __init__.py
│       │   │   │   │       └── __pycache__
│       │   │   │   │           ├── Duration.cpython-37.pyc
│       │   │   │   │           ├── Epoch.cpython-37.pyc
│       │   │   │   │           ├── EpochConverter.cpython-37.pyc
│       │   │   │   │           ├── StrConverter.cpython-37.pyc
│       │   │   │   │           ├── UnitDbl.cpython-37.pyc
│       │   │   │   │           ├── UnitDblConverter.cpython-37.pyc
│       │   │   │   │           ├── UnitDblFormatter.cpython-37.pyc
│       │   │   │   │           └── __init__.cpython-37.pyc
│       │   │   │   ├── texmanager.py
│       │   │   │   ├── text.py
│       │   │   │   ├── textpath.py
│       │   │   │   ├── ticker.py
│       │   │   │   ├── tight_bbox.py
│       │   │   │   ├── tight_layout.py
│       │   │   │   ├── transforms.py
│       │   │   │   ├── tri
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── triangulation.cpython-37.pyc
│       │   │   │   │   │   ├── tricontour.cpython-37.pyc
│       │   │   │   │   │   ├── trifinder.cpython-37.pyc
│       │   │   │   │   │   ├── triinterpolate.cpython-37.pyc
│       │   │   │   │   │   ├── tripcolor.cpython-37.pyc
│       │   │   │   │   │   ├── triplot.cpython-37.pyc
│       │   │   │   │   │   ├── trirefine.cpython-37.pyc
│       │   │   │   │   │   └── tritools.cpython-37.pyc
│       │   │   │   │   ├── triangulation.py
│       │   │   │   │   ├── tricontour.py
│       │   │   │   │   ├── trifinder.py
│       │   │   │   │   ├── triinterpolate.py
│       │   │   │   │   ├── tripcolor.py
│       │   │   │   │   ├── triplot.py
│       │   │   │   │   ├── trirefine.py
│       │   │   │   │   └── tritools.py
│       │   │   │   ├── ttconv.cp37-win_amd64.pyd
│       │   │   │   ├── type1font.py
│       │   │   │   ├── units.py
│       │   │   │   └── widgets.py
│       │   │   ├── matplotlib-3.1.1-py3.7-nspkg.pth
│       │   │   ├── matplotlib-3.1.1.dist-info
│       │   │   │   ├── INSTALLER
│       │   │   │   ├── METADATA
│       │   │   │   ├── RECORD
│       │   │   │   ├── WHEEL
│       │   │   │   ├── namespace_packages.txt
│       │   │   │   └── top_level.txt
│       │   │   ├── mpl_toolkits
│       │   │   │   ├── axes_grid
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── anchored_artists.cpython-37.pyc
│       │   │   │   │   │   ├── angle_helper.cpython-37.pyc
│       │   │   │   │   │   ├── axes_divider.cpython-37.pyc
│       │   │   │   │   │   ├── axes_grid.cpython-37.pyc
│       │   │   │   │   │   ├── axes_rgb.cpython-37.pyc
│       │   │   │   │   │   ├── axes_size.cpython-37.pyc
│       │   │   │   │   │   ├── axis_artist.cpython-37.pyc
│       │   │   │   │   │   ├── axisline_style.cpython-37.pyc
│       │   │   │   │   │   ├── axislines.cpython-37.pyc
│       │   │   │   │   │   ├── clip_path.cpython-37.pyc
│       │   │   │   │   │   ├── colorbar.cpython-37.pyc
│       │   │   │   │   │   ├── floating_axes.cpython-37.pyc
│       │   │   │   │   │   ├── grid_finder.cpython-37.pyc
│       │   │   │   │   │   ├── grid_helper_curvelinear.cpython-37.pyc
│       │   │   │   │   │   ├── inset_locator.cpython-37.pyc
│       │   │   │   │   │   └── parasite_axes.cpython-37.pyc
│       │   │   │   │   ├── anchored_artists.py
│       │   │   │   │   ├── angle_helper.py
│       │   │   │   │   ├── axes_divider.py
│       │   │   │   │   ├── axes_grid.py
│       │   │   │   │   ├── axes_rgb.py
│       │   │   │   │   ├── axes_size.py
│       │   │   │   │   ├── axis_artist.py
│       │   │   │   │   ├── axisline_style.py
│       │   │   │   │   ├── axislines.py
│       │   │   │   │   ├── clip_path.py
│       │   │   │   │   ├── colorbar.py
│       │   │   │   │   ├── floating_axes.py
│       │   │   │   │   ├── grid_finder.py
│       │   │   │   │   ├── grid_helper_curvelinear.py
│       │   │   │   │   ├── inset_locator.py
│       │   │   │   │   └── parasite_axes.py
│       │   │   │   ├── axes_grid1
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── anchored_artists.cpython-37.pyc
│       │   │   │   │   │   ├── axes_divider.cpython-37.pyc
│       │   │   │   │   │   ├── axes_grid.cpython-37.pyc
│       │   │   │   │   │   ├── axes_rgb.cpython-37.pyc
│       │   │   │   │   │   ├── axes_size.cpython-37.pyc
│       │   │   │   │   │   ├── colorbar.cpython-37.pyc
│       │   │   │   │   │   ├── inset_locator.cpython-37.pyc
│       │   │   │   │   │   ├── mpl_axes.cpython-37.pyc
│       │   │   │   │   │   └── parasite_axes.cpython-37.pyc
│       │   │   │   │   ├── anchored_artists.py
│       │   │   │   │   ├── axes_divider.py
│       │   │   │   │   ├── axes_grid.py
│       │   │   │   │   ├── axes_rgb.py
│       │   │   │   │   ├── axes_size.py
│       │   │   │   │   ├── colorbar.py
│       │   │   │   │   ├── inset_locator.py
│       │   │   │   │   ├── mpl_axes.py
│       │   │   │   │   └── parasite_axes.py
│       │   │   │   ├── axisartist
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── angle_helper.cpython-37.pyc
│       │   │   │   │   │   ├── axes_divider.cpython-37.pyc
│       │   │   │   │   │   ├── axes_grid.cpython-37.pyc
│       │   │   │   │   │   ├── axes_rgb.cpython-37.pyc
│       │   │   │   │   │   ├── axis_artist.cpython-37.pyc
│       │   │   │   │   │   ├── axisline_style.cpython-37.pyc
│       │   │   │   │   │   ├── axislines.cpython-37.pyc
│       │   │   │   │   │   ├── clip_path.cpython-37.pyc
│       │   │   │   │   │   ├── floating_axes.cpython-37.pyc
│       │   │   │   │   │   ├── grid_finder.cpython-37.pyc
│       │   │   │   │   │   ├── grid_helper_curvelinear.cpython-37.pyc
│       │   │   │   │   │   └── parasite_axes.cpython-37.pyc
│       │   │   │   │   ├── angle_helper.py
│       │   │   │   │   ├── axes_divider.py
│       │   │   │   │   ├── axes_grid.py
│       │   │   │   │   ├── axes_rgb.py
│       │   │   │   │   ├── axis_artist.py
│       │   │   │   │   ├── axisline_style.py
│       │   │   │   │   ├── axislines.py
│       │   │   │   │   ├── clip_path.py
│       │   │   │   │   ├── floating_axes.py
│       │   │   │   │   ├── grid_finder.py
│       │   │   │   │   ├── grid_helper_curvelinear.py
│       │   │   │   │   └── parasite_axes.py
│       │   │   │   └── mplot3d
│       │   │   │       ├── __init__.py
│       │   │   │       ├── __pycache__
│       │   │   │       │   ├── __init__.cpython-37.pyc
│       │   │   │       │   ├── art3d.cpython-37.pyc
│       │   │   │       │   ├── axes3d.cpython-37.pyc
│       │   │   │       │   ├── axis3d.cpython-37.pyc
│       │   │   │       │   └── proj3d.cpython-37.pyc
│       │   │   │       ├── art3d.py
│       │   │   │       ├── axes3d.py
│       │   │   │       ├── axis3d.py
│       │   │   │       └── proj3d.py
│       │   │   ├── numpy
│       │   │   │   ├── LICENSE.txt
│       │   │   │   ├── __config__.py
│       │   │   │   ├── __init__.py
│       │   │   │   ├── __pycache__
│       │   │   │   │   ├── __config__.cpython-37.pyc
│       │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   ├── _distributor_init.cpython-37.pyc
│       │   │   │   │   ├── _globals.cpython-37.pyc
│       │   │   │   │   ├── _pytesttester.cpython-37.pyc
│       │   │   │   │   ├── conftest.cpython-37.pyc
│       │   │   │   │   ├── ctypeslib.cpython-37.pyc
│       │   │   │   │   ├── dual.cpython-37.pyc
│       │   │   │   │   ├── matlib.cpython-37.pyc
│       │   │   │   │   ├── setup.cpython-37.pyc
│       │   │   │   │   └── version.cpython-37.pyc
│       │   │   │   ├── _distributor_init.py
│       │   │   │   ├── _globals.py
│       │   │   │   ├── _pytesttester.py
│       │   │   │   ├── compat
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── _inspect.cpython-37.pyc
│       │   │   │   │   │   ├── py3k.cpython-37.pyc
│       │   │   │   │   │   └── setup.cpython-37.pyc
│       │   │   │   │   ├── _inspect.py
│       │   │   │   │   ├── py3k.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   └── tests
│       │   │   │   │       ├── __init__.py
│       │   │   │   │       ├── __pycache__
│       │   │   │   │       │   ├── __init__.cpython-37.pyc
│       │   │   │   │       │   └── test_compat.cpython-37.pyc
│       │   │   │   │       └── test_compat.py
│       │   │   │   ├── conftest.py
│       │   │   │   ├── core
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── _add_newdocs.cpython-37.pyc
│       │   │   │   │   │   ├── _aliased_types.cpython-37.pyc
│       │   │   │   │   │   ├── _asarray.cpython-37.pyc
│       │   │   │   │   │   ├── _dtype.cpython-37.pyc
│       │   │   │   │   │   ├── _dtype_ctypes.cpython-37.pyc
│       │   │   │   │   │   ├── _exceptions.cpython-37.pyc
│       │   │   │   │   │   ├── _internal.cpython-37.pyc
│       │   │   │   │   │   ├── _methods.cpython-37.pyc
│       │   │   │   │   │   ├── _string_helpers.cpython-37.pyc
│       │   │   │   │   │   ├── _type_aliases.cpython-37.pyc
│       │   │   │   │   │   ├── _ufunc_config.cpython-37.pyc
│       │   │   │   │   │   ├── arrayprint.cpython-37.pyc
│       │   │   │   │   │   ├── cversions.cpython-37.pyc
│       │   │   │   │   │   ├── defchararray.cpython-37.pyc
│       │   │   │   │   │   ├── einsumfunc.cpython-37.pyc
│       │   │   │   │   │   ├── fromnumeric.cpython-37.pyc
│       │   │   │   │   │   ├── function_base.cpython-37.pyc
│       │   │   │   │   │   ├── generate_numpy_api.cpython-37.pyc
│       │   │   │   │   │   ├── getlimits.cpython-37.pyc
│       │   │   │   │   │   ├── info.cpython-37.pyc
│       │   │   │   │   │   ├── machar.cpython-37.pyc
│       │   │   │   │   │   ├── memmap.cpython-37.pyc
│       │   │   │   │   │   ├── multiarray.cpython-37.pyc
│       │   │   │   │   │   ├── numeric.cpython-37.pyc
│       │   │   │   │   │   ├── numerictypes.cpython-37.pyc
│       │   │   │   │   │   ├── overrides.cpython-37.pyc
│       │   │   │   │   │   ├── records.cpython-37.pyc
│       │   │   │   │   │   ├── setup.cpython-37.pyc
│       │   │   │   │   │   ├── setup_common.cpython-37.pyc
│       │   │   │   │   │   ├── shape_base.cpython-37.pyc
│       │   │   │   │   │   ├── umath.cpython-37.pyc
│       │   │   │   │   │   └── umath_tests.cpython-37.pyc
│       │   │   │   │   ├── _add_newdocs.py
│       │   │   │   │   ├── _aliased_types.py
│       │   │   │   │   ├── _asarray.py
│       │   │   │   │   ├── _dtype.py
│       │   │   │   │   ├── _dtype_ctypes.py
│       │   │   │   │   ├── _dummy.cp37-win_amd64.pyd
│       │   │   │   │   ├── _exceptions.py
│       │   │   │   │   ├── _internal.py
│       │   │   │   │   ├── _methods.py
│       │   │   │   │   ├── _multiarray_tests.cp37-win_amd64.pyd
│       │   │   │   │   ├── _multiarray_umath.cp37-win_amd64.pyd
│       │   │   │   │   ├── _operand_flag_tests.cp37-win_amd64.pyd
│       │   │   │   │   ├── _rational_tests.cp37-win_amd64.pyd
│       │   │   │   │   ├── _string_helpers.py
│       │   │   │   │   ├── _struct_ufunc_tests.cp37-win_amd64.pyd
│       │   │   │   │   ├── _type_aliases.py
│       │   │   │   │   ├── _ufunc_config.py
│       │   │   │   │   ├── _umath_tests.cp37-win_amd64.pyd
│       │   │   │   │   ├── arrayprint.py
│       │   │   │   │   ├── cversions.py
│       │   │   │   │   ├── defchararray.py
│       │   │   │   │   ├── einsumfunc.py
│       │   │   │   │   ├── fromnumeric.py
│       │   │   │   │   ├── function_base.py
│       │   │   │   │   ├── generate_numpy_api.py
│       │   │   │   │   ├── getlimits.py
│       │   │   │   │   ├── include
│       │   │   │   │   │   └── numpy
│       │   │   │   │   │       ├── __multiarray_api.h
│       │   │   │   │   │       ├── __ufunc_api.h
│       │   │   │   │   │       ├── _neighborhood_iterator_imp.h
│       │   │   │   │   │       ├── _numpyconfig.h
│       │   │   │   │   │       ├── arrayobject.h
│       │   │   │   │   │       ├── arrayscalars.h
│       │   │   │   │   │       ├── halffloat.h
│       │   │   │   │   │       ├── multiarray_api.txt
│       │   │   │   │   │       ├── ndarrayobject.h
│       │   │   │   │   │       ├── ndarraytypes.h
│       │   │   │   │   │       ├── noprefix.h
│       │   │   │   │   │       ├── npy_1_7_deprecated_api.h
│       │   │   │   │   │       ├── npy_3kcompat.h
│       │   │   │   │   │       ├── npy_common.h
│       │   │   │   │   │       ├── npy_cpu.h
│       │   │   │   │   │       ├── npy_endian.h
│       │   │   │   │   │       ├── npy_interrupt.h
│       │   │   │   │   │       ├── npy_math.h
│       │   │   │   │   │       ├── npy_no_deprecated_api.h
│       │   │   │   │   │       ├── npy_os.h
│       │   │   │   │   │       ├── numpyconfig.h
│       │   │   │   │   │       ├── old_defines.h
│       │   │   │   │   │       ├── oldnumeric.h
│       │   │   │   │   │       ├── random
│       │   │   │   │   │       │   └── bitgen.h
│       │   │   │   │   │       ├── ufunc_api.txt
│       │   │   │   │   │       ├── ufuncobject.h
│       │   │   │   │   │       └── utils.h
│       │   │   │   │   ├── info.py
│       │   │   │   │   ├── lib
│       │   │   │   │   │   ├── npy-pkg-config
│       │   │   │   │   │   │   ├── mlib.ini
│       │   │   │   │   │   │   └── npymath.ini
│       │   │   │   │   │   └── npymath.lib
│       │   │   │   │   ├── machar.py
│       │   │   │   │   ├── memmap.py
│       │   │   │   │   ├── multiarray.py
│       │   │   │   │   ├── numeric.py
│       │   │   │   │   ├── numerictypes.py
│       │   │   │   │   ├── overrides.py
│       │   │   │   │   ├── records.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   ├── setup_common.py
│       │   │   │   │   ├── shape_base.py
│       │   │   │   │   ├── tests
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── _locales.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_abc.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_api.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_arrayprint.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_datetime.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_defchararray.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_deprecations.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_dtype.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_einsum.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_errstate.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_extint128.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_function_base.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_getlimits.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_half.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_indexerrors.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_indexing.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_item_selection.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_longdouble.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_machar.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_mem_overlap.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_memmap.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_multiarray.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_nditer.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_numeric.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_numerictypes.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_overrides.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_print.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_records.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_regression.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_scalar_ctors.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_scalar_methods.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_scalarbuffer.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_scalarinherit.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_scalarmath.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_scalarprint.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_shape_base.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_ufunc.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_umath.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_umath_accuracy.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_umath_complex.cpython-37.pyc
│       │   │   │   │   │   │   └── test_unicode.cpython-37.pyc
│       │   │   │   │   │   ├── _locales.py
│       │   │   │   │   │   ├── data
│       │   │   │   │   │   │   ├── astype_copy.pkl
│       │   │   │   │   │   │   ├── recarray_from_file.fits
│       │   │   │   │   │   │   ├── umath-validation-set-README
│       │   │   │   │   │   │   ├── umath-validation-set-cos
│       │   │   │   │   │   │   ├── umath-validation-set-exp
│       │   │   │   │   │   │   ├── umath-validation-set-log
│       │   │   │   │   │   │   └── umath-validation-set-sin
│       │   │   │   │   │   ├── test_abc.py
│       │   │   │   │   │   ├── test_api.py
│       │   │   │   │   │   ├── test_arrayprint.py
│       │   │   │   │   │   ├── test_datetime.py
│       │   │   │   │   │   ├── test_defchararray.py
│       │   │   │   │   │   ├── test_deprecations.py
│       │   │   │   │   │   ├── test_dtype.py
│       │   │   │   │   │   ├── test_einsum.py
│       │   │   │   │   │   ├── test_errstate.py
│       │   │   │   │   │   ├── test_extint128.py
│       │   │   │   │   │   ├── test_function_base.py
│       │   │   │   │   │   ├── test_getlimits.py
│       │   │   │   │   │   ├── test_half.py
│       │   │   │   │   │   ├── test_indexerrors.py
│       │   │   │   │   │   ├── test_indexing.py
│       │   │   │   │   │   ├── test_item_selection.py
│       │   │   │   │   │   ├── test_longdouble.py
│       │   │   │   │   │   ├── test_machar.py
│       │   │   │   │   │   ├── test_mem_overlap.py
│       │   │   │   │   │   ├── test_memmap.py
│       │   │   │   │   │   ├── test_multiarray.py
│       │   │   │   │   │   ├── test_nditer.py
│       │   │   │   │   │   ├── test_numeric.py
│       │   │   │   │   │   ├── test_numerictypes.py
│       │   │   │   │   │   ├── test_overrides.py
│       │   │   │   │   │   ├── test_print.py
│       │   │   │   │   │   ├── test_records.py
│       │   │   │   │   │   ├── test_regression.py
│       │   │   │   │   │   ├── test_scalar_ctors.py
│       │   │   │   │   │   ├── test_scalar_methods.py
│       │   │   │   │   │   ├── test_scalarbuffer.py
│       │   │   │   │   │   ├── test_scalarinherit.py
│       │   │   │   │   │   ├── test_scalarmath.py
│       │   │   │   │   │   ├── test_scalarprint.py
│       │   │   │   │   │   ├── test_shape_base.py
│       │   │   │   │   │   ├── test_ufunc.py
│       │   │   │   │   │   ├── test_umath.py
│       │   │   │   │   │   ├── test_umath_accuracy.py
│       │   │   │   │   │   ├── test_umath_complex.py
│       │   │   │   │   │   └── test_unicode.py
│       │   │   │   │   ├── umath.py
│       │   │   │   │   └── umath_tests.py
│       │   │   │   ├── ctypeslib.py
│       │   │   │   ├── distutils
│       │   │   │   │   ├── __config__.py
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __config__.cpython-37.pyc
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── __version__.cpython-37.pyc
│       │   │   │   │   │   ├── _shell_utils.cpython-37.pyc
│       │   │   │   │   │   ├── ccompiler.cpython-37.pyc
│       │   │   │   │   │   ├── compat.cpython-37.pyc
│       │   │   │   │   │   ├── conv_template.cpython-37.pyc
│       │   │   │   │   │   ├── core.cpython-37.pyc
│       │   │   │   │   │   ├── cpuinfo.cpython-37.pyc
│       │   │   │   │   │   ├── exec_command.cpython-37.pyc
│       │   │   │   │   │   ├── extension.cpython-37.pyc
│       │   │   │   │   │   ├── from_template.cpython-37.pyc
│       │   │   │   │   │   ├── info.cpython-37.pyc
│       │   │   │   │   │   ├── intelccompiler.cpython-37.pyc
│       │   │   │   │   │   ├── lib2def.cpython-37.pyc
│       │   │   │   │   │   ├── line_endings.cpython-37.pyc
│       │   │   │   │   │   ├── log.cpython-37.pyc
│       │   │   │   │   │   ├── mingw32ccompiler.cpython-37.pyc
│       │   │   │   │   │   ├── misc_util.cpython-37.pyc
│       │   │   │   │   │   ├── msvc9compiler.cpython-37.pyc
│       │   │   │   │   │   ├── msvccompiler.cpython-37.pyc
│       │   │   │   │   │   ├── npy_pkg_config.cpython-37.pyc
│       │   │   │   │   │   ├── numpy_distribution.cpython-37.pyc
│       │   │   │   │   │   ├── pathccompiler.cpython-37.pyc
│       │   │   │   │   │   ├── setup.cpython-37.pyc
│       │   │   │   │   │   ├── system_info.cpython-37.pyc
│       │   │   │   │   │   └── unixccompiler.cpython-37.pyc
│       │   │   │   │   ├── __version__.py
│       │   │   │   │   ├── _shell_utils.py
│       │   │   │   │   ├── ccompiler.py
│       │   │   │   │   ├── command
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── autodist.cpython-37.pyc
│       │   │   │   │   │   │   ├── bdist_rpm.cpython-37.pyc
│       │   │   │   │   │   │   ├── build.cpython-37.pyc
│       │   │   │   │   │   │   ├── build_clib.cpython-37.pyc
│       │   │   │   │   │   │   ├── build_ext.cpython-37.pyc
│       │   │   │   │   │   │   ├── build_py.cpython-37.pyc
│       │   │   │   │   │   │   ├── build_scripts.cpython-37.pyc
│       │   │   │   │   │   │   ├── build_src.cpython-37.pyc
│       │   │   │   │   │   │   ├── config.cpython-37.pyc
│       │   │   │   │   │   │   ├── config_compiler.cpython-37.pyc
│       │   │   │   │   │   │   ├── develop.cpython-37.pyc
│       │   │   │   │   │   │   ├── egg_info.cpython-37.pyc
│       │   │   │   │   │   │   ├── install.cpython-37.pyc
│       │   │   │   │   │   │   ├── install_clib.cpython-37.pyc
│       │   │   │   │   │   │   ├── install_data.cpython-37.pyc
│       │   │   │   │   │   │   ├── install_headers.cpython-37.pyc
│       │   │   │   │   │   │   └── sdist.cpython-37.pyc
│       │   │   │   │   │   ├── autodist.py
│       │   │   │   │   │   ├── bdist_rpm.py
│       │   │   │   │   │   ├── build.py
│       │   │   │   │   │   ├── build_clib.py
│       │   │   │   │   │   ├── build_ext.py
│       │   │   │   │   │   ├── build_py.py
│       │   │   │   │   │   ├── build_scripts.py
│       │   │   │   │   │   ├── build_src.py
│       │   │   │   │   │   ├── config.py
│       │   │   │   │   │   ├── config_compiler.py
│       │   │   │   │   │   ├── develop.py
│       │   │   │   │   │   ├── egg_info.py
│       │   │   │   │   │   ├── install.py
│       │   │   │   │   │   ├── install_clib.py
│       │   │   │   │   │   ├── install_data.py
│       │   │   │   │   │   ├── install_headers.py
│       │   │   │   │   │   └── sdist.py
│       │   │   │   │   ├── compat.py
│       │   │   │   │   ├── conv_template.py
│       │   │   │   │   ├── core.py
│       │   │   │   │   ├── cpuinfo.py
│       │   │   │   │   ├── exec_command.py
│       │   │   │   │   ├── extension.py
│       │   │   │   │   ├── fcompiler
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── absoft.cpython-37.pyc
│       │   │   │   │   │   │   ├── compaq.cpython-37.pyc
│       │   │   │   │   │   │   ├── environment.cpython-37.pyc
│       │   │   │   │   │   │   ├── g95.cpython-37.pyc
│       │   │   │   │   │   │   ├── gnu.cpython-37.pyc
│       │   │   │   │   │   │   ├── hpux.cpython-37.pyc
│       │   │   │   │   │   │   ├── ibm.cpython-37.pyc
│       │   │   │   │   │   │   ├── intel.cpython-37.pyc
│       │   │   │   │   │   │   ├── lahey.cpython-37.pyc
│       │   │   │   │   │   │   ├── mips.cpython-37.pyc
│       │   │   │   │   │   │   ├── nag.cpython-37.pyc
│       │   │   │   │   │   │   ├── none.cpython-37.pyc
│       │   │   │   │   │   │   ├── pathf95.cpython-37.pyc
│       │   │   │   │   │   │   ├── pg.cpython-37.pyc
│       │   │   │   │   │   │   ├── sun.cpython-37.pyc
│       │   │   │   │   │   │   └── vast.cpython-37.pyc
│       │   │   │   │   │   ├── absoft.py
│       │   │   │   │   │   ├── compaq.py
│       │   │   │   │   │   ├── environment.py
│       │   │   │   │   │   ├── g95.py
│       │   │   │   │   │   ├── gnu.py
│       │   │   │   │   │   ├── hpux.py
│       │   │   │   │   │   ├── ibm.py
│       │   │   │   │   │   ├── intel.py
│       │   │   │   │   │   ├── lahey.py
│       │   │   │   │   │   ├── mips.py
│       │   │   │   │   │   ├── nag.py
│       │   │   │   │   │   ├── none.py
│       │   │   │   │   │   ├── pathf95.py
│       │   │   │   │   │   ├── pg.py
│       │   │   │   │   │   ├── sun.py
│       │   │   │   │   │   └── vast.py
│       │   │   │   │   ├── from_template.py
│       │   │   │   │   ├── info.py
│       │   │   │   │   ├── intelccompiler.py
│       │   │   │   │   ├── lib2def.py
│       │   │   │   │   ├── line_endings.py
│       │   │   │   │   ├── log.py
│       │   │   │   │   ├── mingw
│       │   │   │   │   │   └── gfortran_vs2003_hack.c
│       │   │   │   │   ├── mingw32ccompiler.py
│       │   │   │   │   ├── misc_util.py
│       │   │   │   │   ├── msvc9compiler.py
│       │   │   │   │   ├── msvccompiler.py
│       │   │   │   │   ├── npy_pkg_config.py
│       │   │   │   │   ├── numpy_distribution.py
│       │   │   │   │   ├── pathccompiler.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   ├── system_info.py
│       │   │   │   │   ├── tests
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_exec_command.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_fcompiler.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_fcompiler_gnu.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_fcompiler_intel.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_fcompiler_nagfor.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_from_template.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_misc_util.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_npy_pkg_config.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_shell_utils.cpython-37.pyc
│       │   │   │   │   │   │   └── test_system_info.cpython-37.pyc
│       │   │   │   │   │   ├── test_exec_command.py
│       │   │   │   │   │   ├── test_fcompiler.py
│       │   │   │   │   │   ├── test_fcompiler_gnu.py
│       │   │   │   │   │   ├── test_fcompiler_intel.py
│       │   │   │   │   │   ├── test_fcompiler_nagfor.py
│       │   │   │   │   │   ├── test_from_template.py
│       │   │   │   │   │   ├── test_misc_util.py
│       │   │   │   │   │   ├── test_npy_pkg_config.py
│       │   │   │   │   │   ├── test_shell_utils.py
│       │   │   │   │   │   └── test_system_info.py
│       │   │   │   │   └── unixccompiler.py
│       │   │   │   ├── doc
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── basics.cpython-37.pyc
│       │   │   │   │   │   ├── broadcasting.cpython-37.pyc
│       │   │   │   │   │   ├── byteswapping.cpython-37.pyc
│       │   │   │   │   │   ├── constants.cpython-37.pyc
│       │   │   │   │   │   ├── creation.cpython-37.pyc
│       │   │   │   │   │   ├── dispatch.cpython-37.pyc
│       │   │   │   │   │   ├── glossary.cpython-37.pyc
│       │   │   │   │   │   ├── indexing.cpython-37.pyc
│       │   │   │   │   │   ├── internals.cpython-37.pyc
│       │   │   │   │   │   ├── misc.cpython-37.pyc
│       │   │   │   │   │   ├── structured_arrays.cpython-37.pyc
│       │   │   │   │   │   ├── subclassing.cpython-37.pyc
│       │   │   │   │   │   └── ufuncs.cpython-37.pyc
│       │   │   │   │   ├── basics.py
│       │   │   │   │   ├── broadcasting.py
│       │   │   │   │   ├── byteswapping.py
│       │   │   │   │   ├── constants.py
│       │   │   │   │   ├── creation.py
│       │   │   │   │   ├── dispatch.py
│       │   │   │   │   ├── glossary.py
│       │   │   │   │   ├── indexing.py
│       │   │   │   │   ├── internals.py
│       │   │   │   │   ├── misc.py
│       │   │   │   │   ├── structured_arrays.py
│       │   │   │   │   ├── subclassing.py
│       │   │   │   │   └── ufuncs.py
│       │   │   │   ├── dual.py
│       │   │   │   ├── f2py
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __main__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── __main__.cpython-37.pyc
│       │   │   │   │   │   ├── __version__.cpython-37.pyc
│       │   │   │   │   │   ├── auxfuncs.cpython-37.pyc
│       │   │   │   │   │   ├── capi_maps.cpython-37.pyc
│       │   │   │   │   │   ├── cb_rules.cpython-37.pyc
│       │   │   │   │   │   ├── cfuncs.cpython-37.pyc
│       │   │   │   │   │   ├── common_rules.cpython-37.pyc
│       │   │   │   │   │   ├── crackfortran.cpython-37.pyc
│       │   │   │   │   │   ├── diagnose.cpython-37.pyc
│       │   │   │   │   │   ├── f2py2e.cpython-37.pyc
│       │   │   │   │   │   ├── f2py_testing.cpython-37.pyc
│       │   │   │   │   │   ├── f90mod_rules.cpython-37.pyc
│       │   │   │   │   │   ├── func2subr.cpython-37.pyc
│       │   │   │   │   │   ├── info.cpython-37.pyc
│       │   │   │   │   │   ├── rules.cpython-37.pyc
│       │   │   │   │   │   ├── setup.cpython-37.pyc
│       │   │   │   │   │   └── use_rules.cpython-37.pyc
│       │   │   │   │   ├── __version__.py
│       │   │   │   │   ├── auxfuncs.py
│       │   │   │   │   ├── capi_maps.py
│       │   │   │   │   ├── cb_rules.py
│       │   │   │   │   ├── cfuncs.py
│       │   │   │   │   ├── common_rules.py
│       │   │   │   │   ├── crackfortran.py
│       │   │   │   │   ├── diagnose.py
│       │   │   │   │   ├── f2py2e.py
│       │   │   │   │   ├── f2py_testing.py
│       │   │   │   │   ├── f90mod_rules.py
│       │   │   │   │   ├── func2subr.py
│       │   │   │   │   ├── info.py
│       │   │   │   │   ├── rules.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   ├── src
│       │   │   │   │   │   ├── fortranobject.c
│       │   │   │   │   │   └── fortranobject.h
│       │   │   │   │   ├── tests
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_array_from_pyobj.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_assumed_shape.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_block_docstring.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_callback.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_common.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_compile_function.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_kind.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_mixed.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_parameter.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_quoted_character.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_regression.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_return_character.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_return_complex.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_return_integer.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_return_logical.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_return_real.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_semicolon_split.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_size.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_string.cpython-37.pyc
│       │   │   │   │   │   │   └── util.cpython-37.pyc
│       │   │   │   │   │   ├── src
│       │   │   │   │   │   │   ├── array_from_pyobj
│       │   │   │   │   │   │   │   └── wrapmodule.c
│       │   │   │   │   │   │   ├── assumed_shape
│       │   │   │   │   │   │   │   ├── foo_free.f90
│       │   │   │   │   │   │   │   ├── foo_mod.f90
│       │   │   │   │   │   │   │   ├── foo_use.f90
│       │   │   │   │   │   │   │   └── precision.f90
│       │   │   │   │   │   │   ├── common
│       │   │   │   │   │   │   │   └── block.f
│       │   │   │   │   │   │   ├── kind
│       │   │   │   │   │   │   │   └── foo.f90
│       │   │   │   │   │   │   ├── mixed
│       │   │   │   │   │   │   │   ├── foo.f
│       │   │   │   │   │   │   │   ├── foo_fixed.f90
│       │   │   │   │   │   │   │   └── foo_free.f90
│       │   │   │   │   │   │   ├── parameter
│       │   │   │   │   │   │   │   ├── constant_both.f90
│       │   │   │   │   │   │   │   ├── constant_compound.f90
│       │   │   │   │   │   │   │   ├── constant_integer.f90
│       │   │   │   │   │   │   │   ├── constant_non_compound.f90
│       │   │   │   │   │   │   │   └── constant_real.f90
│       │   │   │   │   │   │   ├── regression
│       │   │   │   │   │   │   │   └── inout.f90
│       │   │   │   │   │   │   ├── size
│       │   │   │   │   │   │   │   └── foo.f90
│       │   │   │   │   │   │   └── string
│       │   │   │   │   │   │       └── char.f90
│       │   │   │   │   │   ├── test_array_from_pyobj.py
│       │   │   │   │   │   ├── test_assumed_shape.py
│       │   │   │   │   │   ├── test_block_docstring.py
│       │   │   │   │   │   ├── test_callback.py
│       │   │   │   │   │   ├── test_common.py
│       │   │   │   │   │   ├── test_compile_function.py
│       │   │   │   │   │   ├── test_kind.py
│       │   │   │   │   │   ├── test_mixed.py
│       │   │   │   │   │   ├── test_parameter.py
│       │   │   │   │   │   ├── test_quoted_character.py
│       │   │   │   │   │   ├── test_regression.py
│       │   │   │   │   │   ├── test_return_character.py
│       │   │   │   │   │   ├── test_return_complex.py
│       │   │   │   │   │   ├── test_return_integer.py
│       │   │   │   │   │   ├── test_return_logical.py
│       │   │   │   │   │   ├── test_return_real.py
│       │   │   │   │   │   ├── test_semicolon_split.py
│       │   │   │   │   │   ├── test_size.py
│       │   │   │   │   │   ├── test_string.py
│       │   │   │   │   │   └── util.py
│       │   │   │   │   └── use_rules.py
│       │   │   │   ├── fft
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── helper.cpython-37.pyc
│       │   │   │   │   │   ├── info.cpython-37.pyc
│       │   │   │   │   │   ├── pocketfft.cpython-37.pyc
│       │   │   │   │   │   └── setup.cpython-37.pyc
│       │   │   │   │   ├── helper.py
│       │   │   │   │   ├── info.py
│       │   │   │   │   ├── pocketfft.py
│       │   │   │   │   ├── pocketfft_internal.cp37-win_amd64.pyd
│       │   │   │   │   ├── setup.py
│       │   │   │   │   └── tests
│       │   │   │   │       ├── __init__.py
│       │   │   │   │       ├── __pycache__
│       │   │   │   │       │   ├── __init__.cpython-37.pyc
│       │   │   │   │       │   ├── test_helper.cpython-37.pyc
│       │   │   │   │       │   └── test_pocketfft.cpython-37.pyc
│       │   │   │   │       ├── test_helper.py
│       │   │   │   │       └── test_pocketfft.py
│       │   │   │   ├── lib
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── _datasource.cpython-37.pyc
│       │   │   │   │   │   ├── _iotools.cpython-37.pyc
│       │   │   │   │   │   ├── _version.cpython-37.pyc
│       │   │   │   │   │   ├── arraypad.cpython-37.pyc
│       │   │   │   │   │   ├── arraysetops.cpython-37.pyc
│       │   │   │   │   │   ├── arrayterator.cpython-37.pyc
│       │   │   │   │   │   ├── financial.cpython-37.pyc
│       │   │   │   │   │   ├── format.cpython-37.pyc
│       │   │   │   │   │   ├── function_base.cpython-37.pyc
│       │   │   │   │   │   ├── histograms.cpython-37.pyc
│       │   │   │   │   │   ├── index_tricks.cpython-37.pyc
│       │   │   │   │   │   ├── info.cpython-37.pyc
│       │   │   │   │   │   ├── mixins.cpython-37.pyc
│       │   │   │   │   │   ├── nanfunctions.cpython-37.pyc
│       │   │   │   │   │   ├── npyio.cpython-37.pyc
│       │   │   │   │   │   ├── polynomial.cpython-37.pyc
│       │   │   │   │   │   ├── recfunctions.cpython-37.pyc
│       │   │   │   │   │   ├── scimath.cpython-37.pyc
│       │   │   │   │   │   ├── setup.cpython-37.pyc
│       │   │   │   │   │   ├── shape_base.cpython-37.pyc
│       │   │   │   │   │   ├── stride_tricks.cpython-37.pyc
│       │   │   │   │   │   ├── twodim_base.cpython-37.pyc
│       │   │   │   │   │   ├── type_check.cpython-37.pyc
│       │   │   │   │   │   ├── ufunclike.cpython-37.pyc
│       │   │   │   │   │   ├── user_array.cpython-37.pyc
│       │   │   │   │   │   └── utils.cpython-37.pyc
│       │   │   │   │   ├── _datasource.py
│       │   │   │   │   ├── _iotools.py
│       │   │   │   │   ├── _version.py
│       │   │   │   │   ├── arraypad.py
│       │   │   │   │   ├── arraysetops.py
│       │   │   │   │   ├── arrayterator.py
│       │   │   │   │   ├── financial.py
│       │   │   │   │   ├── format.py
│       │   │   │   │   ├── function_base.py
│       │   │   │   │   ├── histograms.py
│       │   │   │   │   ├── index_tricks.py
│       │   │   │   │   ├── info.py
│       │   │   │   │   ├── mixins.py
│       │   │   │   │   ├── nanfunctions.py
│       │   │   │   │   ├── npyio.py
│       │   │   │   │   ├── polynomial.py
│       │   │   │   │   ├── recfunctions.py
│       │   │   │   │   ├── scimath.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   ├── shape_base.py
│       │   │   │   │   ├── stride_tricks.py
│       │   │   │   │   ├── tests
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── test__datasource.cpython-37.pyc
│       │   │   │   │   │   │   ├── test__iotools.cpython-37.pyc
│       │   │   │   │   │   │   ├── test__version.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_arraypad.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_arraysetops.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_arrayterator.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_financial.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_format.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_function_base.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_histograms.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_index_tricks.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_io.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_mixins.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_nanfunctions.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_packbits.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_polynomial.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_recfunctions.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_regression.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_shape_base.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_stride_tricks.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_twodim_base.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_type_check.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_ufunclike.cpython-37.pyc
│       │   │   │   │   │   │   └── test_utils.cpython-37.pyc
│       │   │   │   │   │   ├── data
│       │   │   │   │   │   │   ├── py2-objarr.npy
│       │   │   │   │   │   │   ├── py2-objarr.npz
│       │   │   │   │   │   │   ├── py3-objarr.npy
│       │   │   │   │   │   │   ├── py3-objarr.npz
│       │   │   │   │   │   │   ├── python3.npy
│       │   │   │   │   │   │   └── win64python2.npy
│       │   │   │   │   │   ├── test__datasource.py
│       │   │   │   │   │   ├── test__iotools.py
│       │   │   │   │   │   ├── test__version.py
│       │   │   │   │   │   ├── test_arraypad.py
│       │   │   │   │   │   ├── test_arraysetops.py
│       │   │   │   │   │   ├── test_arrayterator.py
│       │   │   │   │   │   ├── test_financial.py
│       │   │   │   │   │   ├── test_format.py
│       │   │   │   │   │   ├── test_function_base.py
│       │   │   │   │   │   ├── test_histograms.py
│       │   │   │   │   │   ├── test_index_tricks.py
│       │   │   │   │   │   ├── test_io.py
│       │   │   │   │   │   ├── test_mixins.py
│       │   │   │   │   │   ├── test_nanfunctions.py
│       │   │   │   │   │   ├── test_packbits.py
│       │   │   │   │   │   ├── test_polynomial.py
│       │   │   │   │   │   ├── test_recfunctions.py
│       │   │   │   │   │   ├── test_regression.py
│       │   │   │   │   │   ├── test_shape_base.py
│       │   │   │   │   │   ├── test_stride_tricks.py
│       │   │   │   │   │   ├── test_twodim_base.py
│       │   │   │   │   │   ├── test_type_check.py
│       │   │   │   │   │   ├── test_ufunclike.py
│       │   │   │   │   │   └── test_utils.py
│       │   │   │   │   ├── twodim_base.py
│       │   │   │   │   ├── type_check.py
│       │   │   │   │   ├── ufunclike.py
│       │   │   │   │   ├── user_array.py
│       │   │   │   │   └── utils.py
│       │   │   │   ├── linalg
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── info.cpython-37.pyc
│       │   │   │   │   │   ├── linalg.cpython-37.pyc
│       │   │   │   │   │   └── setup.cpython-37.pyc
│       │   │   │   │   ├── _umath_linalg.cp37-win_amd64.pyd
│       │   │   │   │   ├── info.py
│       │   │   │   │   ├── lapack_lite.cp37-win_amd64.pyd
│       │   │   │   │   ├── linalg.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   └── tests
│       │   │   │   │       ├── __init__.py
│       │   │   │   │       ├── __pycache__
│       │   │   │   │       │   ├── __init__.cpython-37.pyc
│       │   │   │   │       │   ├── test_build.cpython-37.pyc
│       │   │   │   │       │   ├── test_deprecations.cpython-37.pyc
│       │   │   │   │       │   ├── test_linalg.cpython-37.pyc
│       │   │   │   │       │   └── test_regression.cpython-37.pyc
│       │   │   │   │       ├── test_build.py
│       │   │   │   │       ├── test_deprecations.py
│       │   │   │   │       ├── test_linalg.py
│       │   │   │   │       └── test_regression.py
│       │   │   │   ├── ma
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── bench.cpython-37.pyc
│       │   │   │   │   │   ├── core.cpython-37.pyc
│       │   │   │   │   │   ├── extras.cpython-37.pyc
│       │   │   │   │   │   ├── mrecords.cpython-37.pyc
│       │   │   │   │   │   ├── setup.cpython-37.pyc
│       │   │   │   │   │   ├── testutils.cpython-37.pyc
│       │   │   │   │   │   ├── timer_comparison.cpython-37.pyc
│       │   │   │   │   │   └── version.cpython-37.pyc
│       │   │   │   │   ├── bench.py
│       │   │   │   │   ├── core.py
│       │   │   │   │   ├── extras.py
│       │   │   │   │   ├── mrecords.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   ├── tests
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_core.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_deprecations.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_extras.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_mrecords.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_old_ma.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_regression.cpython-37.pyc
│       │   │   │   │   │   │   └── test_subclassing.cpython-37.pyc
│       │   │   │   │   │   ├── test_core.py
│       │   │   │   │   │   ├── test_deprecations.py
│       │   │   │   │   │   ├── test_extras.py
│       │   │   │   │   │   ├── test_mrecords.py
│       │   │   │   │   │   ├── test_old_ma.py
│       │   │   │   │   │   ├── test_regression.py
│       │   │   │   │   │   └── test_subclassing.py
│       │   │   │   │   ├── testutils.py
│       │   │   │   │   ├── timer_comparison.py
│       │   │   │   │   └── version.py
│       │   │   │   ├── matlib.py
│       │   │   │   ├── matrixlib
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── defmatrix.cpython-37.pyc
│       │   │   │   │   │   └── setup.cpython-37.pyc
│       │   │   │   │   ├── defmatrix.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   └── tests
│       │   │   │   │       ├── __init__.py
│       │   │   │   │       ├── __pycache__
│       │   │   │   │       │   ├── __init__.cpython-37.pyc
│       │   │   │   │       │   ├── test_defmatrix.cpython-37.pyc
│       │   │   │   │       │   ├── test_interaction.cpython-37.pyc
│       │   │   │   │       │   ├── test_masked_matrix.cpython-37.pyc
│       │   │   │   │       │   ├── test_matrix_linalg.cpython-37.pyc
│       │   │   │   │       │   ├── test_multiarray.cpython-37.pyc
│       │   │   │   │       │   ├── test_numeric.cpython-37.pyc
│       │   │   │   │       │   └── test_regression.cpython-37.pyc
│       │   │   │   │       ├── test_defmatrix.py
│       │   │   │   │       ├── test_interaction.py
│       │   │   │   │       ├── test_masked_matrix.py
│       │   │   │   │       ├── test_matrix_linalg.py
│       │   │   │   │       ├── test_multiarray.py
│       │   │   │   │       ├── test_numeric.py
│       │   │   │   │       └── test_regression.py
│       │   │   │   ├── polynomial
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── _polybase.cpython-37.pyc
│       │   │   │   │   │   ├── chebyshev.cpython-37.pyc
│       │   │   │   │   │   ├── hermite.cpython-37.pyc
│       │   │   │   │   │   ├── hermite_e.cpython-37.pyc
│       │   │   │   │   │   ├── laguerre.cpython-37.pyc
│       │   │   │   │   │   ├── legendre.cpython-37.pyc
│       │   │   │   │   │   ├── polynomial.cpython-37.pyc
│       │   │   │   │   │   ├── polyutils.cpython-37.pyc
│       │   │   │   │   │   └── setup.cpython-37.pyc
│       │   │   │   │   ├── _polybase.py
│       │   │   │   │   ├── chebyshev.py
│       │   │   │   │   ├── hermite.py
│       │   │   │   │   ├── hermite_e.py
│       │   │   │   │   ├── laguerre.py
│       │   │   │   │   ├── legendre.py
│       │   │   │   │   ├── polynomial.py
│       │   │   │   │   ├── polyutils.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   └── tests
│       │   │   │   │       ├── __init__.py
│       │   │   │   │       ├── __pycache__
│       │   │   │   │       │   ├── __init__.cpython-37.pyc
│       │   │   │   │       │   ├── test_chebyshev.cpython-37.pyc
│       │   │   │   │       │   ├── test_classes.cpython-37.pyc
│       │   │   │   │       │   ├── test_hermite.cpython-37.pyc
│       │   │   │   │       │   ├── test_hermite_e.cpython-37.pyc
│       │   │   │   │       │   ├── test_laguerre.cpython-37.pyc
│       │   │   │   │       │   ├── test_legendre.cpython-37.pyc
│       │   │   │   │       │   ├── test_polynomial.cpython-37.pyc
│       │   │   │   │       │   ├── test_polyutils.cpython-37.pyc
│       │   │   │   │       │   └── test_printing.cpython-37.pyc
│       │   │   │   │       ├── test_chebyshev.py
│       │   │   │   │       ├── test_classes.py
│       │   │   │   │       ├── test_hermite.py
│       │   │   │   │       ├── test_hermite_e.py
│       │   │   │   │       ├── test_laguerre.py
│       │   │   │   │       ├── test_legendre.py
│       │   │   │   │       ├── test_polynomial.py
│       │   │   │   │       ├── test_polyutils.py
│       │   │   │   │       └── test_printing.py
│       │   │   │   ├── random
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── _pickle.cpython-37.pyc
│       │   │   │   │   │   ├── info.cpython-37.pyc
│       │   │   │   │   │   └── setup.cpython-37.pyc
│       │   │   │   │   ├── _pickle.py
│       │   │   │   │   ├── bit_generator.cp37-win_amd64.pyd
│       │   │   │   │   ├── bit_generator.pxd
│       │   │   │   │   ├── bounded_integers.cp37-win_amd64.pyd
│       │   │   │   │   ├── common.cp37-win_amd64.pyd
│       │   │   │   │   ├── common.pxd
│       │   │   │   │   ├── entropy.cp37-win_amd64.pyd
│       │   │   │   │   ├── generator.cp37-win_amd64.pyd
│       │   │   │   │   ├── info.py
│       │   │   │   │   ├── mt19937.cp37-win_amd64.pyd
│       │   │   │   │   ├── mtrand.cp37-win_amd64.pyd
│       │   │   │   │   ├── pcg64.cp37-win_amd64.pyd
│       │   │   │   │   ├── philox.cp37-win_amd64.pyd
│       │   │   │   │   ├── setup.py
│       │   │   │   │   ├── sfc64.cp37-win_amd64.pyd
│       │   │   │   │   └── tests
│       │   │   │   │       ├── __init__.py
│       │   │   │   │       ├── __pycache__
│       │   │   │   │       │   ├── __init__.cpython-37.pyc
│       │   │   │   │       │   ├── test_direct.cpython-37.pyc
│       │   │   │   │       │   ├── test_generator_mt19937.cpython-37.pyc
│       │   │   │   │       │   ├── test_generator_mt19937_regressions.cpython-37.pyc
│       │   │   │   │       │   ├── test_random.cpython-37.pyc
│       │   │   │   │       │   ├── test_randomstate.cpython-37.pyc
│       │   │   │   │       │   ├── test_randomstate_regression.cpython-37.pyc
│       │   │   │   │       │   ├── test_regression.cpython-37.pyc
│       │   │   │   │       │   ├── test_seed_sequence.cpython-37.pyc
│       │   │   │   │       │   └── test_smoke.cpython-37.pyc
│       │   │   │   │       ├── data
│       │   │   │   │       │   ├── __init__.py
│       │   │   │   │       │   ├── __pycache__
│       │   │   │   │       │   │   └── __init__.cpython-37.pyc
│       │   │   │   │       │   ├── mt19937-testset-1.csv
│       │   │   │   │       │   ├── mt19937-testset-2.csv
│       │   │   │   │       │   ├── pcg64-testset-1.csv
│       │   │   │   │       │   ├── pcg64-testset-2.csv
│       │   │   │   │       │   ├── philox-testset-1.csv
│       │   │   │   │       │   ├── philox-testset-2.csv
│       │   │   │   │       │   ├── sfc64-testset-1.csv
│       │   │   │   │       │   └── sfc64-testset-2.csv
│       │   │   │   │       ├── test_direct.py
│       │   │   │   │       ├── test_generator_mt19937.py
│       │   │   │   │       ├── test_generator_mt19937_regressions.py
│       │   │   │   │       ├── test_random.py
│       │   │   │   │       ├── test_randomstate.py
│       │   │   │   │       ├── test_randomstate_regression.py
│       │   │   │   │       ├── test_regression.py
│       │   │   │   │       ├── test_seed_sequence.py
│       │   │   │   │       └── test_smoke.py
│       │   │   │   ├── setup.py
│       │   │   │   ├── testing
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── decorators.cpython-37.pyc
│       │   │   │   │   │   ├── noseclasses.cpython-37.pyc
│       │   │   │   │   │   ├── nosetester.cpython-37.pyc
│       │   │   │   │   │   ├── print_coercion_tables.cpython-37.pyc
│       │   │   │   │   │   ├── setup.cpython-37.pyc
│       │   │   │   │   │   └── utils.cpython-37.pyc
│       │   │   │   │   ├── _private
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── decorators.cpython-37.pyc
│       │   │   │   │   │   │   ├── noseclasses.cpython-37.pyc
│       │   │   │   │   │   │   ├── nosetester.cpython-37.pyc
│       │   │   │   │   │   │   ├── parameterized.cpython-37.pyc
│       │   │   │   │   │   │   └── utils.cpython-37.pyc
│       │   │   │   │   │   ├── decorators.py
│       │   │   │   │   │   ├── noseclasses.py
│       │   │   │   │   │   ├── nosetester.py
│       │   │   │   │   │   ├── parameterized.py
│       │   │   │   │   │   └── utils.py
│       │   │   │   │   ├── decorators.py
│       │   │   │   │   ├── noseclasses.py
│       │   │   │   │   ├── nosetester.py
│       │   │   │   │   ├── print_coercion_tables.py
│       │   │   │   │   ├── setup.py
│       │   │   │   │   ├── tests
│       │   │   │   │   │   ├── __init__.py
│       │   │   │   │   │   ├── __pycache__
│       │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_decorators.cpython-37.pyc
│       │   │   │   │   │   │   ├── test_doctesting.cpython-37.pyc
│       │   │   │   │   │   │   └── test_utils.cpython-37.pyc
│       │   │   │   │   │   ├── test_decorators.py
│       │   │   │   │   │   ├── test_doctesting.py
│       │   │   │   │   │   └── test_utils.py
│       │   │   │   │   └── utils.py
│       │   │   │   ├── tests
│       │   │   │   │   ├── __init__.py
│       │   │   │   │   ├── __pycache__
│       │   │   │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │   │   │   ├── test_ctypeslib.cpython-37.pyc
│       │   │   │   │   │   ├── test_matlib.cpython-37.pyc
│       │   │   │   │   │   ├── test_numpy_version.cpython-37.pyc
│       │   │   │   │   │   ├── test_public_api.cpython-37.pyc
│       │   │   │   │   │   ├── test_reloading.cpython-37.pyc
│       │   │   │   │   │   ├── test_scripts.cpython-37.pyc
│       │   │   │   │   │   └── test_warnings.cpython-37.pyc
│       │   │   │   │   ├── test_ctypeslib.py
│       │   │   │   │   ├── test_matlib.py
│       │   │   │   │   ├── test_numpy_version.py
│       │   │   │   │   ├── test_public_api.py
│       │   │   │   │   ├── test_reloading.py
│       │   │   │   │   ├── test_scripts.py
│       │   │   │   │   └── test_warnings.py
│       │   │   │   └── version.py
│       │   │   ├── numpy-1.17.1.dist-info
│       │   │   │   ├── INSTALLER
│       │   │   │   ├── LICENSE.txt
│       │   │   │   ├── LICENSES_bundled.txt
│       │   │   │   ├── METADATA
│       │   │   │   ├── RECORD
│       │   │   │   ├── WHEEL
│       │   │   │   ├── entry_points.txt
│       │   │   │   └── top_level.txt
│       │   │   ├── pip-10.0.1-py3.7.egg
│       │   │   │   ├── EGG-INFO
│       │   │   │   │   ├── PKG-INFO
│       │   │   │   │   ├── SOURCES.txt
│       │   │   │   │   ├── dependency_links.txt
│       │   │   │   │   ├── entry_points.txt
│       │   │   │   │   ├── not-zip-safe
│       │   │   │   │   ├── requires.txt
│       │   │   │   │   └── top_level.txt
│       │   │   │   └── pip
│       │   │   │       ├── __init__.py
│       │   │   │       ├── __main__.py
│       │   │   │       ├── __pycache__
│       │   │   │       │   └── __init__.cpython-37.pyc
│       │   │   │       ├── _internal
│       │   │   │       │   ├── __init__.py
│       │   │   │       │   ├── __pycache__
│       │   │   │       │   │   ├── __init__.cpython-37.pyc
│       │   │   │       │   │   ├── basecommand.cpython-37.pyc
│       │   │   │       │   │   ├── baseparser.cpython-37.pyc
│       │   │   │       │   │   ├── build_env.cpython-37.pyc
│       │   │   │       │   │   ├── cache.cpython-37.pyc
│       │   │   │       │   │   ├── cmdoptions.cpython-37.pyc
│       │   │   │       │   │   ├── compat.cpython-37.pyc
│       │   │   │       │   │   ├── configuration.cpython-37.pyc
│       │   │   │       │   │   ├── download.cpython-37.pyc
│       │   │   │       │   │   ├── exceptions.cpython-37.pyc
│       │   │   │       │   │   ├── index.cpython-37.pyc
│       │   │   │       │   │   ├── locations.cpython-37.pyc
│       │   │   │       │   │   ├── pep425tags.cpython-37.pyc
│       │   │   │       │   │   ├── resolve.cpython-37.pyc
│       │   │   │       │   │   ├── status_codes.cpython-37.pyc
│       │   │   │       │   │   └── wheel.cpython-37.pyc
│       │   │   │       │   ├── basecommand.py
│       │   │   │       │   ├── baseparser.py
│       │   │   │       │   ├── build_env.py
│       │   │   │       │   ├── cache.py
│       │   │   │       │   ├── cmdoptions.py
│       │   │   │       │   ├── commands
│       │   │   │       │   │   ├── __init__.py
│       │   │   │       │   │   ├── __pycache__
│       │   │   │       │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │       │   │   │   ├── check.cpython-37.pyc
│       │   │   │       │   │   │   ├── completion.cpython-37.pyc
│       │   │   │       │   │   │   ├── configuration.cpython-37.pyc
│       │   │   │       │   │   │   ├── download.cpython-37.pyc
│       │   │   │       │   │   │   ├── freeze.cpython-37.pyc
│       │   │   │       │   │   │   ├── hash.cpython-37.pyc
│       │   │   │       │   │   │   ├── help.cpython-37.pyc
│       │   │   │       │   │   │   ├── install.cpython-37.pyc
│       │   │   │       │   │   │   ├── list.cpython-37.pyc
│       │   │   │       │   │   │   ├── search.cpython-37.pyc
│       │   │   │       │   │   │   ├── show.cpython-37.pyc
│       │   │   │       │   │   │   ├── uninstall.cpython-37.pyc
│       │   │   │       │   │   │   └── wheel.cpython-37.pyc
│       │   │   │       │   │   ├── check.py
│       │   │   │       │   │   ├── completion.py
│       │   │   │       │   │   ├── configuration.py
│       │   │   │       │   │   ├── download.py
│       │   │   │       │   │   ├── freeze.py
│       │   │   │       │   │   ├── hash.py
│       │   │   │       │   │   ├── help.py
│       │   │   │       │   │   ├── install.py
│       │   │   │       │   │   ├── list.py
│       │   │   │       │   │   ├── search.py
│       │   │   │       │   │   ├── show.py
│       │   │   │       │   │   ├── uninstall.py
│       │   │   │       │   │   └── wheel.py
│       │   │   │       │   ├── compat.py
│       │   │   │       │   ├── configuration.py
│       │   │   │       │   ├── download.py
│       │   │   │       │   ├── exceptions.py
│       │   │   │       │   ├── index.py
│       │   │   │       │   ├── locations.py
│       │   │   │       │   ├── models
│       │   │   │       │   │   ├── __init__.py
│       │   │   │       │   │   ├── __pycache__
│       │   │   │       │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │       │   │   │   └── index.cpython-37.pyc
│       │   │   │       │   │   └── index.py
│       │   │   │       │   ├── operations
│       │   │   │       │   │   ├── __init__.py
│       │   │   │       │   │   ├── __pycache__
│       │   │   │       │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │       │   │   │   ├── check.cpython-37.pyc
│       │   │   │       │   │   │   ├── freeze.cpython-37.pyc
│       │   │   │       │   │   │   └── prepare.cpython-37.pyc
│       │   │   │       │   │   ├── check.py
│       │   │   │       │   │   ├── freeze.py
│       │   │   │       │   │   └── prepare.py
│       │   │   │       │   ├── pep425tags.py
│       │   │   │       │   ├── req
│       │   │   │       │   │   ├── __init__.py
│       │   │   │       │   │   ├── __pycache__
│       │   │   │       │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │       │   │   │   ├── req_file.cpython-37.pyc
│       │   │   │       │   │   │   ├── req_install.cpython-37.pyc
│       │   │   │       │   │   │   ├── req_set.cpython-37.pyc
│       │   │   │       │   │   │   └── req_uninstall.cpython-37.pyc
│       │   │   │       │   │   ├── req_file.py
│       │   │   │       │   │   ├── req_install.py
│       │   │   │       │   │   ├── req_set.py
│       │   │   │       │   │   └── req_uninstall.py
│       │   │   │       │   ├── resolve.py
│       │   │   │       │   ├── status_codes.py
│       │   │   │       │   ├── utils
│       │   │   │       │   │   ├── __init__.py
│       │   │   │       │   │   ├── __pycache__
│       │   │   │       │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │       │   │   │   ├── appdirs.cpython-37.pyc
│       │   │   │       │   │   │   ├── deprecation.cpython-37.pyc
│       │   │   │       │   │   │   ├── encoding.cpython-37.pyc
│       │   │   │       │   │   │   ├── filesystem.cpython-37.pyc
│       │   │   │       │   │   │   ├── glibc.cpython-37.pyc
│       │   │   │       │   │   │   ├── hashes.cpython-37.pyc
│       │   │   │       │   │   │   ├── logging.cpython-37.pyc
│       │   │   │       │   │   │   ├── misc.cpython-37.pyc
│       │   │   │       │   │   │   ├── outdated.cpython-37.pyc
│       │   │   │       │   │   │   ├── packaging.cpython-37.pyc
│       │   │   │       │   │   │   ├── setuptools_build.cpython-37.pyc
│       │   │   │       │   │   │   ├── temp_dir.cpython-37.pyc
│       │   │   │       │   │   │   ├── typing.cpython-37.pyc
│       │   │   │       │   │   │   └── ui.cpython-37.pyc
│       │   │   │       │   │   ├── appdirs.py
│       │   │   │       │   │   ├── deprecation.py
│       │   │   │       │   │   ├── encoding.py
│       │   │   │       │   │   ├── filesystem.py
│       │   │   │       │   │   ├── glibc.py
│       │   │   │       │   │   ├── hashes.py
│       │   │   │       │   │   ├── logging.py
│       │   │   │       │   │   ├── misc.py
│       │   │   │       │   │   ├── outdated.py
│       │   │   │       │   │   ├── packaging.py
│       │   │   │       │   │   ├── setuptools_build.py
│       │   │   │       │   │   ├── temp_dir.py
│       │   │   │       │   │   ├── typing.py
│       │   │   │       │   │   └── ui.py
│       │   │   │       │   ├── vcs
│       │   │   │       │   │   ├── __init__.py
│       │   │   │       │   │   ├── __pycache__
│       │   │   │       │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │       │   │   │   ├── bazaar.cpython-37.pyc
│       │   │   │       │   │   │   ├── git.cpython-37.pyc
│       │   │   │       │   │   │   ├── mercurial.cpython-37.pyc
│       │   │   │       │   │   │   └── subversion.cpython-37.pyc
│       │   │   │       │   │   ├── bazaar.py
│       │   │   │       │   │   ├── git.py
│       │   │   │       │   │   ├── mercurial.py
│       │   │   │       │   │   └── subversion.py
│       │   │   │       │   └── wheel.py
│       │   │   │       └── _vendor
│       │   │   │           ├── __init__.py
│       │   │   │           ├── __pycache__
│       │   │   │           │   ├── __init__.cpython-37.pyc
│       │   │   │           │   ├── appdirs.cpython-37.pyc
│       │   │   │           │   ├── pyparsing.cpython-37.pyc
│       │   │   │           │   ├── retrying.cpython-37.pyc
│       │   │   │           │   └── six.cpython-37.pyc
│       │   │   │           ├── appdirs.py
│       │   │   │           ├── cachecontrol
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── adapter.cpython-37.pyc
│       │   │   │           │   │   ├── cache.cpython-37.pyc
│       │   │   │           │   │   ├── compat.cpython-37.pyc
│       │   │   │           │   │   ├── controller.cpython-37.pyc
│       │   │   │           │   │   ├── filewrapper.cpython-37.pyc
│       │   │   │           │   │   ├── serialize.cpython-37.pyc
│       │   │   │           │   │   └── wrapper.cpython-37.pyc
│       │   │   │           │   ├── _cmd.py
│       │   │   │           │   ├── adapter.py
│       │   │   │           │   ├── cache.py
│       │   │   │           │   ├── caches
│       │   │   │           │   │   ├── __init__.py
│       │   │   │           │   │   ├── __pycache__
│       │   │   │           │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   │   ├── file_cache.cpython-37.pyc
│       │   │   │           │   │   │   └── redis_cache.cpython-37.pyc
│       │   │   │           │   │   ├── file_cache.py
│       │   │   │           │   │   └── redis_cache.py
│       │   │   │           │   ├── compat.py
│       │   │   │           │   ├── controller.py
│       │   │   │           │   ├── filewrapper.py
│       │   │   │           │   ├── heuristics.py
│       │   │   │           │   ├── serialize.py
│       │   │   │           │   └── wrapper.py
│       │   │   │           ├── certifi
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __main__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   └── core.cpython-37.pyc
│       │   │   │           │   ├── cacert.pem
│       │   │   │           │   └── core.py
│       │   │   │           ├── chardet
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── big5freq.cpython-37.pyc
│       │   │   │           │   │   ├── big5prober.cpython-37.pyc
│       │   │   │           │   │   ├── chardistribution.cpython-37.pyc
│       │   │   │           │   │   ├── charsetgroupprober.cpython-37.pyc
│       │   │   │           │   │   ├── charsetprober.cpython-37.pyc
│       │   │   │           │   │   ├── codingstatemachine.cpython-37.pyc
│       │   │   │           │   │   ├── compat.cpython-37.pyc
│       │   │   │           │   │   ├── cp949prober.cpython-37.pyc
│       │   │   │           │   │   ├── enums.cpython-37.pyc
│       │   │   │           │   │   ├── escprober.cpython-37.pyc
│       │   │   │           │   │   ├── escsm.cpython-37.pyc
│       │   │   │           │   │   ├── eucjpprober.cpython-37.pyc
│       │   │   │           │   │   ├── euckrfreq.cpython-37.pyc
│       │   │   │           │   │   ├── euckrprober.cpython-37.pyc
│       │   │   │           │   │   ├── euctwfreq.cpython-37.pyc
│       │   │   │           │   │   ├── euctwprober.cpython-37.pyc
│       │   │   │           │   │   ├── gb2312freq.cpython-37.pyc
│       │   │   │           │   │   ├── gb2312prober.cpython-37.pyc
│       │   │   │           │   │   ├── hebrewprober.cpython-37.pyc
│       │   │   │           │   │   ├── jisfreq.cpython-37.pyc
│       │   │   │           │   │   ├── jpcntx.cpython-37.pyc
│       │   │   │           │   │   ├── langbulgarianmodel.cpython-37.pyc
│       │   │   │           │   │   ├── langcyrillicmodel.cpython-37.pyc
│       │   │   │           │   │   ├── langgreekmodel.cpython-37.pyc
│       │   │   │           │   │   ├── langhebrewmodel.cpython-37.pyc
│       │   │   │           │   │   ├── langthaimodel.cpython-37.pyc
│       │   │   │           │   │   ├── langturkishmodel.cpython-37.pyc
│       │   │   │           │   │   ├── latin1prober.cpython-37.pyc
│       │   │   │           │   │   ├── mbcharsetprober.cpython-37.pyc
│       │   │   │           │   │   ├── mbcsgroupprober.cpython-37.pyc
│       │   │   │           │   │   ├── mbcssm.cpython-37.pyc
│       │   │   │           │   │   ├── sbcharsetprober.cpython-37.pyc
│       │   │   │           │   │   ├── sbcsgroupprober.cpython-37.pyc
│       │   │   │           │   │   ├── sjisprober.cpython-37.pyc
│       │   │   │           │   │   ├── universaldetector.cpython-37.pyc
│       │   │   │           │   │   ├── utf8prober.cpython-37.pyc
│       │   │   │           │   │   └── version.cpython-37.pyc
│       │   │   │           │   ├── big5freq.py
│       │   │   │           │   ├── big5prober.py
│       │   │   │           │   ├── chardistribution.py
│       │   │   │           │   ├── charsetgroupprober.py
│       │   │   │           │   ├── charsetprober.py
│       │   │   │           │   ├── cli
│       │   │   │           │   │   ├── __init__.py
│       │   │   │           │   │   └── chardetect.py
│       │   │   │           │   ├── codingstatemachine.py
│       │   │   │           │   ├── compat.py
│       │   │   │           │   ├── cp949prober.py
│       │   │   │           │   ├── enums.py
│       │   │   │           │   ├── escprober.py
│       │   │   │           │   ├── escsm.py
│       │   │   │           │   ├── eucjpprober.py
│       │   │   │           │   ├── euckrfreq.py
│       │   │   │           │   ├── euckrprober.py
│       │   │   │           │   ├── euctwfreq.py
│       │   │   │           │   ├── euctwprober.py
│       │   │   │           │   ├── gb2312freq.py
│       │   │   │           │   ├── gb2312prober.py
│       │   │   │           │   ├── hebrewprober.py
│       │   │   │           │   ├── jisfreq.py
│       │   │   │           │   ├── jpcntx.py
│       │   │   │           │   ├── langbulgarianmodel.py
│       │   │   │           │   ├── langcyrillicmodel.py
│       │   │   │           │   ├── langgreekmodel.py
│       │   │   │           │   ├── langhebrewmodel.py
│       │   │   │           │   ├── langhungarianmodel.py
│       │   │   │           │   ├── langthaimodel.py
│       │   │   │           │   ├── langturkishmodel.py
│       │   │   │           │   ├── latin1prober.py
│       │   │   │           │   ├── mbcharsetprober.py
│       │   │   │           │   ├── mbcsgroupprober.py
│       │   │   │           │   ├── mbcssm.py
│       │   │   │           │   ├── sbcharsetprober.py
│       │   │   │           │   ├── sbcsgroupprober.py
│       │   │   │           │   ├── sjisprober.py
│       │   │   │           │   ├── universaldetector.py
│       │   │   │           │   ├── utf8prober.py
│       │   │   │           │   └── version.py
│       │   │   │           ├── colorama
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── ansi.cpython-37.pyc
│       │   │   │           │   │   ├── ansitowin32.cpython-37.pyc
│       │   │   │           │   │   ├── initialise.cpython-37.pyc
│       │   │   │           │   │   ├── win32.cpython-37.pyc
│       │   │   │           │   │   └── winterm.cpython-37.pyc
│       │   │   │           │   ├── ansi.py
│       │   │   │           │   ├── ansitowin32.py
│       │   │   │           │   ├── initialise.py
│       │   │   │           │   ├── win32.py
│       │   │   │           │   └── winterm.py
│       │   │   │           ├── distlib
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── compat.cpython-37.pyc
│       │   │   │           │   │   ├── resources.cpython-37.pyc
│       │   │   │           │   │   ├── scripts.cpython-37.pyc
│       │   │   │           │   │   └── util.cpython-37.pyc
│       │   │   │           │   ├── _backport
│       │   │   │           │   │   ├── __init__.py
│       │   │   │           │   │   ├── misc.py
│       │   │   │           │   │   ├── shutil.py
│       │   │   │           │   │   ├── sysconfig.cfg
│       │   │   │           │   │   ├── sysconfig.py
│       │   │   │           │   │   └── tarfile.py
│       │   │   │           │   ├── compat.py
│       │   │   │           │   ├── database.py
│       │   │   │           │   ├── index.py
│       │   │   │           │   ├── locators.py
│       │   │   │           │   ├── manifest.py
│       │   │   │           │   ├── markers.py
│       │   │   │           │   ├── metadata.py
│       │   │   │           │   ├── resources.py
│       │   │   │           │   ├── scripts.py
│       │   │   │           │   ├── t32.exe
│       │   │   │           │   ├── t64.exe
│       │   │   │           │   ├── util.py
│       │   │   │           │   ├── version.py
│       │   │   │           │   ├── w32.exe
│       │   │   │           │   ├── w64.exe
│       │   │   │           │   └── wheel.py
│       │   │   │           ├── distro.py
│       │   │   │           ├── html5lib
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── _ihatexml.cpython-37.pyc
│       │   │   │           │   │   ├── _inputstream.cpython-37.pyc
│       │   │   │           │   │   ├── _tokenizer.cpython-37.pyc
│       │   │   │           │   │   ├── _utils.cpython-37.pyc
│       │   │   │           │   │   ├── constants.cpython-37.pyc
│       │   │   │           │   │   ├── html5parser.cpython-37.pyc
│       │   │   │           │   │   └── serializer.cpython-37.pyc
│       │   │   │           │   ├── _ihatexml.py
│       │   │   │           │   ├── _inputstream.py
│       │   │   │           │   ├── _tokenizer.py
│       │   │   │           │   ├── _trie
│       │   │   │           │   │   ├── __init__.py
│       │   │   │           │   │   ├── __pycache__
│       │   │   │           │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   │   ├── _base.cpython-37.pyc
│       │   │   │           │   │   │   ├── datrie.cpython-37.pyc
│       │   │   │           │   │   │   └── py.cpython-37.pyc
│       │   │   │           │   │   ├── _base.py
│       │   │   │           │   │   ├── datrie.py
│       │   │   │           │   │   └── py.py
│       │   │   │           │   ├── _utils.py
│       │   │   │           │   ├── constants.py
│       │   │   │           │   ├── filters
│       │   │   │           │   │   ├── __init__.py
│       │   │   │           │   │   ├── alphabeticalattributes.py
│       │   │   │           │   │   ├── base.py
│       │   │   │           │   │   ├── inject_meta_charset.py
│       │   │   │           │   │   ├── lint.py
│       │   │   │           │   │   ├── optionaltags.py
│       │   │   │           │   │   ├── sanitizer.py
│       │   │   │           │   │   └── whitespace.py
│       │   │   │           │   ├── html5parser.py
│       │   │   │           │   ├── serializer.py
│       │   │   │           │   ├── treeadapters
│       │   │   │           │   │   ├── __init__.py
│       │   │   │           │   │   ├── genshi.py
│       │   │   │           │   │   └── sax.py
│       │   │   │           │   ├── treebuilders
│       │   │   │           │   │   ├── __init__.py
│       │   │   │           │   │   ├── __pycache__
│       │   │   │           │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   │   ├── base.cpython-37.pyc
│       │   │   │           │   │   │   └── etree.cpython-37.pyc
│       │   │   │           │   │   ├── base.py
│       │   │   │           │   │   ├── dom.py
│       │   │   │           │   │   ├── etree.py
│       │   │   │           │   │   └── etree_lxml.py
│       │   │   │           │   └── treewalkers
│       │   │   │           │       ├── __init__.py
│       │   │   │           │       ├── __pycache__
│       │   │   │           │       │   └── __init__.cpython-37.pyc
│       │   │   │           │       ├── base.py
│       │   │   │           │       ├── dom.py
│       │   │   │           │       ├── etree.py
│       │   │   │           │       ├── etree_lxml.py
│       │   │   │           │       └── genshi.py
│       │   │   │           ├── idna
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── core.cpython-37.pyc
│       │   │   │           │   │   ├── idnadata.cpython-37.pyc
│       │   │   │           │   │   ├── intranges.cpython-37.pyc
│       │   │   │           │   │   └── package_data.cpython-37.pyc
│       │   │   │           │   ├── codec.py
│       │   │   │           │   ├── compat.py
│       │   │   │           │   ├── core.py
│       │   │   │           │   ├── idnadata.py
│       │   │   │           │   ├── intranges.py
│       │   │   │           │   ├── package_data.py
│       │   │   │           │   └── uts46data.py
│       │   │   │           ├── ipaddress.py
│       │   │   │           ├── lockfile
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── linklockfile.cpython-37.pyc
│       │   │   │           │   │   └── mkdirlockfile.cpython-37.pyc
│       │   │   │           │   ├── linklockfile.py
│       │   │   │           │   ├── mkdirlockfile.py
│       │   │   │           │   ├── pidlockfile.py
│       │   │   │           │   ├── sqlitelockfile.py
│       │   │   │           │   └── symlinklockfile.py
│       │   │   │           ├── msgpack
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── _version.cpython-37.pyc
│       │   │   │           │   │   ├── exceptions.cpython-37.pyc
│       │   │   │           │   │   └── fallback.cpython-37.pyc
│       │   │   │           │   ├── _version.py
│       │   │   │           │   ├── exceptions.py
│       │   │   │           │   └── fallback.py
│       │   │   │           ├── packaging
│       │   │   │           │   ├── __about__.py
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __about__.cpython-37.pyc
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── _compat.cpython-37.pyc
│       │   │   │           │   │   ├── _structures.cpython-37.pyc
│       │   │   │           │   │   ├── markers.cpython-37.pyc
│       │   │   │           │   │   ├── requirements.cpython-37.pyc
│       │   │   │           │   │   ├── specifiers.cpython-37.pyc
│       │   │   │           │   │   ├── utils.cpython-37.pyc
│       │   │   │           │   │   └── version.cpython-37.pyc
│       │   │   │           │   ├── _compat.py
│       │   │   │           │   ├── _structures.py
│       │   │   │           │   ├── markers.py
│       │   │   │           │   ├── requirements.py
│       │   │   │           │   ├── specifiers.py
│       │   │   │           │   ├── utils.py
│       │   │   │           │   └── version.py
│       │   │   │           ├── pkg_resources
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   └── py31compat.cpython-37.pyc
│       │   │   │           │   └── py31compat.py
│       │   │   │           ├── progress
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── bar.cpython-37.pyc
│       │   │   │           │   │   ├── helpers.cpython-37.pyc
│       │   │   │           │   │   └── spinner.cpython-37.pyc
│       │   │   │           │   ├── bar.py
│       │   │   │           │   ├── counter.py
│       │   │   │           │   ├── helpers.py
│       │   │   │           │   └── spinner.py
│       │   │   │           ├── pyparsing.py
│       │   │   │           ├── pytoml
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── core.cpython-37.pyc
│       │   │   │           │   │   ├── parser.cpython-37.pyc
│       │   │   │           │   │   └── writer.cpython-37.pyc
│       │   │   │           │   ├── core.py
│       │   │   │           │   ├── parser.py
│       │   │   │           │   └── writer.py
│       │   │   │           ├── requests
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── __version__.cpython-37.pyc
│       │   │   │           │   │   ├── _internal_utils.cpython-37.pyc
│       │   │   │           │   │   ├── adapters.cpython-37.pyc
│       │   │   │           │   │   ├── api.cpython-37.pyc
│       │   │   │           │   │   ├── auth.cpython-37.pyc
│       │   │   │           │   │   ├── certs.cpython-37.pyc
│       │   │   │           │   │   ├── compat.cpython-37.pyc
│       │   │   │           │   │   ├── cookies.cpython-37.pyc
│       │   │   │           │   │   ├── exceptions.cpython-37.pyc
│       │   │   │           │   │   ├── hooks.cpython-37.pyc
│       │   │   │           │   │   ├── models.cpython-37.pyc
│       │   │   │           │   │   ├── packages.cpython-37.pyc
│       │   │   │           │   │   ├── sessions.cpython-37.pyc
│       │   │   │           │   │   ├── status_codes.cpython-37.pyc
│       │   │   │           │   │   ├── structures.cpython-37.pyc
│       │   │   │           │   │   └── utils.cpython-37.pyc
│       │   │   │           │   ├── __version__.py
│       │   │   │           │   ├── _internal_utils.py
│       │   │   │           │   ├── adapters.py
│       │   │   │           │   ├── api.py
│       │   │   │           │   ├── auth.py
│       │   │   │           │   ├── certs.py
│       │   │   │           │   ├── compat.py
│       │   │   │           │   ├── cookies.py
│       │   │   │           │   ├── exceptions.py
│       │   │   │           │   ├── help.py
│       │   │   │           │   ├── hooks.py
│       │   │   │           │   ├── models.py
│       │   │   │           │   ├── packages.py
│       │   │   │           │   ├── sessions.py
│       │   │   │           │   ├── status_codes.py
│       │   │   │           │   ├── structures.py
│       │   │   │           │   └── utils.py
│       │   │   │           ├── retrying.py
│       │   │   │           ├── six.py
│       │   │   │           ├── urllib3
│       │   │   │           │   ├── __init__.py
│       │   │   │           │   ├── __pycache__
│       │   │   │           │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   ├── _collections.cpython-37.pyc
│       │   │   │           │   │   ├── connection.cpython-37.pyc
│       │   │   │           │   │   ├── connectionpool.cpython-37.pyc
│       │   │   │           │   │   ├── exceptions.cpython-37.pyc
│       │   │   │           │   │   ├── fields.cpython-37.pyc
│       │   │   │           │   │   ├── filepost.cpython-37.pyc
│       │   │   │           │   │   ├── poolmanager.cpython-37.pyc
│       │   │   │           │   │   ├── request.cpython-37.pyc
│       │   │   │           │   │   └── response.cpython-37.pyc
│       │   │   │           │   ├── _collections.py
│       │   │   │           │   ├── connection.py
│       │   │   │           │   ├── connectionpool.py
│       │   │   │           │   ├── contrib
│       │   │   │           │   │   ├── __init__.py
│       │   │   │           │   │   ├── __pycache__
│       │   │   │           │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   │   └── socks.cpython-37.pyc
│       │   │   │           │   │   ├── _securetransport
│       │   │   │           │   │   │   ├── __init__.py
│       │   │   │           │   │   │   ├── bindings.py
│       │   │   │           │   │   │   └── low_level.py
│       │   │   │           │   │   ├── appengine.py
│       │   │   │           │   │   ├── ntlmpool.py
│       │   │   │           │   │   ├── pyopenssl.py
│       │   │   │           │   │   ├── securetransport.py
│       │   │   │           │   │   └── socks.py
│       │   │   │           │   ├── exceptions.py
│       │   │   │           │   ├── fields.py
│       │   │   │           │   ├── filepost.py
│       │   │   │           │   ├── packages
│       │   │   │           │   │   ├── __init__.py
│       │   │   │           │   │   ├── __pycache__
│       │   │   │           │   │   │   ├── __init__.cpython-37.pyc
│       │   │   │           │   │   │   └── six.cpython-37.pyc
│       │   │   │           │   │   ├── backports
│       │   │   │           │   │   │   ├── __init__.py
│       │   │   │           │   │   │   └── makefile.py
│       │   │   │           │   │   ├── ordered_dict.py
│       │   │   │           │   │   ├── six.py
│       │   │   │           │   │   └── ssl_match_hostname
│       │   │   │           │   │       ├── __init__.py
│       │   │   │           │   │       ├── __pycache__
│       │   │   │           │   │       │   └── __init__.cpython-37.pyc
│       │   │   │           │   │       └── _implementation.py
│       │   │   │           │   ├── poolmanager.py
│       │   │   │           │   ├── request.py
│       │   │   │           │   ├── response.py
│       │   │   │           │   └── util
│       │   │   │           │       ├── __init__.py
│       │   │   │           │       ├── __pycache__
│       │   │   │           │       │   ├── __init__.cpython-37.pyc
│       │   │   │           │       │   ├── connection.cpython-37.pyc
│       │   │   │           │       │   ├── request.cpython-37.pyc
│       │   │   │           │       │   ├── response.cpython-37.pyc
│       │   │   │           │       │   ├── retry.cpython-37.pyc
│       │   │   │           │       │   ├── selectors.cpython-37.pyc
│       │   │   │           │       │   ├── ssl_.cpython-37.pyc
│       │   │   │           │       │   ├── timeout.cpython-37.pyc
│       │   │   │           │       │   ├── url.cpython-37.pyc
│       │   │   │           │       │   └── wait.cpython-37.pyc
│       │   │   │           │       ├── connection.py
│       │   │   │           │       ├── request.py
│       │   │   │           │       ├── response.py
│       │   │   │           │       ├── retry.py
│       │   │   │           │       ├── selectors.py
│       │   │   │           │       ├── ssl_.py
│       │   │   │           │       ├── timeout.py
│       │   │   │           │       ├── url.py
│       │   │   │           │       └── wait.py
│       │   │   │           └── webencodings
│       │   │   │               ├── __init__.py
│       │   │   │               ├── __pycache__
│       │   │   │               │   ├── __init__.cpython-37.pyc
│       │   │   │               │   └── labels.cpython-37.pyc
│       │   │   │               ├── labels.py
│       │   │   │               ├── mklabels.py
│       │   │   │               ├── tests.py
│       │   │   │               └── x_user_defined.py
│       │   │   ├── pylab.py
│       │   │   ├── pyparsing-2.4.2.dist-info
│       │   │   │   ├── DESCRIPTION.rst
│       │   │   │   ├── INSTALLER
│       │   │   │   ├── LICENSE.txt
│       │   │   │   ├── METADATA
│       │   │   │   ├── RECORD
│       │   │   │   ├── WHEEL
│       │   │   │   ├── metadata.json
│       │   │   │   └── top_level.txt
│       │   │   ├── pyparsing.py
│       │   │   ├── python_dateutil-2.8.0.dist-info
│       │   │   │   ├── INSTALLER
│       │   │   │   ├── LICENSE
│       │   │   │   ├── METADATA
│       │   │   │   ├── RECORD
│       │   │   │   ├── WHEEL
│       │   │   │   ├── top_level.txt
│       │   │   │   └── zip-safe
│       │   │   ├── setuptools-39.1.0-py3.7.egg
│       │   │   ├── setuptools.pth
│       │   │   ├── six-1.12.0.dist-info
│       │   │   │   ├── INSTALLER
│       │   │   │   ├── LICENSE
│       │   │   │   ├── METADATA
│       │   │   │   ├── RECORD
│       │   │   │   ├── WHEEL
│       │   │   │   └── top_level.txt
│       │   │   └── six.py
│       │   └── tcl8.6
│       │       └── init.tcl
│       ├── Scripts
│       │   ├── Activate.ps1
│       │   ├── _asyncio.pyd
│       │   ├── _bz2.pyd
│       │   ├── _ctypes.pyd
│       │   ├── _ctypes_test.pyd
│       │   ├── _decimal.pyd
│       │   ├── _elementtree.pyd
│       │   ├── _hashlib.pyd
│       │   ├── _lzma.pyd
│       │   ├── _msi.pyd
│       │   ├── _multiprocessing.pyd
│       │   ├── _overlapped.pyd
│       │   ├── _socket.pyd
│       │   ├── _sqlite3.pyd
│       │   ├── _ssl.pyd
│       │   ├── _testbuffer.pyd
│       │   ├── _testcapi.pyd
│       │   ├── _testconsole.pyd
│       │   ├── _testimportmultiple.pyd
│       │   ├── _testmultiphase.pyd
│       │   ├── _tkinter.pyd
│       │   ├── activate
│       │   ├── activate.bat
│       │   ├── deactivate.bat
│       │   ├── easy_install-3.7-script.py
│       │   ├── easy_install-3.7.exe
│       │   ├── easy_install-script.py
│       │   ├── easy_install.exe
│       │   ├── f2py.exe
│       │   ├── libcrypto-1_1-x64.dll
│       │   ├── libssl-1_1-x64.dll
│       │   ├── pip-script.py
│       │   ├── pip.exe
│       │   ├── pip3-script.py
│       │   ├── pip3.7-script.py
│       │   ├── pip3.7.exe
│       │   ├── pip3.exe
│       │   ├── pyexpat.pyd
│       │   ├── python.exe
│       │   ├── python3.dll
│       │   ├── python37.dll
│       │   ├── pythoncom37.dll
│       │   ├── pythonw.exe
│       │   ├── pywintypes37.dll
│       │   ├── select.pyd
│       │   ├── sqlite3.dll
│       │   ├── tcl86t.dll
│       │   ├── tk86t.dll
│       │   ├── unicodedata.pyd
│       │   ├── vcruntime140.dll
│       │   └── winsound.pyd
│       ├── pip-selfcheck.json
│       └── pyvenv.cfg
└── 好例子网_趣学Python算法100例_源代码.zip

241 directories, 2338 files



实例下载地址

趣学python算法100例源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警