0
General coding rules
Hey everybody. I'm looking for documentations more general about coding (python in particular). How to write proper code. Good uses of docstring. And all sorts of basic rules about writing that could help. I'm a beginner and sometimes I mix a bit everything between my class, func,.. and often have the "unrefered" error if I don't use the global statement (which I've read is pretty bad to use). Hope all that make sens
1 Réponse
+ 1
Take sololearn Python course their is topic about :
How to write proper code.
Rules to follow and all.
https://www.sololearn.com/learn/Python/2482/
https://www.sololearn.com/learn/Python/2483/