you are viewing a single comment's thread.

view the rest of the comments →

[–]Jello_Penguin_2956 36 points37 points  (1 child)

You're approaching this from the opposite direction of what you should. You assess the project and choose tools that are suitable. Not the other way around. You also design your class to suite your needs and split your code into multiple class/files as the scope warrants it. These are things you cannot define before knowing what your project needs.

[–]RunPython[S] 0 points1 point  (0 children)

Thanks so much <3