
CodeRunner
VS Code
Light Table
SlickEdit
BBEdit
Sublime Text
Vim
TextPad
bpython
iPython
Jupyter
IDLE
ptpython
PyCharm
Python
Spyder
Based on our record, bpython should be more popular than CodeRunner. It has been mentiond 7 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Https://coderunnerapp.com is a good lightweight alternative if you want to try out snippets of Swift code. Source: almost 5 years ago
BTW, if you're just start learning C++, get CodeRunner. Xcode is for project development, not a good learning tool. Source: almost 5 years ago
I'm going to presage this by saying that if what you want from an IDE is that you can open a tab, tap in some C++, add some breakpoints if necessary and hit run, and if you're willing to spend $20, then I highly recommend CodeRunner. You can also set it up to invoke whatever you want to invoke for building, allowing you to use it as a full project-management IDE, but I usually don't bother with that. But it's... Source: over 5 years ago
Mine is simple, probably wont win but I made this my username cause I like code, conuidentley coderunner is a program editor for macOS. Source: over 5 years ago
Yeah, also it's worth to mention bpython. Source: about 4 years ago
Yeah, mostly I lack time to catch up with Jonathan Slenders works, and have stronger backward compatibility requirements. b=But ptpython and pyipython are both great. I should also look into Rich and Textual https://bpython-interpreter.org/ is also another alternative python shell, and of course https://xon.sh. - Source: Hacker News / over 4 years ago
Python comes with IDLE as /usr/bin/idle but it doesn't have a corresponding .desktop file that would let it appear in the application menu. Otherwise, /usr/bin/python has an interactive mode and bpython is a wrapper around that interactive mode that has like syntax highlighting, indenting, undo, etc. Source: almost 5 years ago
Someone posted bpython which I'm pretty ecstatic about but always good to know options. Source: about 5 years ago
Someone else posted this - bpython - which is what I was looking for. Source: about 5 years ago
VS Code - Build and debug modern web and cloud applications, by Microsoft
iPython - iPython provides a rich toolkit to help you make the most out of using Python interactively.
Light Table - Light Table is a new interactive IDE that lets you modify running programs and embed anything from...
Jupyter - Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. Ready to get started? Try it in your browser Install the Notebook.
SlickEdit - SlickEdit is a cross-platform, multi-language source code editor text editor that allows programmers to developer in over 40 languages on seven platforms.
IDLE - Default IDE which come installed with the Python programming language.