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

Computer Science Circles 在线学 Python (Python 3)

  •  
  •   cmi · Jul 15, 2013 · 4252 views
    This topic created in 4820 days ago, the information mentioned may be changed or developed.
    http://cscircles.ca/

    "Computer Science Circles is a free service of the Centre for Education in Mathematics and Computing at the University of Waterloo."

    在Python的新手指南里发现的,那里一大堆入门学习方法。
    http://wiki.python.org/moin/BeginnersGuide/NonProgrammers

    感觉这个简单有趣。

    我卡在这里了:
    http://cscircles.cemc.uwaterloo.ca/2x-extra-practice/#pybox8
    1 replies  •  1970-01-01 08:00:00 +08:00
    autozimu
        1
    autozimu  
       Jul 15, 2013   ❤️ 1
    tmp = max(x, y)
    x = min(x, y)
    y = tmp
    tmp = max(y, z)
    y = min(y, z)
    z = tmp
    tmp = max(x, y)
    x = min(x, y)
    y = tmp
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   846 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 20:23 · PVG 04:23 · LAX 13:23 · JFK 16:23
    ♥ Do have faith in what you're doing.