Python introduction,

Source: Internet
Author: User

Python introduction,

Start

I finally have time to learn python. This plan was conceived two years ago and has been put on hold for family, work, and other reasons. I am not mature enough, the next time is to calm down and learn about crazy's big P.

My skills are not easy to learn, and my skills are limited. The content recorded by my blog is a learning process, so some content will be referenced by the painstaking efforts of experts and teachers. I will try my best to indicate the source, if any, you can contact me via email. I will add it as soon as you confirm it. 15666661331@163.com.

Python Introduction

Python was created on Christmas Day of 1989 by "Uncle turtle". The details are not detailed, because I was not born yet. ^_^. With the advancement of science and technology, python has become more and more recognized. It should be the hottest language in the last two years.

Advantage: high code efficiency. In addition to system development, python cannot be used.

Disadvantage: The running speed is relatively slow.

Comparison: python code ---> compiler ----> Virtual Machine Translation ---> machine code; C code ---> compiler ---> machine code

Category:

Python has many interpreters, but CPython is the most widely used. Others include Jython, IronPython, and PyPy. net platform interaction, the best way is not to use Jython or IronPython, but to interact through network calls, to ensure the independence between programs. PyPy is another Python interpreter whose goal is the execution speed. (Liao Xuefeng's official blog https://www.liaoxuefeng.com /)

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.