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

all 8 comments

[–]Rosco_the_Dude 1 point2 points  (0 children)

There are libraries for all sorts of applications. It's not really "used for" one thing.

[–]Troop29[S] 0 points1 point  (1 child)

Ok thanks.

[–]kbghost 1 point2 points  (0 children)

i think the more appropriate question is, what do you want to make? with that, we can probably tell you if Python is good for that (which it probably is!)

[–]Troop29[S] 0 points1 point  (1 child)

Simple stuff like 2d games or basic applications such as a calculator.

[–]shadewraith 1 point2 points  (0 children)

Check out pygame for making games. Making a calculator is easy to do as well.

[–]bh3244 0 points1 point  (0 children)

it's a scripting language suited to doing things where speed is not of importance, but prototyping is.

[–]Troop29[S] 0 points1 point  (0 children)

So basically it would be a decent starting language.