diff --git a/NanthaKumar_Python/README.md b/NanthaKumar_Python/README.md new file mode 100644 index 000000000..94ff24971 --- /dev/null +++ b/NanthaKumar_Python/README.md @@ -0,0 +1,27 @@ +# Python + +## Gist +- Python is an interpreted high-level general-purpose programming language. +- Python's design philosophy emphasizes code readability with its notable use of significant indentation. +- It's language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. +- Python is dynamically-typed and garbage-collected. +- It supports multiple programming paradigms, including structured (particularly, procedural), object-oriented and functional programming. +- Python is often described as a "batteries included" language due to its comprehensive standard library. + +| | | +|-|-| +| Designed by | Guido van Rossum | +| First appeared | February 1991 | +| Website | www.python.org | + +## Philosophy +Summarized Python's core philosophy, +- Beautiful is better than ugly. +- Explicit is better than implicit. +- Simple is better than complex. +- Complex is better than complicated. +- Readability counts. + +For more, https://en.wikipedia.org/wiki/Python_(programming_language) + +Author: [NanthaKumar](https://github.com/nknantha) \ No newline at end of file