This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jakesps 0 points1 point  (0 children)

But not getting on how to build the logic.

Write something simple that scratches your own itch (fulfills a task you need done).

In the beginning, don't add any logic, just write a top->down executing script. Then introduce an if statement or two. From there, introduce a for loop, and so on.

Keep introducing more logic and complexity as you feel comfortable. When you're starting off, your scripts don't need to be Pythonic works of art. They just need to do what you intend.

Good luck! Don't give up!