22
How is my Python code?
(raw.githubusercontent.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
You appear to be afraid of spaces. Everything is cramped together.
Just bc you don't have to put a space after colons or after equals and commas and whatnot doesn't mean you shouldn't
Don't be afraid of spaces.
They make it easier for you to read your code when you come back later
I revised the code. Added some spaces and comments for better readability. Hope it's better now.
Instead you should just use an autoformatter. Black is good. Ruff is probably good too but I don't have a lot of experience with it. YAPF is not good; don't use it.