Home > Article > Backend Development > What is the relationship between spyder and python
The relationship between spyder and python
Spyder is a simple integrated development environment for Python. Its biggest advantage compared with other Python development environments is that it imitates the "workspace" function of MATLAB, making it easy to observe and modify the values of arrays.
Spyder's interface consists of many panes, and users can adjust their position and size according to their preferences. When multiple panes appear in an area, they will be displayed in the form of tabs.
Under the default configuration, variables starting with capital letters are not displayed in the "Variable explorer" pane. You can click the configuration button (the last button) in the toolbar and cancel "Exclude capitalized references" in the menu selected state.
Recommended tutorial: python tutorial
The above is the detailed content of What is the relationship between spyder and python. For more information, please follow other related articles on the PHP Chinese website!