Python and Spyder environments and pythonspyder

Source: Internet
Author: User

Python and Spyder environments and pythonspyder

If you have any questions, please point out that we can communicate with each other only on Windows !!!! (Apple cannot afford it ...)
If Python is installed, both Python 2.7 and Python 3.6 are supported. Although Python 2.7 is comprehensive, it is recommended to install Python 3.6. Here we will introduce Python 3.6 as an example.
As for the development environment, the Spyder I selected should be very accustomed to using MATLAB. It is an integrated development tool with a highly interface similar to MATLAB.
1. Download and install Python
Go to the official website to download: https://www.python.org/downloads/

Download and select Run. Remember the installation address. During installation, check and add it to the environment variable. If it is not selected, it will be okay. Then add the environment variable.
2. Install spyder
It can be used without installing Spyder. Although Spyder provides scientific computing, it also requires a framework between Python and Python, or a display interface PyQt5.
Install PyQt5

Pip install pyqt5

Then install spyder

Pip install spyder

After the installation is complete, enter the spyder + version number in the command line.

It indicates that spyder is running normally. ( Note that the spyder must be followed by a version number, such as spyder2 and spyder3.)

 



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.