推荐学习书目
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
SingeeKing
10.19D
V2EX  ›  Python

求推荐 Cython 学习资料

  •  
  •   SingeeKing ·
    PRO
    ·
    ImSingee · Aug 2, 2019 · 2808 views
    This topic created in 2476 days ago, the information mentioned may be changed or developed.

    最近想用 Cython 优化项目,求一些 Cython 的学习资料。包括但不限于官方文档、书籍、视频、教程、博客等都可以,但希望别太老。

    有推荐的求回复,感谢🙏

    2 replies    2019-08-03 20:30:45 +08:00
    necomancer
        1
    necomancer  
       Aug 3, 2019   ❤️ 1
    官方文档+stackoverflow
    最后发现是要更多了解一下 Python/C API 和 Numpy/C API,这样读读官方文档,开箱即用。
    个人感觉 cython 只是大大加快开发速度的工具,在相对纯 C/C++ 扩展可能是要慢个 5-10%的情况下,没必要为了这点效率拼命撸 C 代码,简短的 pyx 就能搞定。学习的话读读 cython 生成的 .c 文件,python/C api 和 numpy/c api 的文档,了解基本工作原理,读官方文档。
    或者去 scipy 这样的项目里找找 pyx 文件读读。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5923 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 03:26 · PVG 11:26 · LAX 20:26 · JFK 23:26
    ♥ Do have faith in what you're doing.