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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Using IPython for interactive work

25 点作者 pankratiev大约 14 年前

3 条评论

baddox大约 14 年前
IPython is great. Also, if you do any django work, you'll probably love shell_plus, which is an enhanced shell that uses IPython and automatically imports all the models of your installed_apps. shell_plus is a command extensions provided by django-extensions:<p><a href="https://github.com/django-extensions/django-extensions" rel="nofollow">https://github.com/django-extensions/django-extensions</a>
评论 #2454936 未加载
rubergly大约 14 年前
The overview is here, which I found more helpful: <a href="http://ipython.github.com/ipython-doc/dev/overview.html" rel="nofollow">http://ipython.github.com/ipython-doc/dev/overview.html</a>
robbles大约 14 年前
IPython has some really handy features for quick development, like adding ? after any object to get its docstring, and opening any line in the history in a text editor.<p>I also found it useful to add a newline after the prompt so you can copy/paste snippets without getting the indentation wrong.
评论 #2455107 未加载