Awesome scientific environment written in Python, for Python!

Spyder Python for Mac

Spyder Python for Mac

  -  455.57 MB  -  Open Source
  • Latest Version

    Spyder Phyton 6.0.3 LATEST

  • Review by

    Daniel Leblanc

  • Operating System

    macOS 12.0 Monterey or later

  • User Rating

    Click to vote
  • Author / Product

    Pierre Raybaut / External Link

  • Filename

    Spyder-macOS-x86_64.pkg

  • MD5 Checksum

    578a4a74b849eefbd61a48eb199113ff

Spyder for Mac is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers, and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.

Beyond its many built-in features, its abilities can be extended even further via its plugin system and API. Furthermore, Spyder for macOS can also be used as a PyQt5 extension library, allowing developers to build upon its functionality and embed its components, such as the interactive console, in their own PyQt software. Core building blocks of a powerful IDE!

The easy way to get up and running with Spyder Python for Mac on any of the supported platforms is to download it as part of the Anaconda distribution and use the conda package and environment manager to keep it and your other packages installed and up to date.

Features and Highlights

Editor
Work efficiently in a multi-language editor with a function/class browser, code analysis tools, automatic code completion, horizontal/vertical splitting, and go-to-definition.

IPython Console
Harness the power of as many IPython consoles as you like within the flexibility of a full GUI interface; run your code by line, cell, or file; and render plots right inline.

Variable Explorer
Interact with and modify variables on the fly: plot a histogram or time-series, edit a dateframe or Numpy array, sort a collection, dig into nested objects, and more!

Profiler
Find and eliminate bottlenecks to unchain your code's performance.

Debugger
Trace each step of your code's execution interactively.

Help
Instantly view any object's docs, and render your own.

Also Available: Download Spyder Python for Windows

  • Spyder Phyton 6.0.3 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Spyder Phyton 6.0.3 Screenshot 1

What's new in this version:

Important fixes:
- Restore widget shortcuts to Preferences and allow to change them on the fly
- Add support for IPython enhanced tracebacks and use the selected color scheme in the editor when showing them
- Improve the way users can select the interface font in Preferences
- Activate Open last closed shortcut and restore some missing context menu actions in the Editor
- Fix several issues when getting selections to run them
- Use the INSTALLER_UNATTENDED environment variable to not launch Spyder automatically if installing it in batch/silent mode from the standalone installers

API changes:
- Add plugin_name kwarg to the register_shortcut_for_widget method of SpyderShortcutsMixin
- The add_configuration_observer method was added to SpyderConfigurationObserver
- Add items_elide_mode kwarg to the constructors of SpyderComboBox and SpyderComboBoxWithIcons
- The sig_item_in_popup_changed and sig_popup_is_hidden signals were added to SpyderComboBox, SpyderComboBoxWithIcons and SpyderFontComboBox

Fixed:
- Menuinst error related with the reset shortcut
- Internal console completions are very difficult to read in dark mode
- Shortcuts don't work for new files in the Editor
- Custom shortcut Alt+Shift+Return doesn't work
- REQUIRED.app is installed by Spyder macOS installer
- Delete folded block erases text on following line
- RuntimeError when trying to compute the console banner
- Open last closed shortcut (Ctrl+Shift+T) does not work
- Attempt to add path in Anaconda3/pkgs to Pythonpath manager leads to an error
- Move from using jupyter-desktop-server to jupyter-remote-desktop-proxy for binder setup
- Spyder restart required after changing some shortcuts in Preferences
- Silent install automatically starts the application in Spyder 6
- Restore content of font selection pull-down menu in preferences back to version 5 quality
- Spyder 6 stuck when computing xHeight of monospace font
- Global Run preset default values reappear after restart
- Run selection is missing from the Editor's context menu in Sypder 6.0
- AttributeError in tour when Help plugin is not available
- F9 (run selection) fails from .md file
- KeyError problem when running files
- Many shortcuts not showing in Preferences
- Color Scheme Error: configparser.NoOptionError: No option 'custom-0/normal' in section: 'appearance'
- Search -> Find text only works for Editor
- Traceback color handling and definition need improvements
- Code highlight removed after run selected or current line
- Add support for IPython enhanced tracebacks