Y
Hacker News
new
|
ask
|
show
|
jobs
by
orokusaki
4760 days ago
Python, because Python rocks! No, seriously, if you haven't tried Python, try it. It's getting better every year.
1 comments
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.
link
tharshan09
4760 days ago
package management is best handled through PIP. Virtualenv for isolated environments.
link
orokusaki
4755 days ago
I'd say Python handles package management better than just about anything else, period.
Regarding "whitespace"... best stick with PHP or Perl.
link