类似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:


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.



     本文转自stock0991 51CTO博客,原文链接:http://blog.51cto.com/qing0991/1892342,如需转载请自行联系原作者




相关文章
|
2月前
|
机器学习/深度学习 算法 数据可视化
python/matlab图像去雾/去雨综述
python/matlab图像去雾/去雨综述
36 0
|
5月前
|
开发工具 Python
Python 开发工具 Pycharm —— 使用技巧Lv.2
例子2:方法内使用#号注释,pydoc不会显示注释内容(class同理)
43 0
|
2月前
|
JavaScript 前端开发 开发工具
Python之JavaScript逆向系列——3、浏览器的开发工具——源代码的使用
Python之JavaScript逆向系列——3、浏览器的开发工具——源代码的使用
17 0
|
8月前
|
Python
【英】考虑多能负荷不确定性的区域综合能源系统鲁棒规划(Matlab&Python代码)
【英】考虑多能负荷不确定性的区域综合能源系统鲁棒规划(Matlab&Python代码)
|
4月前
|
定位技术 Python
Anaconda老版本Python虚拟环境更新Spyder软件失败的多种解决方法
Anaconda老版本Python虚拟环境更新Spyder软件失败的多种解决方法
|
4月前
|
程序员 Shell C++
和MATLAB相比,用Python做科学计算有哪些优缺点呢?
和MATLAB相比,用Python做科学计算有哪些优缺点呢?
|
4月前
|
Java C++ 索引
matlab与python在三维数组上的差异
他们行列层位置不一样
38 0
|
4月前
|
IDE Ubuntu 开发工具
Python(五)IDE集成开发工具pycharm安装及配置
工欲善其事,必先利其器。好的开发工具能让我们的开发速度事半功倍。 Python比较好的集成开发工具IDE,大概就是pycharm,以及万物皆可的VScode VScode具体用什么插件比较好还在研究中,今天大概先看下pycharm的安装及配置。 这里分两个系统,ubuntu及windows 一:windows安装及汉化 1 :安装 首先,去官方网站下载安装包,专业版是要花钱购买的,我这里选择的是社区版,功能没有专业版那么强大,但是基本上够用。 网址:www.jetbrains.com/pycharm/dow… 下载完成之后,一路下一步安装即可。
55 1
|
5月前
|
开发工具 Python
Python 开发工具 Pycharm —— 使用技巧Lv.3
: 单步运行图标,点击让程序运行一行 4: 步入步出,可以进入当前代码行函数内 5:重新运行,修改之后或者运行完成后想要再次运行 点此再次运行
28 0

热门文章

最新文章