Is Python only for web programming?

As a Python enthusiast/advocate I always have to face some common questions about Python from friends, juniors, colleagues... One of those is, "Is Python used only for web programming?"

So I think I better write the answer here :)

And the answer is NO. Python is used in lots of places:
Also check the page from wikipedia List of Python Software

Last but not the least, Python is one of the three official programming languages of Google!

Please add if I missed anything important.

Comments

Popular posts from this blog

Strip HTML tags using Python

lambda magic to find prime numbers

Convert text to ASCII and ASCII to text - Python code