MolSSI-Education / python_scripting_cms

Python Data and Scripting course for computational chemists
https://molssi-education.github.io/python_scripting_cms
Other
83 stars 33 forks source link

Some suggestion for python 3 convention #51

Closed khoivan88 closed 4 years ago

khoivan88 commented 4 years ago

Hi, in this proposal, I added spaces between operand and operators to match PEP8 python convention. Also, I have used the newer string format to introduce users to this function. However, I did not use f-string yet because not everybody used python 3.5+. I hope this might help a bit!