Re: Python best practices

2016-01-16 Thread Felix Almeida
Pylint is your friend: http://www.pylint.org/ If you already know a bit about the language then a good place to start is the Google Python Style Guide: https://google.github.io/styleguide/pyguide.html On 15/01/16 08:19 PM, [email protected] wrote: Are there any good resources on python

Re: Python best practices

2016-01-16 Thread Bob Gailer
On Jan 15, 2016 8:20 PM, wrote: > > Are there any good resources on python best practices? e.g., articles What programming experience do you have? I'm thinking of languages. Here are a few of my guidelines - most not Python specific: Keep logic and data separate. Comment early and often - but

Re: Python best practices

2016-01-15 Thread Steven D'Aprano
On Sat, 16 Jan 2016 12:19 pm, [email protected] wrote: > Are there any good resources on python best practices? e.g., articles If you come from a Java background, you should read these two articles: http://dirtsimple.org/2004/12/python-is-not-java.html http://dirtsimple.org/2004/12/java-is-