Re: Hello.

2016-01-19 Thread Felix Almeida
Check your PATH environment variable. On 16/01/16 04:41 PM, Hmood Js wrote: cmd won't recognize python at all I've checked several times , and I don't understand what's wrong Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

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, gliesia...@gmail.com wrote: Are there any good resources on python