Home - JulTob/Python GitHub Wiki

🦶 What is python?

🦶 Named after the Monty Python comedy group, Python is a popular general-purpose programming language.

🤔💭 It was created by Guido van Rossum, and released in 1991. “Its core design philosophy is all about code readability and a syntax which allows programmers to express concepts in a few lines of code.”

🖋️ It can be used for processing text, numbers, images, scientific data, databases, and files.

🗒️ Python code is stored in text scripts. It can also be compiled.

🛠 Contains Object Oriented and Functional Programming.

🤷 It became a popular language for non-IT and beginners, and it eventually transversed to all programming.

ℹ️ To get some help

about a function of python write

help(functionName)
⚠️ **GitHub.com Fallback** ⚠️