The following outline is provided as an overview of and topical guide to Python:
Python is a general-purpose, interpreted, object-oriented, multi-paradigm, and dynamically typed programming language known for its readable syntax and broad standard library. Python was created by Guido van Rossum and first released in 1991. It emphasizes code readability and developer productivity.
What type of language is Python?
- Programming language — artificial language designed to communicate instructions to a machine.
- Object-oriented programming — built primarily around objects and classes.
- Functional programming — supports functions as first-class objects.
- Scripting language — often used for automation and small programs.
- General-purpose programming language — designed for a wide variety of application domains.
- Dynamically typed — type checking occurs at runtime.
- Interpreted language — code is executed by an interpreter.
- Multi-paradigm — supports procedural, object-oriented, and
…
Source: Wikipedia
No Comments yet!