Viewing profile — sunqiang
sunqiang
HN member- Joined
- Tue, Sep 14, 2010, 10:38 AM UTC
- HN karma
- 20
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About sunqiang
No profile information was provided.
Recent public activity
-
comment
Comment #3670808
for RHEL 5, it's Python 2.4, for RHEL 6 it's Python 2.6.
-
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…
-
comment
Comment #3581691
don't know for sure, it might be C++, Java, and now they have Go.
-
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?
-
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...
-
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?
-
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.
-
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.
-
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/
-
comment
Comment #2293977
Sorry for my broken English, thanks for the elaboration.
-
comment
Comment #2293879
yeah, http://www.python.org/dev/peps/pep-0374/
-
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 …
-
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…
-
comment
Comment #1908717
Perhaps try this instead? http://nlp.stanford.edu/fsnlp/
-
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.…
-
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
-
comment
Comment #1805762
and Generator Expressions[1], a lazy version of list comprehensions [1]: http://www.python.org/dev/peps/pep-0289/
-
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…
-
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…
-
comment
Comment #1694111
Maybe it can play the similar role in the MapReduce field like Sqlite in the Database world?