bsumlin / PyMieScatt

A collection of forward and inverse Mie solving routines for Python 3, based on Bohren and Huffman's Mie Theory derivations
http://pymiescatt.readthedocs.io/en/latest/
MIT License
99 stars 38 forks source link

PEP8 Compatability #2

Closed dhhagan closed 6 years ago

dhhagan commented 6 years ago

Moving forward, it might be a good idea to follow the python style guide/conventions according to PEP8. This might be a bit of work (and something you may want to do), but I think it's worth thinking about/discussing. There are tools available to help guide through this process such as various linters as well as commercial products such as codeclimate.

Let me know if you'd like any help implementing these; I can certainly take a stab at it.

bsumlin commented 6 years ago

PEP8 compliance is underway!