Bad python code formatting
Hello. I've checked tiny_gp.py and my linter found several errors in your code. Please fix them or if not let me know and I will send a PR.
@farooqkz hello, although I'm not the owner of this repo, I'm interested in better understanding the issues you've identified. Could I refer to your code for learning purposes? If you're okay with this, I would really appreciate your guidance. Thank you!
@farooqkz hello, although I'm not the owner of this repo, I'm interested in better understanding the issues you've identified. Could I refer to your code for learning purposes? If you're okay with this, I would really appreciate your guidance. Thank you!
https://pep8.org
Also there are tools like https://pypi.org/project/black/ which check your code and tell you were you did it wrong. This is for Python. For other languages, you must follow their own coding styles.