From 555381c851ff29144bfb4108eac5f54ac07aca2b Mon Sep 17 00:00:00 2001 From: shreyanshu420 <72186416+Shreyanshu420@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:24:44 +0530 Subject: [PATCH] UPDATE README UPDATE README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04743aee..91d79664 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ +## PYTHON +# What is Python? + +Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed. + +--------- + # Awesome Python [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) A curated list of awesome Python frameworks, libraries, software and resources. Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - +--------- - [Awesome Python](#awesome-python) - [Admin Panels](#admin-panels) - [Algorithms and Design Patterns](#algorithms-and-design-patterns)