All Projects → pyzo → Pyzo

pyzo / Pyzo

Licence: other
Python to the people

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyzo

periodum
Periodum: An Interactive, Open-Source Periodic Table!
Stars: ✭ 346 (+80.21%)
Mutual labels:  science, interactive
Zerobranestudio
Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
Stars: ✭ 2,255 (+1074.48%)
Mutual labels:  ide
How To Markdown
Learn how to start using Markdown
Stars: ✭ 173 (-9.9%)
Mutual labels:  interactive
Sunburstr
R htmlwidget for interactive sunburst plots
Stars: ✭ 177 (-7.81%)
Mutual labels:  interactive
Awesome Pycharm
A curated list of resources for learning and using PyCharm, a Python IDE from JetBrains
Stars: ✭ 174 (-9.37%)
Mutual labels:  ide
Fast Ide
🕺Fast Integrated Development Environment 😻
Stars: ✭ 181 (-5.73%)
Mutual labels:  ide
Rnaseq Workflow
A repository for setting up a RNAseq workflow
Stars: ✭ 170 (-11.46%)
Mutual labels:  science
Roboware Studio
An IDE environment for ROS development.
Stars: ✭ 189 (-1.56%)
Mutual labels:  ide
Go Wasm
The in-browser IDE for Go
Stars: ✭ 186 (-3.12%)
Mutual labels:  ide
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (-9.37%)
Mutual labels:  science
Singularity
Singularity: Application containers for Linux
Stars: ✭ 2,290 (+1092.71%)
Mutual labels:  science
Discovery
Discoveries on Sustainable Loading research
Stars: ✭ 174 (-9.37%)
Mutual labels:  interactive
Spectnetide
ZX Spectrum IDE with Visual Studio 2017 and 2019 integration
Stars: ✭ 182 (-5.21%)
Mutual labels:  ide
Fake
嵌入式脚本语言 Lightweight embedded scripting language
Stars: ✭ 172 (-10.42%)
Mutual labels:  ide
Learn Anything
Organize world's knowledge, explore connections and curate learning paths
Stars: ✭ 13,532 (+6947.92%)
Mutual labels:  interactive
Docker Clion Dev
Debugging C++ in a Docker Container with CLion IDE
Stars: ✭ 172 (-10.42%)
Mutual labels:  ide
Kaitai struct webide
Online editor / visualizer for Kaitai Struct .ksy files
Stars: ✭ 175 (-8.85%)
Mutual labels:  ide
Docker Galaxy Stable
🐳📊📚 Docker Images tracking the stable Galaxy releases.
Stars: ✭ 179 (-6.77%)
Mutual labels:  science
Observations
Tools for loading standard data sets in machine learning
Stars: ✭ 190 (-1.04%)
Mutual labels:  science
Intellij Haxe
Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
Stars: ✭ 188 (-2.08%)
Mutual labels:  ide

Pyzo - The Interactive editor for scientific Python

PyPI Version Build Status

Website: pyzo.org

Description

Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency.

It consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways. Some example tools are source structure, project manager, interactive help, workspace ...

Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are provided for all major operating system. After installing Pyzo, it can be used to execute code on any Python version available on your system (Python 2.4 - 3.x, including Pypy).

Installation

Pyzo runs on Python3 and needs PySide2 or PyQt5. On a modern OS these should be easy to obtain. One can then install Pyzo with python3 -m pip install pyzo

We also provide binaries for Windows, Linux and MacOS.

License

Pyzo is free and open source, licensed under the 2-clause BSD.

Contributions

If you want to help out, create an issue or pull request on Github.

More information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].