python 可以在 Raspberry Pi 上归档 运行 吗?

Can a python file run on a Raspberry Pi?

我在 Python 中开发了一个网络服务器(使用 Bottle)。目前它 运行 在我的笔记本电脑上,但将来它会 运行 在板上(如 Raspberry)。 网络服务器显示一个 html 页面,允许用户放置一些数据,它应该保存在本地文件中。 可能吗?我必须使用 php?

谢谢

您可以在 Raspberry Pi 上 运行 您的 python 个应用程序。网上有很多教程。

视频:

https://www.youtube.com/watch?v=VFs1dhJPYa4

教程: