Join the fun: http://www.SiliconDojo.com
Support us with at: http://www.donorbox.com/etcg
Syntax and Styling are different concepts in programming. Syntax is the actual language and delimiters that need to be used in order for the code to function. In PHP you use ; to define code blocks and in Python you use spacing.
Styling is how you write the code to make it easier for others to read and maintain. There are different styling standards for different languages. PEP8 is the style guide for Python.
Speghetti Code is where you have code that functions how its supposed to, but is very difficult for a person to read.