Concise Python tutorial Reading notes one

Source: Internet
Author: User

Python Features: Explanatory programming language
A program written in the explanatory--python language does not need to be compiled into binary code. The Python interpreter converts the source code into an intermediate form called bytecode , which is then translated into machine language.
Object-oriented--python, which supports process-oriented programming, also supports object-oriented programming. In a process-oriented language, a program is built from a procedure or simply a function of reusable code.
In object-oriented languages, programs are built from objects that combine data and functionality.

The initial steps:
There are two ways to run your program using Python-using an interactive prompt interpreter or using a source file

Exit the Python prompt--Press ctrl-z and press ENTER

Using the editor Python IDLE

Run the program and use the shortcut ctrl-f5

Detail part: Python is case-sensitive,

#符号右面的内容都是注释

#!/usr/bin/python Organization Line-tells the system which interpreter to run when you execute the program

Concise Python tutorial Reading notes one

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.