Python Basics (ii)

Source: Internet
Author: User

Chapter One introduction to Python language

What is 1.1 python?

Python (United Kingdom pronunciation:/?pa?θ?n/American pronunciation:/?pa?θɑ?n) What is it? Simply put, it is a computer programming language and a set of supporting software tools and libraries. is an object-oriented, interpreted computer programming language, invented by Guido van Rossum in 1989, and the first public release was released in 1991 [1].

Python is purely free software, and the source code and interpreter CPython follow the GPL (GNU general public License) agreement.

Python syntax is simple and clear, and one of the features is to force whitespace (white space) to be indented as a statement.

Python has a rich and powerful library. It is often nicknamed the glue language and is able to easily connect a variety of modules made in other languages, especially in C + +. A common application scenario is to use Python to quickly build a prototype of a program (sometimes even the final interface of the program) and then rewrite it in a more appropriate language, such as a graphics rendering module in a 3D game, with a particularly high performance requirement, and can be rewritten in C + + with a specially requested part. It is then encapsulated as an extension class library that Python can call. It is important to note that you may need to consider platform issues when you use the Extended class library, and some may not provide cross-platform implementations.

Application of 1.2 python

Well-received as a powerful and versatile programming language, Python has a very clear syntax and is suitable for a wide range of operating systems, and is now becoming more and more popular internationally.

Web programs: Django, Pyramid, bottle, Tornado, Flask, web2py

GUI applications: WxPython, Tklnter, PYGTK, Pygobject, PyQt

Scientific operations: SciPy, Pandas, Ipthon

Software development: Buildbot, Trac, Roundup

System Management: Ansible, Salt, OpenStack

1.3 Python under Window installation

Python Basics (ii)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.