Python Forum
loop ( 2 inputs for each loop)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
loop ( 2 inputs for each loop)
#5
Looking at it now, that is a bit harsh. Sorry.

Your solution is a good solution for an underlaying problem. Fix the underlaying problem and your code is not needed. Would you write code like that for your use? Of course not. You would organize your data to make it easy to work with.

In another thread brianhclo mentions being new to programming. In that post as well as this, the code exhibits a problem common to new programmers; Using tons of variables instead of lists, dictionaries or classes when you have related information.
Reply


Messages In This Thread
loop ( 2 inputs for each loop) - by brianhclo - Aug-05-2022, 07:31 AM
RE: loop ( 2 inputs for each loop) - by rob101 - Aug-05-2022, 07:51 AM
RE: loop ( 2 inputs for each loop) - by deanhystad - Aug-05-2022, 11:48 AM
RE: loop ( 2 inputs for each loop) - by rob101 - Aug-05-2022, 02:30 PM
RE: loop ( 2 inputs for each loop) - by deanhystad - Aug-05-2022, 03:02 PM
RE: loop ( 2 inputs for each loop) - by Gribouillis - Aug-05-2022, 03:10 PM
RE: loop ( 2 inputs for each loop) - by rob101 - Aug-05-2022, 03:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  problem program runs in a loop jasserin 0 109 May-18-2024, 03:07 PM
Last Post: jasserin
  [SOLVED] Loop through directories and files one level down? Winfried 3 335 Apr-28-2024, 02:31 PM
Last Post: Gribouillis
  Loop through all files in a directory? Winfried 10 616 Apr-23-2024, 07:38 PM
Last Post: FortuneCoins
  for loop not executing Abendrot47 2 311 Apr-09-2024, 07:14 PM
Last Post: deanhystad
  Re Try loop for "net use..." failures tester_V 10 735 Mar-02-2024, 08:15 AM
Last Post: tester_V
  File loop curiously skipping files - FIXED mbk34 10 981 Feb-10-2024, 07:08 AM
Last Post: buran
  Optimise multiply for loop in Python KenBCN 4 544 Feb-06-2024, 06:48 PM
Last Post: Gribouillis
  Basic binary search algorithm - using a while loop Drone4four 1 443 Jan-22-2024, 06:34 PM
Last Post: deanhystad
  loop through csv format from weburl in python maddyad82 3 495 Jan-17-2024, 10:08 PM
Last Post: deanhystad
  Variable definitions inside loop / could be better? gugarciap 2 513 Jan-09-2024, 11:11 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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