-
Notifications
You must be signed in to change notification settings - Fork 2
Python
Python is a general purpose object oriented programming language; which is dynamically typed and interpreted using the Python interpreter.
Python was created by Guido Van Rossum in the early 90s, but it was conceptualized much before that. Python was conceptualized with one mantra
There should be one-- and preferably only one -- obvious way to do it
There are various implementations of Python language available, although most commonly C implementation of Python, CPython is used.
Python is so wide-spread in its use, that most Linux and OSX distros come pre-installed with Python. Because a lot of installed software packages use Python internally.
Python is used in data science, machine learning, and especially, web development.
To get more familiar with Python, start here
If you are looking for something specific in Python, pick from this list of resources:
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links