V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
assad
V2EX  ›  Python

整理了我一些常用的 Python 库

  •  4
     
  •   assad · 2015-02-13 14:25:01 +08:00 · 8613 次点击
    这是一个创建于 3358 天前的主题,其中的信息可能已经有所发展或是发生改变。

    原文:http://blog.itmark.net/posts/install_python_packge_myself.html

    一般安装完Python后,我会先装一些常用的Package。做个笔记,记录下来,以备查询

    Web FrameWorks

    Tools

    Database

    Net

    System

    Image

    Other

    第 1 条附言  ·  2019-10-08 11:47:07 +08:00
    29 条回复    2016-11-21 07:40:27 +08:00
    jimmy66
        1
    jimmy66  
       2015-02-13 15:08:31 +08:00
    感谢分享~
    qinkun1234
        2
    qinkun1234  
       2015-02-13 15:37:16 +08:00   ❤️ 1
    我想问下有没有类似于mybatis、ibatis的模块?
    erik0
        3
    erik0  
       2015-02-13 15:38:57 +08:00
    谢谢,用过的库不多,参考一下~
    Seikinmeid
        4
    Seikinmeid  
       2015-02-13 15:40:22 +08:00
    jackysc
        5
    jackysc  
       2015-02-13 15:41:32 +08:00
    非常感谢分享。。。
    目前正在学习python中
    pandada8
        6
    pandada8  
       2015-02-13 15:49:21 +08:00
    PIL建议使用Pillow
    ORM喜欢用peewee
    assad
        7
    assad  
    OP
       2015-02-13 16:02:01 +08:00
    @pandada8 感谢啊,学习了
    patrickstar
        8
    patrickstar  
       2015-02-13 16:05:28 +08:00
    感谢分享,正在开始学习python
    ehs2013
        9
    ehs2013  
       2015-02-13 16:06:34 +08:00
    MySQL 不推 Oracle 之 mysql.connector 真的好吗。。。
    ellipse42
        10
    ellipse42  
       2015-02-13 17:57:07 +08:00
    这么多常用,感觉吊吊的
    libo26
        11
    libo26  
       2015-02-13 18:18:26 +08:00
    beautifulsoup
    kamil
        12
    kamil  
       2015-02-13 18:23:12 +08:00
    staticor
        13
    staticor  
       2015-02-13 18:23:48 +08:00
    自己接触的不多, 补充一点数理方面的,
    ----
    numpy
    pandas
    scipy
    nltk
    ...
    assad
        14
    assad  
    OP
       2015-02-13 18:25:31 +08:00
    @staticor 感谢,数理方面我一般使用的不多,所以就没整理
    assad
        15
    assad  
    OP
       2015-02-13 18:25:54 +08:00
    @ellipse42 这已经算少的啦。这些经常会用到的
    JkCola
        16
    JkCola  
       2015-02-13 18:28:39 +08:00
    @assad 这个你一定会喜欢
    https://github.com/JkCola/jieba
    gamexg
        17
    gamexg  
       2015-02-13 18:42:17 +08:00
    pil 安装出错,直接换成 pillow 了。
    glasslion
        18
    glasslion  
       2015-02-13 19:44:13 +08:00
    @ehs2013

    MySQL-python
    171184 downloads in the last month

    mysql-connector-python
    8 downloads in the last month
    enotx
        19
    enotx  
       2015-02-13 20:54:53 +08:00 via Android
    数据库推荐一个sqlite的apsw
    wuxqing
        20
    wuxqing  
       2015-02-13 22:04:48 +08:00
    binux
        21
    binux  
       2015-02-13 22:11:51 +08:00
    @glasslion 因为 mysql-connector-python 是 external 的
    icuy
        22
    icuy  
       2015-02-13 22:53:55 +08:00
    补充几个好用的:

    IPython Notebook - 记记 Python 代码;
    virtualenvwrapper - virtualenv 好帮手;
    Arrow - 替代 datetime;
    Selenium - 测试工具,可以搞个每天自动签到什么的;
    Scrapy - 爬虫框架;
    PDFKit - 网页转PDF。
    assad
        23
    assad  
    OP
       2015-02-13 23:14:00 +08:00
    @wuxqing 我只整理我常用的
    hanzexu990323
        24
    hanzexu990323  
       2015-02-13 23:21:55 +08:00 via Android
    感谢分享(≧▽≦)
    ghhardy
        25
    ghhardy  
       2015-02-13 23:43:44 +08:00 via Android
    Scikit-learn 机器学习
    kdsex
        26
    kdsex  
       2015-02-14 00:00:44 +08:00
    感觉都不错~~~~
    janxin
        27
    janxin  
       2015-02-14 08:35:18 +08:00
    @ehs2013 从效率上讲MySQLdb还是很高的,只是Py3不支持...
    tolerious
        28
    tolerious  
       2015-03-02 12:57:42 +08:00 via iPhone
    mark
    klaksvik
        29
    klaksvik  
       2016-11-21 07:40:27 +08:00
    感谢分享。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5279 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 08:43 · PVG 16:43 · LAX 01:43 · JFK 04:43
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.