Home  >  Article  >  Backend Development  >  The difference between python and spyder

The difference between python and spyder

(*-*)浩
(*-*)浩Original
2019-07-05 10:43:5215692browse

The difference between python and spyder

Python (Recommended learning: Python video tutorial)

is an interpreted, object-oriented A high-level programming language with dynamic semantics

The first Python compiler/interpreter was born in 1991. The name Python comes from Guido's beloved TV series Monty Python's Flying Circus. Python is between C and Shell, full-featured and easy to learn. Easy to use, scalable

Glue language: easy to connect with other famous programming languages ​​(C/C), integrated package scripting language: high-level scripting language, more powerful object-oriented language than scripting language that can only handle simple tasks : Fully supports inheritance, overloading, derivation, and multiple inheritance

Spyder

is a simple integrated development environment developed for it by the author of Python(x,y) . Compared with other Python development environments, its biggest advantage 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. For example, in Figure 1, you can see "Editor", "Object inspector", "Variable explorer", "File explorer", "Console", "History log" and two panes that display images. You can set whether to display these panes in the View menu.

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.

In the console, you can press the Tab key for automatic completion.

For more Python related technical articles, please visit the Python Tutorial column to learn!

The above is the detailed content of The difference between python and spyder. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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