• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Is Python a programming language sponsored by Google?

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd like to know if Python is a programming language sponsored by Google.
 
author & internet detective
Posts: 42145
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No. Python is a programming language. And Google does have some classes/APIs in Python online. But they don't sponsor the language.
 
Author
Posts: 35
6
Python PHP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ferdinand,
Jeanne's right - Python is free, open-source, and used everywhere from YouTube to Google to Industrial Light & Magic (see https://www.python.org/about/quotes/). Google and Amazon both use and support Python for cloud-based app development (App Engine and AWS), so it's powerful and wide-spread enough to be of value in industry. It's also so clean and simple to learn that we use it with kids from K-12 to college-level as a great beginner's intro to programming. Not many languages have that kind of range.
I code in lots of languages at the University (see our department's Vimeo page at http://vimeo.com/ungcs for a few), but Python is the language I use in my Artificial Intelligence class and other upper-level courses, as well as with my sons, now 5 and 7 years old. It offers a little bit of something for beginners and advanced users alike.
I hope that helps - have a great rest of the week,
Bryson
 
reply
    Bookmark Topic Watch Topic
  • New Topic