GithubHelp home page GithubHelp logo

python_lib's Introduction

python 库的学习


python的强大之处有很大的一方面在于它有各种各样非常强大的库,那么,这篇博客就是记录我学习各种的库的经历吧。

声明: 本人使用的Python版本为 Python2.7.10,Windows 10 操作系统环境下,或者是 Python2.7.10,Ubuntu15 下。 可以通过命令行背景颜色来区分

后来,我才知道,原来有一本书叫《Python 标准库》,几百个标准库,还有一本书叫Python图像处理的标准库。 《Python 标准库》 《PythonImagingLibrary中文手册》

以下是我在Python学习中学到的库函数,也不敢说作为教程,只能算是自己记录下来作为参考。 俗话说的好,好记性不如烂笔头。 具体内容在content文件夹里,代码在code文件夹里,一些其他的资料在others文件夹里。 还有一些用Python做的小项目在project文件夹里。

Python无所不能

[ X ] OpenSSL

[ ] Numpy

[ ] lxml

panda

安装 pip 最简单的方法还是下载 get-pip.py,然后运行,简单方便跨平台。

上面有些库是需要自己安装,而安装这些库一般都用pip比较方便,在windows下安装pip可以通过先安装easy_install,再通过安装pip的办法。

然后可以使用 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 来为 pip 加速。

有一些库在 Windows 下可能不好安装,需要自行编译,可以下载别人已经编译好的可执行文件 whl 安装,Python 第三方库网站 http://www.lfd.uci.edu/~gohlke/pythonlibs/ ,下载好之后 pip install XXX.whl 即可。

python_lib's People

Contributors

windard avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.