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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Python (turtle on a USB flash drive)

2 点作者 bavcyc超过 15 年前
I'm helping with a 5th grade class and demonstrated Python Turtle a couple of weeks ago.<p>At this point I would like to set up a small flash drive to run Python and the turtle module (school's computers are locked down). Ideally I could set this up to run on windows, macs and linux although most likely the former are all that the students will have access to.<p>Am I using the wrong search terms? I've not located information on this. I know that I can set linux to boot off a flash drive. But is it possible to run Python from a flash drive?<p>Thanks in advance,<p>John

2 条评论

ErrantX超过 15 年前
Yup absolutely!<p><a href="http://www.portablepython.com/" rel="nofollow">http://www.portablepython.com/</a>
cool-RR超过 15 年前
Check out my PythonTurtle:<p><a href="http://pythonturtle.org" rel="nofollow">http://pythonturtle.org</a>