My Python learning Journey 1

Source: Internet
Author: User

What is Python?

It can be understood as "an interpreted , object-oriented , high-level programming language with dynamic semantics "


The development of Python can be divided into the following important stages:


---cnri period: Cnri is an important unit to finance the early development of Pyhon, most of the results of the Python1.5 version were completed in this period.


---beopen period: Guido van Rossum and Beopen company, this period will be Python2.0 launch, even Python1.6 also came out, but

In principle already separately maintained.


---DC period: currently Guido has left Beopen company, will be the development team with the digital Creations (DC) company, the company to develop the Zope system

Well-known, so this cooperation is also quite popular.



I'm a little impatient to start my Pyhon learning journey!!


My first Python script:


Open the Python IDE and enter the following:



The above documents explain:


Import a Python module (a library of additional tools) to get the name of the system platform.


Run 3 print function calls to display the results of the script.


Use a variable x and assign a value to hold a string object.


Sys.platform is just a string representing the type of computer we are working on, in a standard Python module called SYS, which must be imported to load

The module.



Reprint Please specify source:http://blog.csdn.net/hai_qing_xu_kong/article/details/42803261 Emotional Control _  





My Python learning Journey 1

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.