Introduction to Python and installation of Pycharm software

Source: Internet
Author: User

First, Python introduction

1. Python is a high-level programming language for explanatory, object-oriented, dynamic data types.

The founder of the Python language is Van Rossum; The origins of the 1989

2. Cons: Slow running (due to explanatory language)

3. Version: Python 2.0+ python 3.0+

4. Syntax requirements: uniform indentation; no semicolon; Chinese encoding format is not supported by default

When you have Chinese, you can add the encoding format: # _*_ Coding:utf-8 _*_

Note: The differences between explanatory and compiled languages : Explanatory language is interpreted by The interpreter on a row-by-line basis for each sentence source code, which is then executed by the operating system, while the compiled language compiles the source code through the compiler and generates intermediate files, the last operating system to execute intermediate files. Poor compiler language portability.

Second, installation and use of Pycharm software

You can enter Chinese characters by using Kiosk users for installation. In the real machine

1. File: Get pycharm-community-2016.3.2.tar.gz # #get的文件在/home/kiosk/desktop

-- tar zxf pycharm-community-2016.3.2.tar.gz # #解压

-- CD Pycharm-community-2016.3.2/bin

--SH pycharm.sh # #即可打开图形界面. If the graphical interface does not come out, then the reboot can be.
2. Follow the prompts during installation until you can create a file interface. Out after. You can add your own project name. (It's almost done)
3.Pycharm. py File Save directory: (/home/kiosk/pycharmprojects is the project directory, Python is the new file name)
/home/kiosk/pycharmprojects/python

third, the removal of Python software

Cd/home/kiosk

Ls-a

RM-RF . PyCharmCE2016.3 # #软件删除之后, you can reinstall the Pycharm software

Introduction to Python and installation of Pycharm software

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.