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

Reference request: "Idiomatic" Python

  •  
  •   typing · 2013-07-03 20:38:28 +08:00 · 2949 次点击
    这是一个创建于 3947 天前的主题,其中的信息可能已经有所发展或是发生改变。
    其实说来我是会写Python的(写过Blender脚本; 用过web.py; 写过种种小工具).

    现在我想学得更好一些.

    想请大伙推荐一些材料, 希望能涉及这几个方面:

    1. 设计语言细节的资料, 比方说某种特定写法会导致速度变慢. 还有关于几种常用数据结构的速度(不仅是指复杂度, 还有因为实现细节导致的速度差异), dict, list, string(尤其string我最不清楚)等.

    2. 惯用模式, 类似于C++领域里面Effect系列, Design Pattern那些书籍.

    3. 包管理. 类似npm之于node.js

    谢谢
    4 条回复    1970-01-01 08:00:00 +08:00
    zorceta
        1
    zorceta  
       2013-07-03 20:44:15 +08:00   ❤️ 1
    我只知道3 pypi(捂脸
    zorceta
        2
    zorceta  
       2013-07-03 20:44:42 +08:00
    我错了...那个是包列表
    包管理是pip
    julyclyde
        3
    julyclyde  
       2013-07-04 10:16:08 +08:00   ❤️ 1
    1 learning python书
    2 这个好像只有网上有,出书的比较少
    3 古代用distutils setuptools里的easy_install 现代用distribute 和pip
    mrluanma
        4
    mrluanma  
       2013-07-04 16:43:09 +08:00   ❤️ 1
    The Hitchhiker’s Guide to Python! http://docs.python-guide.org/
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3645 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 04:34 · PVG 12:34 · LAX 21:34 · JFK 00:34
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.