Tagged Questions
50
votes
9answers
3k views
Is there a way to convert indentation in Python code to braces?
I am a totally blind programmer who would like to learn Python. Unfortunately the fact that code blocks are represented with different levels of indentation is a major stumbling block. I was wondering ...