Python Forum
Code is Working As-Is, Looking for Pointers to Improve
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code is Working As-Is, Looking for Pointers to Improve
#2
Why use Python 2? First thing to do to make the code look better is to use Python 3. Then avoid numbered variable names such as d0 d1 d2, use lists instead d[0], d[1], d[2].
Reply


Messages In This Thread
RE: Code is Working As-Is, Looking for Pointers to Improve - by Gribouillis - May-05-2022, 06:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to improve this Python 3 code? iamaghost 6 3,711 Jan-18-2021, 06:39 PM
Last Post: iamaghost

Forum Jump:

User Panel Messages

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