
Textmate
Sublime Text
VS Code
Vim
Microsoft Visual Studio
Android Studio
Brackets
IntelliJ IDEA
bpython
iPython
Jupyter
IDLE
ptpython
PyCharm
Python
Spyder
Textmate
bpythonBased on our record, Textmate should be more popular than bpython. It has been mentiond 16 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.
I was an intern at Yelp who was mostly coding in TextMate through college. TextMate wasnโt going to fly at Yelp because most development happened over ssh. My Real Hacker coworkers mostly used vim and emacs. I wanted to grow up to be a Real Hacker, and so, during work hours, I forced myself to use vim. - Source: dev.to / 12 months ago
I would recommend TextMate: https://macromates.com It's feature-rich, but it just showsยดan empty text window on startup. Can't remember if that's the default or I configured it that way. For larger text files I use vscode. - Source: Hacker News / over 1 year ago
Surprised no one has suggested Textmate: https://macromates.com. Source: over 3 years ago
I've been using TextMate, which has been around as long as Notepad++. Source: over 3 years ago
If you want something like TextMate maybe use TextMate? https://macromates.com. Source: over 3 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: over 4 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
Sublime Text - Sublime Text is a sophisticated text editor for code, html and prose - any kind of text file. You'll love the slick user interface and extraordinary features. Fully customizable with macros, and syntax highlighting for most major languages.
iPython - iPython provides a rich toolkit to help you make the most out of using Python interactively.
VS Code - Build and debug modern web and cloud applications, by Microsoft
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.
Vim - Highly configurable text editor built to enable efficient text editing
IDLE - Default IDE which come installed with the Python programming language.