What is Python? What frameworks does Python have?

  Among the many programming languages, everyone must have heard of the Python language, but it seems that many people don’t know much about this language. Do you know what the Python language is? What frameworks does Python have? Let’s take a look. .

  Python is a cross-platform computer programming language and an object-oriented dynamically typed language. It was originally designed for writing automated scripts. With the continuous update of the version and the addition of new language features, it is increasingly used In independent, large-scale project development, it has gradually been widely used in the processing of system management tasks and Web programming. There are many frameworks involved in Python:

  1. Django: Python Web application development framework;

  2. Diesel: Greenlet-based event I/O framework;

  3. Flask: a lightweight web application framework written in Python;

  4. Cubes: lightweight Python OLAP framework;

  5. Kartograph.py: a lightweight framework for creating vector maps;

  6. Web2py: full-stack web framework;

  7. Tornado: A Python Web framework for asynchronous non-blocking IO;

  8. Scrapy: Python crawler framework;

  9, webpy: lightweight Python web framework;

  10. Buildbot: A continuous integration testing framework based on Python.


Guess you like

Origin blog.51cto.com/15052541/2668192