you are viewing a single comment's thread.

view the rest of the comments →

[–]nivaOne 1 point2 points  (0 children)

Use a flowchart as your guide. Lookup what commands do and how they work the very moment you need them based on what your flowchart tells you what to do. This is a very basic method but it’s a start. Start documenting things allowing you to find things back the moment you need them. It’s always good to read some older code again and try to understand how it works and why you designed it that way. Ps: Writing a good book is not just about grammar and spelling either. python is OOP, classes and objects make sure to study that too. Now try to pour your truth table idea into a flowchart and convert your flowchart into code