Python: Coding Habits

Off topicProgramming → Python: Coding Habits

I’m currently attending the “Redstoner coding competition” but one of the points are for organisation of the code. I created this thread because there is no particular website telling you how to code.

For Example, should I use: while (True): Or while True:

P.S: I do not intend to necropost. I know there is a python thread but its focusing on the funtions of Python.

Python (And lots of other langs) are customized so that you can use it the way you want to. Just choose your “coding theme” and code :D
By code organization and aesthetics we mean ‘How you do something that can be done in more ways’ not how the code looks (well mostly), we’re certainly not going to judge coding style preferences, we will judge things like ==stuff that you could’ve done better - in means of performance/efficiency, not aesthetics==