Python 进阶


Python 进阶_第1张图片
作者:金良([email protected]) csdn博客: http://blog.csdn.net/u012176591

  • Object-Oriented Design with Python
    http://www.cs.colorado.edu/~kena/classes/5448/f12/presentation-materials/li.pdf
  • Python高级编程技巧
    http://blog.jobbole.com/61171/
  • Python 代码性能优化技巧
    http://www.ibm.com/developerworks/cn/linux/l-cn-python-optim/
  • Building Cython code
    http://docs.cython.org/src/quickstart/build.html
    Using C++ in Cython
    http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html
  • Python 中使用 C 代码:以 Numpy 为例
    http://segmentfault.com/a/1190000000479951
  • NumPy Cookbook
    http://download.csdn.net/detail/u011000529/5727131
  • Python调用C
    http://blog.csdn.net/u012176591/article/details/44055523
    后面两个链接
  • Python的生成器
    http://blog.csdn.net/u012176591/article/details/45111721
    后面有几个链接
  • Python:程序发布方式简介一(打包为可执行文件EXE)
    http://blog.csdn.net/dyx1024/article/details/7417610
  • 十分钟学习Python的进阶语法
    http://blog.csdn.net/u010700335/article/details/46041967
  • Python:通过执行100万次打印来比较C和python的性能,以及用C和python结合来解决性能问题的方法
    http://blog.csdn.net/dyx1024/article/details/7273514
  • Python调用C
    http://blog.csdn.net/u012176591/article/details/44055523
  • Building Cython code
    http://docs.cython.org/src/quickstart/build.html
    加速你的Python代码
    http://www.oschina.net/translate/speeding-up-your-python-code?print
  • 写python的c扩展简介
    http://www.isnowfy.com/introduction-to-python-c-extension/

你可能感兴趣的:(Python 进阶)