
MarkdownPad
Typora
StackEdit
Markdown by DaringFireball
Dillinger
Rentry.co
HedgeDoc
MacDown
bpython
iPython
Jupyter
IDLE
ptpython
PyCharm
Python
Spyder
Users who need a straightforward and familiar interface for Markdown editing might find MarkdownPad appealing. However, considering its discontinued status, it is recommended for users who specifically want a classic MarkdownPad experience or those working in an environment where other editors are not feasible. For most users, seeking an active alternative would be more advisable.
Based on our record, bpython should be more popular than MarkdownPad. 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.
(Opened article in Reader mode in browser, copied it, pasted into Markdownpad, cleaned up article (removed image captions, MORE: lines), made the whole article a quote, and pasted here in the comments.). Source: over 4 years ago
(I used http://markdownpad.com/ to quickly format the quoted article for posting here on Reddit). Source: over 4 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
Typora - A minimal Markdown reading & writing app.
iPython - iPython provides a rich toolkit to help you make the most out of using Python interactively.
StackEdit - Full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
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.
Markdown by DaringFireball - Text-to-HTML conversion tool/syntax for web writers, by John Gruber
IDLE - Default IDE which come installed with the Python programming language.