TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

IPython gets $1.15M funding

335 点作者 kkuduk超过 12 年前

22 条评论

olefoo超过 12 年前
IPython notebook is actually one of the most interesting developments not just in the python world, but in computing generally. It's the first step towards the fully graphical shell on the internet that many of us have been looking for, whether or not we realize it.<p>Being 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.<p>I suspect that with some additional tools IPython notebook will become the integrators workbench <i>par excellence</i>, useful in many contexts.
评论 #4909344 未加载
评论 #4909502 未加载
评论 #4909395 未加载
评论 #4913670 未加载
tdfx超过 12 年前
I was lucky enough to find IPython early on when I started with Python. I'm constantly amazed with its feature set. Some cool things I found useful:<p>The "run" command for running python scripts:<p>* -t to print timing information<p>* -p to print profiling info from profiler module<p>* -d run the script under pdb interactively (with -b to set line breakpoints)<p>* -n to set __name__<p>All of these things can be done fairly easily on their own, but doing it through IPython makes the output so much easier to read and work with.<p>Whenever I'm working with data I need to visualize, I like to use:<p><pre><code> ipython qtconsole --pylab=inline </code></pre> to get a terminal-like window that has inline graphs from matplotlib functions.
评论 #4913565 未加载
3amOpsGuy超过 12 年前
IPython is extremely useful.<p>I like the qtconsole feature but i find it less than perfect to install:<p>1. pip install ipython 2. &#60;system package manager&#62; install qt4 3. pip install pyside / qt4 bindings<p>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.)<p>But, that's a whole other bunch of dependencies that aren't in scope when installing ipython.<p>Not sure of the best fix, offer ipython and ipython-full-stack on PyPI?
评论 #4909333 未加载
评论 #4909537 未加载
评论 #4910445 未加载
评论 #4909890 未加载
yen223超过 12 年前
That grant is well deserved. IPython is easily the most useful Python tool I have ever used.
评论 #4909168 未加载
opminion超过 12 年前
The notebook interface is the natural generalisation of the REPL, and has the potential of being reused and copied by other languages (clojure, JavaScript) just as, in offline form, it has been used in Mathematica and Racket for years.
评论 #4911940 未加载
stefanu超过 12 年前
You can try IPython (shell) and IPython Notebook (web interface) online with Wakari at <a href="https://www.wakari.io" rel="nofollow">https://www.wakari.io</a> - platform (with all popular Python scientific libraries installed) that lets you run multiple Python sessions and access them online anywhere. It also allows IPython Notebook sharing - you can share your workflow.
评论 #4909593 未加载
Apreche超过 12 年前
Why does IPython get all the love? I tried it out back in the day, but it was not very impressive. bpython is much better, but doesn't seem to get as much attention.
评论 #4910309 未加载
评论 #4909945 未加载
评论 #4909919 未加载
评论 #4909833 未加载
评论 #4911707 未加载
评论 #4914999 未加载
RaSoJo超过 12 年前
This is the awesomest news for the day. It is so much more than a tool purely for the scientific community. I use it for quick fire data analytics codes all the time. Especially when coupled with pandas and matplotlib. pandas can output data in a tabular format directly onto the HTML notebook.<p>If creating forms on the same was a bit more simpler, then it would be biggest boon to a data analyst since excel sheets...dare i say. It would lead to quick fix applications, rapid prototyping for reporting applications. And it can be hosted and shared directly: <a href="http://nbviewer.ipython.org/" rel="nofollow">http://nbviewer.ipython.org/</a>
aaronbrethorst超过 12 年前
What's IPython?
评论 #4909277 未加载
评论 #4909199 未加载
nimrody超过 12 年前
I would be wonderful if we could re-use the notebook interface for other language - Octave, Julia, R, Ruby.<p>(Would also be nice if building ipython on OS X was easier!)
评论 #4909551 未加载
评论 #4909847 未加载
评论 #4914406 未加载
评论 #4909605 未加载
评论 #4909802 未加载
评论 #4910941 未加载
评论 #4913386 未加载
评论 #4910444 未加载
winter_blue超过 12 年前
When will we hear about PyPy getting a similar amount of funding?<p>It's a great project, and lack of funding has prevented them from delivering on Py3k.
评论 #4909995 未加载
JacobIrwin超过 12 年前
hand-written thank you from me is going out tomorrow to the Alfred P. Sloan Foundation (<a href="http://www.sloan.org/contact-us/" rel="nofollow">http://www.sloan.org/contact-us/</a>)
rayk超过 12 年前
It was great to click through and learn that the funding was a grant. With that kind of a number, I thought they had raised a VC round - not that companies working on open source projects is bad, but it is always nice that they don't have to worry about a business model.
speg超过 12 年前
This might be a silly question, and perhaps not the place for it, apologies in advance.<p>Love iPython, except for one thing I can't seem to figure out.<p><pre><code> print "Hello World"</code></pre> hit up arrow to recall previous line, press ctrl+a to try and jump to the beginning of the line but instead my cursor jumps to a new empty line on the right side of the screen?<p>What is going on?! I don't get how this split is supposed to work and it always throws me in it when I least expect it. I just want to do a simple edit to my previous command :(
评论 #4910901 未加载
评论 #4910574 未加载
benhamner超过 12 年前
Thrilled to see this. IPython Notebook has become my go-to tool for data munging and analytics. I look forward to seeing the IPython team take it to the next level.
hanula超过 12 年前
Fantastic news, IPython deserves it and can't wait what they will deliver next.
account_taken超过 12 年前
I'm surprised Python doesn't get more in return. Google, Pinterest, Disqus, ... all these guys have buku funding and use Python heavily. Why not show Python some love? Make the VM up to par with V8.
rd108超过 12 年前
Congratulations, guys. Excellent work and I love Ipython :)
petergx超过 12 年前
Awesome news! ipython + notebook is amazing.
slykat超过 12 年前
I really wish there was an equivalent of IPython in Ruby; it's one of the tools I miss the most from python.
评论 #4909548 未加载
评论 #4909367 未加载
Ip12超过 12 年前
Congratulations, well deserved
tomrod超过 12 年前
Fantastic!