Understand the history of Python
Understand the characteristics of Python
Understand Python Application
Master the construction of Python development environment under Linux
Understand the construction of Python environment under Windows
Install Python and write the first Python program
An interpreted, object-oriented, high-level programming language with dynamic semantics
is a programming language that allows you to maintain your own style when programming. You can achieve the functions you want without much effort, and the programs you write are clear and easy to understand.
The development of Python can be divided into several important stages:
CNRI period: CNRI is an important unit that funded the early development of Python. Most of the results before Python version 1.5 were completed during this period.
BeOpen period: Guido van Rossum cooperated with BeOpen company. During this period, Python2.0 was launched, and even Python1.6 came out at the same time, but in principle they have been maintained separately.
DC period: Guido has currently left BeOpen and brought the development team to Digital Creations (DC). The company is famous for developing the Zope system, so this cooperation is also attracting attention. .
Python 3.0
Python wins the annual Tiobe Programming Language Award
Python achieved significant market share growth in 2010. Since January 2010, Python's market share has increased by 1.81%, which is the fastest growing rate.
Scripting Language
High-level dynamic programming language
Automated memory management
Built-in many high-level and practical data types
Easy to combine Network program module
Master key? No, Glue Language
Implementing Web Crawler and many components in search engines.
Yahoo uses it (among other technologies) to manage discussion groups.
NASA uses Python both for development and as a scripting language in several of its systems.
The video sharing service is mostly written in Python.
Ruby is very famous, but not many people actually use it in China.
Python's "usability" is much better, and Java already occupies an important position in traditional large-scale applications.
Although Python is not as powerful as Perl's libraries, many libraries are still widely used in large businesses and are much more stable than Ruby.
The simplicity of Python.
Still used, it is said that Ruby was created by Little Japan.
Others: All rooted in Unix system, Google uses Python.
Most Linux distributions have the Python environment installed by default. If you want to download different versions, you can download them from www.python.org. For software installation methods, refer to Linux software installation.
Enter Python to start Python interactive mode
Program editors recommend using VIM
You can download and install the python msi and install it directly
Comes with python GUI development environment
Many development tools
The above is the detailed content of A brief introduction to Python. For more information, please follow other related articles on the PHP Chinese website!