Hacker News new | ask | show | jobs
by krapp 4760 days ago
I almost made it through Coursera's python course. It's a really nice language but I still find the whitespace thing annoying. Also package management seems a bit lacking but I might just not be familiar enough with the ecosystem.
2 comments

package management is best handled through PIP. Virtualenv for isolated environments.
I'd say Python handles package management better than just about anything else, period.

Regarding "whitespace"... best stick with PHP or Perl.