A brief introduction to Python and the establishment of a Python environment

高洛峰
Release: 2017-02-16 11:40:51
Original
1347 people have browsed it


A brief introduction to Python

  • Suitable fields:

    • Web websites and various Network services

    • System tools and scripts

    • As a 'glue' language to package modules developed in other languages ​​for easy use

  • Not suitable for areas:

    • Code close to hardware (C preferred)

    • Mobile Development: IOS/Android have their own development languages ​​(ObjC, Swift/Java)

    • Game development: C/C++

  • Python code cannot be encrypted

Python environment construction

  • Python can be applied to multiple platforms including Linux and Mac OS X.

  • Python official website: http://www.python.org/

  • Python document download address: http://www.python.org/doc/

  • Right-click "Computer" and then click "Properties"

  • Then click "Advanced System Settings"

  • Select "Path" under the "System Variables" window and double-click it!

  • Then in the "Path" line, add the python installation path C:\python-2.7.9.amd64;

  • Finally set After success, enter the command "python" on the cmd command line, and the relevant display will be displayed.

  • IDE:https://www.jetbrains.com/pycharm/download/

##For more brief introduction to Python and related articles on Python environment construction, please pay attention to the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!