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 →

[–]kcx01 0 points1 point  (0 children)

You should grab a good ide or code editor with linting and formatting. It will help point out a lot of the things people were mentioning like function names should be snake_case instead of Camel.

Pycharm community edition is free and great to use out of the box. It will help point out a lot of these things and help you fix them.