←back to thread

312 points chmaynard | 4 comments | | HN request time: 0.199s | source
1. aliljet ◴[] No.45059199[source]
For better or worse, I find Python beautiful. And here's an easter egg for everyone (it comes up in the Documentary too):

  import this
Even on HN, indentation reigns king.
replies(3): >>45060318 #>>45060810 #>>45061343 #
2. nighthawk454 ◴[] No.45060318[source]
Another fun one :)

    import antigravity
3. Hamuko ◴[] No.45060810[source]
Yeah, nothing has really ever hit the same levels of readability that Python has for me, even if a language like Rust is very well-designed and better in many aspects.
4. milliams ◴[] No.45061343[source]
I enjoy:

  >>> from __future__ import braces 
    File "<python-input-2>", line 1
      from __future__ import braces 
                             ^^^^^^
  SyntaxError: not a chance