
Typora
iA Writer
StackEdit
Obsidian.md
Dillinger
Markdown by DaringFireball
MacDown
MarkdownPad
bpython
iPython
Jupyter
IDLE
ptpython
PyCharm
Python
Spyder
It is very well built with simplicity in mind. There are several themes and all of them look amazing. I love the "typewriter" and "focus" mode. In contrast with other apps that focus the current window and remove all visibility options, Typora goes one step ahead and fades down all other paragraphs as well.
Based on our record, Typora seems to be a lot more popular than bpython. While we know about 94 links to Typora, 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.
Genuinely WYSIWYG. Typora is the one that established this way of working and is still the cleanest version of it, for a single person writing prose. MarkText is the open-source answer to it and is free. - Source: dev.to / 15 days ago
Option 2: Dedicated markdown app.Typora, Obsidian, or similar. Better editing experience, but now you're context-switching between your code editor and your docs editor. Copy-pasting paths, losing mental context, duplicating effort. - Source: dev.to / 3 months ago
> I’d love some app with the polish of Bear Notes but that just edited raw Markdown files. Typora? (https://typora.io/). - Source: Hacker News / 5 months ago
Https://typora.io/ allows pasting images into markdown. I use it for my Zola blog. - Source: Hacker News / 10 months ago
Typora https://typora.io/ (Available for macOS, Windows, Linux): Typora has been a long-standing favorite for its truly distraction-free, what-you-see-is-what-you-get (WYSIWYG) approach. It's clean, elegant, and makes writing Markdown feel incredibly intuitive. - Source: dev.to / about 1 year 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
iA Writer - Minimal Design, Maximum Focus
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.
Obsidian.md - A second brain, for you, forever. Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
IDLE - Default IDE which come installed with the Python programming language.