如何在 Windows PowerShell 中保存键入的 python 程序? [关闭]

Posted

技术标签:

【中文标题】如何在 Windows PowerShell 中保存键入的 python 程序? [关闭]【英文标题】:How to save your typed python program in Windows PowerShell? [closed] 【发布时间】:2021-05-02 10:08:34 【问题描述】:

我目前正在学习 Python。我下载了 Python 3.9 并在我的笔记本电脑中的 Windows PowerShell 中键入了几行代码。在 PowerShell 中编写几行 python 程序并按下 Enter 按钮后,它会立即在输入代码的下方显示输出。但是,如何在 PowerShell 中保存我的这个类型化的 Python 程序?

【问题讨论】:

【参考方案1】:

改为使用文本编辑器,Powershell 不是文本编辑器,您使用 Powershell 来提供指令,例如 Launch python。 IDLE 带有 python 并且相当简单,我个人喜欢 VS Code for python,因为它很容易设置为启动 Python 程序。 Pycharm 是我目前用于 Python 的 IDE,但对于初学者来说绝对是矫枉过正。

VS Code 伙伴,记得把你的程序保存为 .py

【讨论】:

好的。谢谢!

以上是关于如何在 Windows PowerShell 中保存键入的 python 程序? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章

如何在 PostgreSQL 中保存生日日期?

如何在 NSUserDefaults Swift 2.3 中保存单例对象?

如何在 Powershell 中为“网络服务”帐户创建 Windows 服务?

IE - 如何在 textarea 中保留空白,使用 javascript 字符串输入

如何以编程方式在 iOS 5 中保存生日日期

如何在 TabView SwiftUI 中保存视图的列表状态