Live data from Hacker News

Viewing profile — sunqiang

sunqiang

HN member
Joined
Tue, Sep 14, 2010, 10:38 AM UTC
HN karma
20
Public activity
20 items

About sunqiang

No profile information was provided.

Recent public activity

  1. comment
    Comment #3670808

    for RHEL 5, it's Python 2.4, for RHEL 6 it's Python 2.6.

  2. comment
    Comment #3661903

    from http://wiki.python.org/moin/PythonVsHaskell List Comprehension Syntax: Python's list comprehension syntax is taken (with trivial keyword/symbol modifications) directly from Ha…

  3. comment
    Comment #3581691

    don't know for sure, it might be C++, Java, and now they have Go.

  4. comment
    Comment #3580954

    so, it's not as easy as python 2.x to 2.(x+1) and python 3.x to 3.(x+1). will every version update of Ruby will suffer as mush as Ruby 1.8 to 1.9?

  5. comment
    Comment #3580727

    what type of paper, Google's coding policy? there is a mail-list post, https://groups.google.com/forum/?fromgroups#!topic/unladen-s...

  6. comment
    Comment #3580689

    Python 2 to Python 3 is a big jump once in a lifetime. what about ruby 1.9 to ruby 2.0?

  7. comment
    Comment #3580658

    The PyPy team is amazing, for example Quora is now running on PyPy. and it's easy for a Python programmer run PyPy as an alternative(and hopefully fast) implementation.

  8. comment
    Comment #2349596

    Python 2.5 has any (and all) Python 2.3 has itertools so Google App Engine(2.5) should have both of them.

  9. comment
    Comment #2334896

    There is a PyCon video about Dropbox: PyCon 2011: How Dropbox Did It and How Python Helped http://pycon.blip.tv/file/4878722/

  10. comment
    Comment #2293977

    Sorry for my broken English, thanks for the elaboration.

  11. comment
    Comment #2293879

    yeah, http://www.python.org/dev/peps/pep-0374/

  12. comment
    Comment #2282787

    It's Chinese, which is a three-dimensional map of GuangZhou city, the labels are the names of places. and as rywang mentioned above, there is a 3d map http://sh.o.cn/ for ShangHai …

  13. comment
    Comment #2245142

    I am a native speaker(not born recently though). it still hard to speak or listen 'other' dialect, but more and more Mainland Chinese Speak mandarin instead of dialect, so it's mor…

  14. comment
    Comment #1908717

    Perhaps try this instead? http://nlp.stanford.edu/fsnlp/

  15. comment
    Comment #1809613

    for web (framework). Google App Engine still depends on Python 2, Django has some hesitates for the Python 3 port[1], the thread has some discuss about Python 3.2, peps 333(3) too.…

  16. comment
    Comment #1809548

    I think the real point is how many third party libs and packages support Python 3 yet. http://dev.pocoo.org/~gbrandl/py3.html

  17. comment
    Comment #1805762

    and Generator Expressions[1], a lazy version of list comprehensions [1]: http://www.python.org/dev/peps/pep-0289/

  18. comment
    Comment #1750056

    http://stackoverflow.com/questions/tagged/python http://stackoverflow.com/questions/tagged/ruby look at the "question tagged" and "Related Tags". maybe ruby is still focus "too muc…

  19. comment
    Comment #1750037

    and IPython, it's a import part of NumPy/SciPy/MatplotLib family, offers a great many convenience features, such as tab-completion of python functions and a good help system. not t…

  20. comment
    Comment #1694111

    Maybe it can play the similar role in the MapReduce field like Sqlite in the Database world?