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 · 2023-10-16 17:13:16 +08:00 · 2704 次点击
    这是一个创建于 385 天前的主题,其中的信息可能已经有所发展或是发生改变。
    17 条回复    2023-10-18 12:29:24 +08:00
    clemente
        1
    clemente  
       2023-10-16 21:06:49 +08:00
    cython
    hsfzxjy
        2
    hsfzxjy  
       2023-10-16 21:30:14 +08:00 via Android
    你不说哪个领域,这个问题太泛了
    ldyisbest
        3
    ldyisbest  
       2023-10-16 22:08:57 +08:00
    SymPy
    yanyao233
        4
    yanyao233  
       2023-10-16 22:12:09 +08:00
    这要怎么回答嘛...
    dayeye2006199
        5
    dayeye2006199  
       2023-10-16 23:26:41 +08:00 via iPhone
    推荐标准库,质量好功能多
    make1money
        6
    make1money  
       2023-10-17 00:08:11 +08:00
    嗯,推荐 sklearn (
    flyingghost
        7
    flyingghost  
       2023-10-17 01:07:19 +08:00
    都不知道你要干嘛。。。

    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  
       2023-10-17 08:44:34 +08:00
    不知道你要问啥,不过可以提供个列表,https://github.com/vinta/awesome-python
    l4ever
        9
    l4ever  
       2023-10-17 09:13:49 +08:00
    您倒是给个方向呀?
    Davic1
        10
    Davic1  
       2023-10-17 11:34:37 +08:00
    iorilu
        11
    iorilu  
       2023-10-17 13:47:47 +08:00   ❤️ 1
    awesome python 慢慢查去

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