IPython gets $1.15M funding
mail.scipy.org
IPython gets $1.15M funding
1–10 of 95 posts
Re: IPython gets $1.15M funding
#2Re: IPython gets $1.15M funding
#3That grant is well deserved. IPython is easily the most useful Python tool I have ever used.
Although I hear more and more people talk about bpython[1]. I understand why it's different, but it's just not as awesome as IPython, especially since IPython 0.11+
This is big news for the Python community :)
Re: IPython gets $1.15M funding
#4Re: IPython gets $1.15M funding
#5What's IPython?
Basically it's the Python terminal on steroids.
Re: IPython gets $1.15M funding
#6Re: IPython gets $1.15M funding
#7I like the qtconsole feature but i find it less than perfect to install:
1. pip install ipython 2. install qt4 3. pip install pyside / qt4 bindings
The better feature, for me anyway, is the notebook interface (it starts a local web server and gives you a rich web guy, somewhat like a Mathematica idea of interactive notebook editing with inline charting etc.)
But, that's a whole other bunch of dependencies that aren't in scope when installing ipython.
Not sure of the best fix, offer ipython and ipython-full-stack on PyPI?
Re: IPython gets $1.15M funding
#8Being able to weave together text|markdown, tabular data (in almost any format you want) and images ( whether from matplotlib, raw captures, or synthetic assemblies ) in one environment is very powerful.
I suspect that with some additional tools IPython notebook will become the integrators workbench par excellence, useful in many contexts.