List of TODO can be found which following command:
  grep TODO -A3 $(find -name "*.py")

And count them using:
  grep TODO $(find -name "*.py") | wc -l

