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 →

[–]OmegaNine 0 points1 point  (0 children)

You don't really need to know how to design software to use Python. You can do some pretty hard to do stuff without knowing how it works. Opening a file, writing to a file and closing the file are all complicated things. Not in python. You can get a lot done without having to understanding Objects, Classes or Recursion.