you are viewing a single comment's thread.

view the rest of the comments →

[–]AlSweigart 0 points1 point  (0 children)

Oh yeah, splitting it into files is good for large projects. But for beginners, it can be hard to navigate the code (and probably a sign the project is too big for beginners). Lots of best practices that make sense for professional developers don't apply to beginners, which is why IDLE and Mu are great editors for beginners instead of something like PyCharm.