
Glitch
replit
StackBlitz
CodePen
GitHub Codespaces
CodeSandbox
CloudShell
CodeTasty
bpython
iPython
Jupyter
IDLE
ptpython
PyCharm
Python
Spyder
Based on our record, Glitch seems to be a lot more popular than bpython. While we know about 116 links to Glitch, we've tracked only 7 mentions of bpython. 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.
Thank you! You may find a Live Demo example (deployed as a Bun app) mentioned in this wiki: https://github.com/fullsoak/fullsoak/wiki/Concepts-&-Example-Deployment. - Source: Hacker News / over 1 year ago
I like it! I spun up a little remixable Glitch project based on your demo so that I could play with it in a web editor. Thanks for sharing. https://glitch.com/~fullsoak. - Source: Hacker News / over 1 year ago
Not suitable for complex apps or long-term projects. Learn more... - Source: dev.to / about 2 years ago
Then, we had the rise of the cloud and the arrival of cloud-based IDEs. The first cloud-based IDE was PHPanywhere (eventually becoming CodeAnywhere) in 2009, followed by Cloud9 in 2010 (before AWS bought it in 2016), Glitch (2018), GitPod (2019), GitHub Codespaces (2020), and Google’s Project IDX (2024). - Source: dev.to / about 2 years ago
See you on glitch.com Jenn, Director of Community and Bugs 👽. - Source: dev.to / over 2 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
replit - Code, create, andlearn together. Use our free, collaborative, in-browser IDE to code in 50+ languages — without spending a second on setup.
iPython - iPython provides a rich toolkit to help you make the most out of using Python interactively.
StackBlitz - Online VS Code Editor for Angular and React
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.
CodePen - A front end web development playground.
IDLE - Default IDE which come installed with the Python programming language.