Submission timeline
2007–2026One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.
First comments on top threads
HN comment order"I would say there is currently no “right” or “wrong” as long as both Python 2.7.x and Python 3.x support the libraries that you are planning to use." I would like to consider python for my next project, but this is extremely short sighted advice which begs the very real question: why should I consider python at all for a new, multi year project when there is no clear path forward for the language and there hasn't been in a…
"Now, in Python 3, we finally have Unicode (utf-8) strings, and 2 byte classes: byte and bytearrays." No, they are Unicode strings. utf-8 is an encoding, and only comes into play when you want to encode strings into bytes for sending them somewhere, or decode them from bytes when receiving them. The interpreter's internal representation of the string is either UCS-4 or an automatically selected encoding (http://legacy.python.org/dev/peps/pep-0393/), but that is an irrelevant implementation detail. Conceptually…
"Now, in Python 3, we finally have Unicode (utf-8) strings" This is not correct. Python strings are either ASCII, UCS-2 or UCS-4 depending on what code points they contain. Python 3 source code is by default UTF-8 and string literals are converted to the internal representation. You have to encode strings into UTF-8 bytes to actually get UTF-8 when executing the program.
The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.
- Breakout years
- 2
- Total points
- 332
- Total comments
- 186
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2014-07-12 | Differences between Python 2.7.x and Python 3.x, with examplesFirst breakout | rasbt | 108 | 16 |
| 2016-05-24 | The key differences between Python 2.7.x and Python 3.x with examples (2014) | Tomte | 1 | 0 |
| 2016-05-26 | The key differences between Python 2.7.x and Python 3.x with examples (2014) | Tomte | 8 | 2 |
| 2016-12-13 | The key differences between Python 2.7.x and Python 3.x with examples (2014) | Tomte | 1 | 0 |
| 2017-05-07 | Key differences between Python 2.7.x and Python 3.x (2014)Best thread · Latest 20+ point return | Tomte | 212 | 168 |
| 2021-02-17 | The key differences between Python 2.7.x and Python 3.x with examples (2014) | Tomte | 1 | 0 |
| 2021-09-07 | The key differences between Python 2.7.x and Python 3.x with examples (2014) | Tomte | 1 | 0 |
