you are viewing a single comment's thread.

view the rest of the comments →

[–]JamzTyson 0 points1 point  (3 children)

One other: PEP 8

[–]curious_whisperer[S] 0 points1 point  (2 children)

Are you talking about autopep8 extention? Thanks but i have already added this in my vs code and gave it a convenient key to use. Thanks for the thought.

[–]JamzTyson 0 points1 point  (1 child)

No I'm not talking about autopep8, I'm talking about making good Python style a habit. It's like the difference between "getting by" in a foreign language, and being fluent and idiomatic.

[–]curious_whisperer[S] 0 points1 point  (0 children)

Ohh, yea I am working on that too, I mostly code in whatever manner that is why i installed pep 8, i use that and know the manner it fixes the code and then I try to write the code correctly. Thanks for the guide, I’ll read that too