Re: Python best practices

2016-01-16 Thread Felix Almeida
best practices? e.g., articles Thanks, Robert -- https://mail.python.org/mailman/listinfo/python-list

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 earl

Re: Python best practices

2016-01-15 Thread Steven D'Aprano
On Sat, 16 Jan 2016 12:19 pm, gliesia...@gmail.com 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

Python best practices

2016-01-15 Thread gliesian66
Are there any good resources on python best practices? e.g., articles Thanks, Robert -- https://mail.python.org/mailman/listinfo/python-list