Hacker News new | ask | show | jobs
by rpedroso 3383 days ago
I write python professionally and I use vim exclusively, but I have pylint + jedi plugins and could not imagine working without them.

I'm also not convinced that depriving new programmers of real-time syntax checking actually helps them learn. Wouldn't immediate feedback help them memorize the correct syntax?

1 comments

I learned working with Visual Studio and, yes, I think that helped. Even jsut being able to press "." and see what methods and properties were publicly available on something was helpful