Thanks for the contribution. It has been approved.
Hi, I have some thoughts about the Python code itself
- Add comments, it really helps the readability of the code
- Speaking about readability, naming of variables could be better as sometimes it's not clear what they do
- Keep an eye on the line length, maybe reducing your tab size would help with that
There are some more small things, but you can probably get a linting extension for whatever text editor you use that will help improve the quality immensely. I look forward to your contributions in the future, good luck!
Need help? Write a ticket on https://support.utopian.io.
Chat with us on Discord.
Thanks.
Yeah, this was a mixture of different editors, workplaces, laptop, layouts, copying stuff from sources..
Next version will hopefully different in style:)