類似Matlab的Python開發工具spyder
Spyder - Documentation
Spyder is the Scientific PYthon Development EnviRonment:
-
a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features
-
and a numerical computing environment thanks to the support of IPython (enhanced interactive Python interpreter) and popular Python libraries such as NumPy (linear algebra), SciPy (signal and image processing) or matplotlib (interactive 2D/3D plotting).
Spyder may also be used as a library providing powerful console-related widgets for your PyQt-based applications – for example, it may be used to integrate a debugging console directly in the layout of your graphical user interface.
Spyder websites:
-
Downloads, bug reports and feature requests: https://github.com/spyder-ide/spyder
-
Discussions: http://groups.google.com/group/spyderlib
Using the pip package manager:
-
Installing:
sudo pip install spyder
-
Updating:
sudo pip install -U spyder
Optional modules
-
Matplotlib >=1.0 – for 2D and 3D plotting in the consoles.
-
Pandas >=0.13.1 – for view and editing DataFrames and Series in the Variable Explorer.
-
Numpy – for view and editing two or three dimensional arrays in the Variable Explorer.
-
Sympy >=0.7.3 – for working with symbolic mathematics in the IPython console.
-
Scipy – for importing Matlab workspace files in the Variable Explorer.
相關文章
- 帶你開發類似 Pokemon Go 的 AR 遊戲Go遊戲
- spyder是python的什麼Python
- julia與python類似之處Python
- 讓開發Android的eclipse工具支援類似VS的#Region指令格式的程式碼收縮功能AndroidEclipse
- 凹音短影片軟體開發(類似現成)
- 使用類似搭積木的低程式碼開發方式進行SAP API開發API
- 開發Python的好工具Python
- 有沒有類似上線釋出管理的工具
- 開發類似鬥魚虎牙的運營級直播平臺多少錢
- Java開發常用的16個工具類Java
- Android開發中常用的工具類Android
- CoffeeScript攻略4.2:類似Python的zip函式Python函式
- 類似trello的區域網開源的軟體
- beego開發的線上文件管理系統,功能類似Gitbook和看雲GoGit
- 【同行說技術】Python開發、除錯、爬蟲類工具 大全Python除錯爬蟲
- 開發積累—泛型工具類泛型
- windows forms 上一個類似於wpf snoop 的工具: HawkeyeWindowsORMOOP
- Python 開發命令列工具Python命令列
- 基於protostuff的序列化工具類開發
- mac下類似fildder的抓包工具charles安裝與註冊Mac
- 類似gitbook的wiki選擇Git
- mysql類似merge的操作MySql
- Android 常用開發工具類原始碼Android原始碼
- 類似FDF智慧合約迴圈互助系統開發原始碼案例原始碼
- 常用的十大Python開發工具Python
- Android開發中,常用工具類集合:Sutils,一款輕量級的Android開發工具類庫Android
- 常用的 Python 除錯工具,Python開發必讀Python除錯
- 一點自用的Android程式碼開發工具類Android
- python實現時間的加減,類似linux的date命令PythonLinux
- Python用什麼工具好?Python開發工具推薦!Python
- Python GUI開發工具選擇PythonGUI
- 用Java 19實現類似Go併發 - mccueJavaGo
- 突發奇想:用 PHPDoc 和 反射 來給 PHP 整一個類似 Python 的裝飾器~~PHP反射Python
- 請問大家,我們中國有類似Spring一樣的工具嗎?Spring
- python小工具: GUI開發工具 FlexxPythonGUIFlex
- 併發工具類
- 蘋果全新Mac Pro開發中,外觀類似Power Mac G4 Cube蘋果Mac
- 使用spyder3除錯python程式的簡明教程除錯Python