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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Python on iPad

6 点作者 arunmib超过 4 年前
I'm teaching someone python and they only have an iPad. A quick search turned up Google Collab and Pythonista. What has your experience been using either one on iPad? Are there other options?

7 条评论

celias超过 4 年前
These apps include several common packages such as numpy, matplotlib, pandas, etc<p>Pyto - a Python 3.8 IDE fo iPhone and iPad <a href="https:&#x2F;&#x2F;pyto.app" rel="nofollow">https:&#x2F;&#x2F;pyto.app</a><p>Carnets - standalone Jupiter notebook. Now with Python 3.9 <a href="https:&#x2F;&#x2F;twitter.com&#x2F;carnets_jupyter" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;carnets_jupyter</a><p>I haven&#x27;t used Juno or Juno Connect <a href="https:&#x2F;&#x2F;juno.sh" rel="nofollow">https:&#x2F;&#x2F;juno.sh</a>
machello13超过 4 年前
Pythonista is great but it hasn&#x27;t been actively developed in a couple years, and I think pieces of it might be broken. But as long as you stay away from the UI-building aspect of it, it should be enough for what you need.
评论 #25952410 未加载
HDMI_Cable超过 4 年前
Google Colab is really good. I don&#x27;t have an iPad, but it does work on there IIRC. It&#x27;s more suited towards deep learning, but the notebooks are really good to teach python nonetheless.
xet7超过 4 年前
With PythonAnywhere <a href="https:&#x2F;&#x2F;www.pythonanywhere.com" rel="nofollow">https:&#x2F;&#x2F;www.pythonanywhere.com</a> and Web2Py <a href="http:&#x2F;&#x2F;www.web2py.com" rel="nofollow">http:&#x2F;&#x2F;www.web2py.com</a> you can develop at webbrowser.
Jtsummers超过 4 年前
Not <i>on</i> the iPad but I&#x27;ve had some success with Repl.it. It&#x27;s used through the browser, and supports Python. It helps, as well, by permitting sharing of content between you and the student more directly (no need, at this stage, to figure out other code sharing mechanisms like git).
jdillaaa超过 4 年前
Perhaps Blink Shell + an EC2 instance or a digital ocean droplet? You also get Vim and a full linux system. This is what I do
amasad超过 4 年前
Repl.it works great from Safari on iPad!