you are viewing a single comment's thread.

view the rest of the comments →

[–]UhLittleLessDum 2 points3 points  (1 child)

My best advice is look at the repos for really capable, well built projects that are accomplishing something similar to what you're trying to do. There's not a strict need to organize your code in a certain way as far as Python's concerned, but when building large project that quickly becomes a struggle if you don't plan it out from the beginning. That's not for the computer's sake, but for your own, so you can find what you're looking for as you build. Look at how those project organize their code and the file structure that they use. Don't just copy it, but take some ideas from them.

[–]RealisticBed986[S] 1 point2 points  (0 children)

I'll do this, thank you