Python - ashish9342/FreeCodeCamp GitHub Wiki

Python

Python Logo

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:

⚠️ **GitHub.com Fallback** ⚠️