mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 16:20:13 +00:00
UPDATE README
UPDATE README
This commit is contained in:
parent
21258213c1
commit
555381c851
|
@ -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)
|
# 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.
|
A curated list of awesome Python frameworks, libraries, software and resources.
|
||||||
|
|
||||||
Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
|
---------
|
||||||
- [Awesome Python](#awesome-python)
|
- [Awesome Python](#awesome-python)
|
||||||
- [Admin Panels](#admin-panels)
|
- [Admin Panels](#admin-panels)
|
||||||
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user