zoukankan      html  css  js  c++  java
  • Python 3.4 Library setup

     matplotlib:  https://pypi.python.org/pypi/matplotlib/1.4.3

     https://github.com/Azure/DotNetty/

    Unofficial Windows Binaries for Python Extension Packages http://www.lfd.uci.edu/~gohlke/pythonlibs/.

    http://www.scipy.org/install.html

    https://pypi.python.org/pypi/setuptools#downloads

    Scipy:科学和工程计算 https://github.com/scipy/scipy
    Python Image Library:python图形处理库 http://pythonware.com/products/pil/
    https://pypi.python.org/pypi/PIL

    Numpy:高阶大量的矩阵运算 https://sourceforge.net/projects/numpy/files/
    Matplotlib一个Python的图形框架,用来绘制图表

    F:Python umpy-1.11.2 umpy-1.11.2>python setup.py install pip
    Running from numpy source directory.
    Note: if you need reliable uninstall behavior, then install
    with pip instead of using `setup.py install`:
      - `pip install .`       (from a git repo or downloaded source
                               release)
      - `pip install numpy`   (last Numpy release on PyPi)

    usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: setup.py --help [cmd1 cmd2 ...]
       or: setup.py --help-commands
       or: setup.py cmd --help
    error: invalid command 'pip'
    F:Python umpy-1.11.2 umpy-1.11.2>pip install numpy
    Collecting numpy
      Downloading numpy-1.11.3-cp34-none-win32.whl (6.5MB)
        9% |███                             | 614kB 12kB/s eta 0:08:10  
     
     https://pypi.python.org/pypi/pyobjc-framework-Quartz
    https://pypi.python.org/pypi/pyobjc-core
    https://pypi.python.org/pypi/pyobjc-framework-Cocoa
    https://pypi.python.org/pypi/pyobjc
    https://pypi.python.org/pypi/Pillow/3.2.0
    https://pypi.python.org/pypi/Pillow/
    https://pypi.python.org/pypi/PyAutoGUI/0.9.5
    https://pyautogui.readthedocs.io/en/latest/
    https://pypi.python.org/pypi/PyAutoGUI
    https://github.com/asweigart/pyautogui
    https://pypi.python.org/pypi/pip/
    https://github.com/numpy/numpy
    https://github.com/pypa
    https://pypi.python.org/pypi/ez_setup
    https://github.com/ActiveState/ez_setup
    https://docs.python.org/3/library/datetime.html
    http://www.pydev.org/
    https://marketplace.eclipse.org/content/pydev-python-ide-eclipse
    https://github.com/fabioz/Pydev
    https://dl.bintray.com/fabioz/pydev/5.4.0/
    http://www.ibm.com/developerworks/cn/opensource/os-cn-ecl-pydev/index.html  PyDev for Eclipse 是一个功能强大且易用的 Eclipse Python IDE 插件
    https://pypi.python.org/pypi/matplotlib/1.4.3
     
     
     
    http://fishcodelib.com/ 
    https://github.com/Azure/DotNetty/
     
  • 相关阅读:
    c# 文件上传
    iOSswift基础篇1
    copyWithZone 的使用方法
    客户端登陆接收大量数据导致数据丢失问题解决方法
    设计模式观察者模式(KVO)
    SQLite 之 C#版 System.Data.SQLite 使用
    设计模式MVC(C++版)
    JS 创建自定义对象的方法
    手机号、邮箱、身份证号 格式 验证
    在.cs文件中添加客户端方法
  • 原文地址:https://www.cnblogs.com/geovindu/p/6222948.html
Copyright © 2011-2022 走看看