|
Back to Parent Folder
Projects:Pylint is a project to attempt the impossible: a static type checker for Python! It actually is very possible to do this. David Jeske and I are working on a type inference engine that understands the python language and can detect type errors and violations. Adding type checking to python without changing the language will ease the maintainance of a large python project with lots of developers.
|