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
momo2023
V2EX  ›  Python

有哪些 Python 库值得推荐的?截止目前(2023 年 10 月)

  •  
  •   momo2023 · 194 天前 · 2451 次点击
    这是一个创建于 194 天前的主题,其中的信息可能已经有所发展或是发生改变。
    17 条回复    2023-10-18 12:29:24 +08:00
    clemente
        1
    clemente  
       194 天前
    cython
    hsfzxjy
        2
    hsfzxjy  
       194 天前 via Android
    你不说哪个领域,这个问题太泛了
    ldyisbest
        3
    ldyisbest  
       194 天前
    SymPy
    yanyao233
        4
    yanyao233  
       194 天前
    这要怎么回答嘛...
    dayeye2006199
        5
    dayeye2006199  
       194 天前 via iPhone
    推荐标准库,质量好功能多
    make1money
        6
    make1money  
       194 天前
    嗯,推荐 sklearn (
    flyingghost
        7
    flyingghost  
       194 天前
    都不知道你要干嘛。。。

    https://pythonwheels.com/
    What is this list?
    This site shows the top 360 most-downloaded packages on PyPI showing which have been uploaded as wheel archives.
    NoAnyLove
        8
    NoAnyLove  
       193 天前
    不知道你要问啥,不过可以提供个列表,https://github.com/vinta/awesome-python
    l4ever
        9
    l4ever  
       193 天前
    您倒是给个方向呀?
    iorilu
        11
    iorilu  
       193 天前   ❤️ 1
    awesome python 慢慢查去

    你应该问, python 缺哪方面得库
    momo2023
        12
    momo2023  
    OP
       193 天前
    @NoAnyLove @iorilu awesome python 的信息好像好久没有更新了
    momo2023
        13
    momo2023  
    OP
       193 天前
    初学 python ,不知道原来有这么丰富的库,但是网上搜到的合集信息都是几年前的
    uni
        14
    uni  
       193 天前
    httpx ,最好的 http 客户端库(尤其是异步的,没有之一)
    球球你们不要在用 aiohttp 了……(为了方便统一新项目也不用 requests 了……
    ohayoo
        15
    ohayoo  
       192 天前
    @uni #14 我感觉自己现在肌肉记忆还是怎么的,同步就 requests ,异步就 aiohttp 。下次听你的,改为 httpx
    uni
        16
    uni  
       192 天前
    @ohayoo aiohttp 写法上就比 httpx 好,而且很多坑的,比如说不会自动读取环境变量的代理设置(如果你用了 aiohttp 给别人用,别人用了你的代码但是你的代码没有开放配置代理,那别人就要骂娘了
    uni
        17
    uni  
       192 天前
    @uni #16 httpx 写法上就比 aiohttp 好……
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   923 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 123ms · UTC 22:36 · PVG 06:36 · LAX 15:36 · JFK 18:36
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.