bpython
bpython - A fancy curses interface to the Python interactive interpreter (by bpython)
ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc. (by ipython)
bpython | ipython | |
---|---|---|
15 | 36 | |
2,720 | 16,552 | |
0.3% | 0.2% | |
6.2 | 9.8 | |
14 days ago | 3 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bpython
Posts with mentions or reviews of bpython.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-12.
- Our Team's Favourite Open Source Projects Right Now
- REPL Driven Python
-
What packages replaced standard library modules in your workflow?
bpython over built-in Python interpreter
-
What dev tools do you use in your python projects?
Yeah, also it's worth to mention bpython
-
can I get syntax highlighting for python shell?
I use bpython, its a pretty cool python REPL, try it out
-
Release of IPython 8.0
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
-
Who needs a calculator?
It's a nicer repl for python.
-
Need help setting up python on arch linux
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.
-
Easiest Django Shell/Terminal
So, in this article, we will discuss bpython-django a fork from bpython that handles Django in a better way, currently it handles Models and can be extended as desired.
-
PyCharm console
Someone posted bpython which I'm pretty ecstatic about but always good to know options.
ipython
Posts with mentions or reviews of ipython.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-28.
-
Reloading Classes in Python
Pickling + unpickling the object is a neat trick to update objects to point to the new methods, but it's even more straightforward to just patch `obj.__class__ = reloaded_module.NewClass`. This is what ipython's autoreload extension used to do, though nowadays it's had some improvements over this approach: https://github.com/ipython/ipython/pull/14500
- REPL for Dart: supporting 3rd party packages, hot reload, and full grammar
-
The new pdbp (Pdb+) Python debugger!
If you’re already using ipython, this isn’t a problem because you’ll already need to download most of these dependencies anyway. But if you’re not using ipython… you’ll still need to download those dependencies.
-
Pandas 1.5 released
!pip install is error-prone, it is better to use %pip install, ipython even warns about this, https://github.com/ipython/ipython/pull/12954/
-
Why deprecate loading unpackaged extensions?
The git history (here is the git blame) shows it has not been updated in 9 year. Looks like a documentation issue that you should open an issue against.
-
Debugging Python programs without an IDE
Do you know IPython? It is a modern Python console that extends the capabilities of the classic builtin Python shell by offering introspection, tab completion, syntaxing coloring, as well as history. If you don't know it, I can't recommend it enough. More information can be found in its GitHub page.
-
External variables in lambda functions in Python
There is an IPython ticket on GitHub on the topic, but it's unclear if the problem has been solved.
-
Pipx: A python package consumption tool for CLI packages
For further documentation on ipython using the CLI, you can refer to the GitHub link or the documentation page.
- Workflow-killing crash from strange added characters.
-
No_color
There’s one I’ve come across recently here where you’re fighting against syntax highlighting with extra error context. https://github.com/ipython/ipython/issues/13446#issuecomment...
What are some alternatives?
When comparing bpython and ipython you can also consider the following projects:
ptpython - A better Python REPL
CPython - The Python programming language
Jupyter Notebook (IPython) - Multi-user server for Jupyter notebooks
xonsh - :shell: Python-powered shell. Full-featured and cross-platform.
pgcontents - A Postgres-backed ContentsManager implementation for Jupyter