Posts

Showing posts with the label python auto indentation

Using Python with braces: Python++

Image
Hi There! We all love python, I mean where else would you find such a simple and powerful programming language(just forget about 'Go' for a moment). With the help of python, you can do pretty much anything... from a simple automation script to book seats for Black Widow to creating a Deep Neural Network to drive cars for you in Grand Theft Auto V. But this language has a big...BIG.....like really BIG issue: ' INDENTATION '... In python, you do not use the good-old '{}' :( but you are forced to use ':' and '\t'  :/ Okay...okay many of you would be like "DUDE... just get an IDE... you don't need to create something just for goddamn' indentation" but let me tell you... have you ever written a 300 lines code in python for your robot, that works on RaspberryPi, just to find out that the python interpreter gives indentation error and then using Vim....literally Vim... to iterate manually through 300 lines fixing indentati...