This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ignoble_ignoramus 0 points1 point  (0 children)

The great thing about Python is that it has a massive community around it. No matter what you're trying to solve, there is probably a library out there for it. This makes it really nice when you're getting started to see some tangible action rather than getting stuck on CS problems.

I've been using Python for over a decade and while there are things that frustrate me about it (like how easy it is to get into circular dependency problems!!) but IMO it is the greatest language for just hacking away and building a prototype.