Re: Typed python comparison / code analysis questions

2012-01-04 Thread Lucas Vickers
Thank you! At the moment python3 isn't an option. There's a variety of dependencies I'm working around. Is there any type of 2.x add-on? either way thanks for the info L On Wed, Jan 4, 2012 at 3:34 PM, Ian Kelly wrote: > On Wed, Jan 4, 2012 at 1:09 PM, Lucas Vickers

Typed python comparison / code analysis questions

2012-01-04 Thread Lucas Vickers
Hello, I'm relatively new to Python. I come from C/C++ so I love the flexibility but I am slightly irked by the lack of compilation time checking. I've got two questions 1) Are there any tools that do an analysis of code and attempt to catch potential issues such as undefined variables, etc? I