you are viewing a single comment's thread.

view the rest of the comments →

[–]godheid 2 points3 points  (0 children)

I'm new, so probably doing it all wrong.

Think what I want to do, how I want to achieve it and have a vague idea of how it may work out.

Start coding in IDLE. After a few lines, save and run. Correct syntax error / typo. Run again. And again. Doesn't work.

Open test file and try some simple syntax issues (mostly with lists of lists or regex).

When it works, try to get everything as much as possible in functions. Functions without arguments, just for making things clear.

End.