+ 2
I think there should be a topic on INDENTATION in the python for beginners course
5 Answers
+ 6
Indentations are the clu of š code, they unify and standardize the code, free you from nightmarish curly brackets, begin... ...end, etcā¼ļøIn other languages, optional indentations are also necessary, otherwise the codes would be unreadableā¼ļø
PEP 8 ā the Style Guide for š Code
https://pep8.org/
+ 4
Nope....
Lessons won't do it.
Practice practice practice
+ 3
Elijah Nwalozie
Yes there should because people don't know there is something like that in python so they write code wrongly.
I think there should be Coding Convention lesson in each language so people can understand how to write better code.
0
Actually yes but no
Because if there is a colon in the last statement then there should be indentation and they tell you like in the statement and classes and functions