Sunday, January 10, 2016

Python continuation character

A recent google search for a python line continuation character didn't turn up any hits, which is odd because I am sure there is one. However, I found this interesting style guide for how to continue lines without continuation characters. It's tricky because of python's already existing specific use of indentation.

https://www.python.org/dev/peps/pep-0008/