Python 的历史

Python 这门程序设计语言已经 19 岁了。近日,其开创者 Guido van Rossum 在 Blogger 上设立了一个名为 The History of Python 的 Blog,主要讲述 Python 程序语言及其社区的历史。

Python

理解程序语言的设计哲学及其原理,也许是学习该门程序语言的最佳方法之一。各位 Pythoner 不妨去看看。

The History of Python

Read More:

16 Comments

  1. 1 kidfruit Commented @ 2009-01-16 10:28Reply to this comment

    python3.0不向下兼容有点类似vista之于xp的升级……会有很长不适应期……

  2. 2 chisiyuan Commented @ 2009-01-16 10:33Reply to this comment

    正在看python的一些tutorial呢,想学点……

  3. 3 GraphiteCube Commented @ 2009-01-16 12:11Reply to this comment

    @一楼∶

    我没学过Python,但常听闻新版和旧版不相容(那就是说要把现有的Program重新写过?)。其实最常改动的是甚麽?应该不会连简单的在萤幕上印一行字串的Syntax也改掉吧? 对比起Python,Perl好像比较少这种情况出现。

  4. 4 danath Commented @ 2009-01-16 13:02Reply to this comment

    到Perl 6.0出来,楼上可能就要改变看法了。C之于C++是很大的包袱。

  5. 5 keenan Commented @ 2009-01-16 13:12Reply to this comment

    早买了小老鼠,准备寒假看看呢,喜欢这类知识,谢谢

  6. 6 nacre Commented @ 2009-01-16 15:17Reply to this comment

    @GraphiteCube: 的确改了~

  7. 7 c Commented @ 2009-01-16 17:06Reply to this comment

    @kidfruit: 我玩python2.x好几年了, 新语法出来, 稍微看了半天就 ok 了, 没什么不适应的(恩, 其实我学 python 也就花了一天时间就开始给公司编程了. 很简单的语言). 有时候需要这样彻底的改革才能废除不好的机制. 前几天还看到有人写长文赞扬 python 的这种革新, 鄙视 java 的修修补补, 不求进取.

  8. 8 chunchengfh Commented @ 2009-01-16 19:34Reply to this comment

    @GraphiteCube: 3.0里影响最大的一个变化就是将print由表达式变成了函数,所以以前的 print 'hello world' 现在得改成 print('hello world') (-:

  9. 9 leafduo Commented @ 2009-01-16 19:34Reply to this comment

    @c: 新代码不是问题,问题是旧代码

  10. 10 yymailb Commented @ 2009-01-16 20:11Reply to this comment

    @keenan 小老鼠是什么, python不是这样的么?

                        /^\/^\
                      ||  O|
             \/     /~     _/ \
              _|__________/  \
                     _______      \
                             `\     \                 \
                               |     |                  \
                              /      /                    \
                             /     /                       \
                           /      /                         \ \
                          /     /                            \  \
                        /     /             ----            \   \
                       /     /           -~      ~-         |   |
                      (      (        -~    _--    ~-_     /   |
                       \      ~-____-~    _-~    ~-    ~--~    /
                         ~-           -~          ~-       _-~
    ~--______-~ ~-___-~

  11. 11 yymailb Commented @ 2009-01-16 20:12Reply to this comment

    看来不能随便贴ASCII码图片...我能删掉上面那个回复么?

  12. 12 Mike Commented @ 2009-01-16 23:12Reply to this comment

    嘿嘿。。。同岁同岁。。。

  13. 13 zissan Commented @ 2009-01-17 11:56Reply to this comment

    @yymailb: http://oreilly.com/catalog/covers/1565924649_lrg.jpg

  14. 14 liufeng Commented @ 2009-01-17 12:33Reply to this comment

    谢谢推荐。Guido的这个新blog目前只有两篇文章。我今天比较随意的翻译了一下,不是很严谨,但对于了解历史也差不多够了。不想读英文的同学可以参考。

    地址在:http://blog.cnliufeng.com/category/translate/

  15. 15 Toy Commented @ 2009-01-17 13:02Reply to this comment

    @yymailb: 加 <pre>...</pre> 即可。

    @liufeng: Thanks.

  16. 16 jun4rui Commented @ 2009-01-18 8:33Reply to this comment

    python是个挺好用的语言:学习和使用都是超简单超简练的,外加第三方支持库十分多,另外还可以编译程exe方便分发。我自己给自己做些小软件提高工作效率现在都是用python了