Completed
Inference example #2
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
12 Years of Pylint - Or How I Learned to Stop Worrying About Bugs
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Pylinting ugly code goes like this
- 3 Pylint can detect real bugs too
- 4 12 years of what?
- 5 How pylint works?
- 6 Astroid nodes
- 7 Inference example #2
- 8 Node transforms
- 9 Inference custom rules
- 10 Astroid capabilities
- 11 Pylint - patterns over AST nodes
- 12 Pylint - visitor pattern example
- 13 Pylint - abstract interpretation
- 14 Pylint - checkers
- 15 Pylint - extra features
- 16 Pylint - Python 3 porting checker
- 17 Similar tools: Pychecker
- 18 Future Pylint