Remix.run Logo
aliljet 4 days ago

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.
milliams 4 days ago | parent | next [-]

I enjoy:

  >>> from __future__ import braces 
    File "<python-input-2>", line 1
      from __future__ import braces 
                             ^^^^^^
  SyntaxError: not a chance
Hamuko 4 days ago | parent | prev | next [-]

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.

nighthawk454 4 days ago | parent | prev [-]

Another fun one :)

    import antigravity