|
|
|
|
|
by deadbeef404
3776 days ago
|
|
Nice concept, great work! As a side note: I found your extra whitespace before function arguments to be very strange. I haven't seen this type of spacing before. Is there a reason why you do this? I personally use and encourage the use of the "pep8" python tool (link below) to validate my codestyle as I find it makes working with other developers easier (this extra whitespace is pointed out as an error). pep8 tool: https://pypi.python.org/pypi/pep8 |
|