运行python脚本_运行Python脚本

运行python脚本

One of the most important skills you need to build as a Python developer is to be able to run Python scripts and code. This is going to be the only way for you to know if your code works as you planned. It’s even the only way of knowing if your code works at all!

作为Python开发人员,您需要构建的最重要的技能之一就是能够运行Python脚本和代码。 这将是您知道代码是否按计划工作的唯一方法。 它甚至是知道您的代码是否完全有效的唯一方法!

This step-by-step course will guide you through a series of ways to run Python scripts, depending on your environment, platform, needs, and skills as a programmer.

本循序渐进的课程将指导您完成一系列运行Python脚本的方法,具体取决于您的环境,平台,需求和程序员的技能。

You’ll learn how to run Python scripts by using:

您将通过以下方法学习如何运行Python脚本:

  • The operating system command-line or terminal
  • The Python interactive mode
  • The IDE or text editor you like best
  • The file manager of your system, by double-clicking on the icon of your script
  • 操作系统命令行或终端
  • Python互动模式
  • 您最喜欢的IDE或文本编辑器
  • 双击脚本图标,即可创建系统文件管理器

翻译自: https://www.pybloggers.com/2019/04/running-python-scripts/

运行python脚本

你可能感兴趣的:(运行python脚本_运行Python脚本)