Aug 24, 2017 · 1 min read
Python is very tolerant of mistakes in formatting and the code generally does not break because of minor mistakes.
I think you have that wrong way around. PHP, in common with other similar C based languages, allows a broad degree of acceptance regarding code layout as long as curly braces are used correctly, whereas Python forces you to adopt its strict code indent rules.