Get the latest tech news
Python with Braces
Python with braces. Because python is awesome, but whitespace is awful. - mathialo/bython
Bython is a Python preprosessor which translates curly brackets into indentation. Uses Python for interpretation, that means that all of your existing modules, like NumPy and Matplotlib still works. Bython works by first translating Bython-files (suggested file ending: .by) into Python-files, and then using Python to run them.
Or read this on Hacker News