Bryan Gamotea's Personal Blog

A blogging framework for hackers... but I'm not a hacker.

Python

Indention is important…

Python is a very unique programming language compared to other languages that I know. Most of the languages I know rarely cares about the indention you made in your code. Yes, proper indention and spacing is a good practice when you’re a programmer but in Python, indention and spaces are parts of the code itself. “Wrong indention/spacing == wrong code” that’s the Python rule.