Python Forum
Any suggestions for improvement?(my first python code)
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any suggestions for improvement?(my first python code)
#5
Pep8 is the official python style guide, found here:
https://www.python.org/dev/peps/pep-0008/

You can also use various programs that run auto linters to tell you all your pep8 discrepancies. This is what Larz did. Most of us follow pep8 fairly consistently, only deviating subtly when it suits our personal style. I don't personally use a linter but I'm consistent in my deviations which is the important part.
Reply


Messages In This Thread
RE: Any suggestions for improvement?(my first python code) - by Mekire - Sep-07-2018, 04:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  write in a distant file, code improvement with a list lateublegende 7 3,885 Feb-28-2019, 05:30 PM
Last Post: lateublegende

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020