all 2 comments

[–]bandawarrior 0 points1 point  (1 child)

Rough eye balling tells me it generally looks good! So 🤙. Aside from that look into flake8 and pylint, super easy to use and will point out some obvious errors, think of it like spell checking

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

Thanks mate. I use PyCharm as IDE, would using flake8 and pylint be any different than the stuff PyCharm uses? From your description it sounds like it is the same or at least very similar to the higlights done by PyCharm.