CEN02 - Installing Python on Your Computer

文章目录

  • I. Introduction
  • II. Installing Python
    • 1. Download the latest version of Python from the official website
    • 2. Run the installer and follow the installation wizard
    • 3. Ensure that the "Add Python.exe to PATH" checkbox is checked for easier command-line access
    • 4. Complete the installation process
  • III. Using Command-Line Python for Fun
    • 1. Open the command-line Python from the start menu
    • 2. Use the print function to display a message on the screen
    • 3. Perform basic operations, such as addition, using Python statements
    • 4. Type exit() and press Enter to quit the command-line Python
  • IV. Using Python with IDLE Window
    • 1. Open the IDLE Python from the start menu
    • 2. Perform operations interactively
    • 3. Write a Python program in the IDLE code editor window
    • 4. Save the Python program at the spciefied location
    • 5. Run a Python program in IDLE
  • V. Conclusion
  • I. 引言
  • II. 安装Python
    • 1. 从官方网站下载最新版本的Python
    • 2. 运行安装程序并遵循安装向导
    • 3. 确保选中了“添加Python.exe到PATH”复选框,以便于命令行访问
    • 4. 完成安装过程
  • III. 使用命令行Python的乐趣
    • 1. 从开始菜单打开命令行Python
    • 2. 使用print函数在屏幕上显示消息
    • 3. 使用Python语句执行基本操作,例如加法
    • 4. 输入exit()并按Enter键退出命令行Python

I. Introduction

  • Today, I will guide you through the process of installing Python on your computer and using command-line python and IDLE.

II. Installing Python

1. Download the latest version of Python from the official website

  • Python’s official website is https://www.python.org/.
    在这里插入图片描述
  • Navigate to the “Downloads” section by clicking the corresponding link in the navigation bar.
    在这里插入图片描述
  • Click the “Download Python 3.12.0” button
    在这里插入图片描述
  • Click the “Download Immediately” button to download the Python installer to the designated location on my computer.
    在这里插入图片描述

2. Run the installer and follow the installation wizard

  • Choose Customize to enable or disable features
    在这里插入图片描述

3. Ensure that the “Add Python.exe to PATH” checkbox is checked for easier command-line access

  • Note that the ‘Add Python.exe to Path’ checkbox is checked.在这里插入图片描述
  • Click the “Customize installation” option
    在这里插入图片描述
  • Keep the Optional Features unchanged. And then click the “Next” button.
    在这里插入图片描述
  • Enter the new path D:\Python\Python312 in the ‘Customize install location’ textbox.
    在这里插入图片描述
  • Click the “Install” button to initiate the installation process.
    在这里插入图片描述

4. Complete the installation process

  • When the installation is complete, you will see the message “Setup was successful” in the installation window.
    在这里插入图片描述
  • Now let’s check where Python is installed.
    在这里插入图片描述
  • python.exe is used for the command-line window, while pythonw.exe is utilized for the IDLE window.

III. Using Command-Line Python for Fun

1. Open the command-line Python from the start menu

  • Click the “Start Menu” button to open the start menu.在这里插入图片描述
  • Click the “Python 3.12 (64-bit)” option to launch the Python command-line window.
    在这里插入图片描述

2. Use the print function to display a message on the screen

  • Display a message “Welcome to Python World~”
    在这里插入图片描述

3. Perform basic operations, such as addition, using Python statements

  • Let me perform addition using Python statements.
    在这里插入图片描述
  • Note that Python has three types of formatted printing: % formatting, the format() function, and f-strings.

4. Type exit() and press Enter to quit the command-line Python

  • Type exit() function
    在这里插入图片描述
  • Press Enter to quit the commad-line Python

IV. Using Python with IDLE Window

1. Open the IDLE Python from the start menu

  • Click the “Start Menu” button to open the start menu.
    在这里插入图片描述
  • Click the “IDLE (Python 3.12 64-bit)” option to open the Python IDLE window.
    在这里插入图片描述

2. Perform operations interactively

  • Let me perform addition using Python statements.
    在这里插入图片描述

3. Write a Python program in the IDLE code editor window

  • Click the “File” menu and choose “New File…” to open an IDLE code window.
    在这里插入图片描述
  • Write a program to perform the addition of two numbers.
    在这里插入图片描述

4. Save the Python program at the spciefied location

  • Click on the File menu in the IDLE code window.
  • Choose the “Save As…” option.
    在这里插入图片描述
  • Navigate to the location where you want to save the file.
    在这里插入图片描述
  • Enter a suitable file name with the “.py” extension (e.g., “addition.py”).
    在这里插入图片描述
  • Click the “Save” button. Now, your Python program is saved at the specified location with the given file name.
    在这里插入图片描述

5. Run a Python program in IDLE

  • Open IDLE (Python GUI) on your computer.
    在这里插入图片描述
  • Open a Python program stored on my disk
    在这里插入图片描述
  • Choose the Python program at the designated location
    在这里插入图片描述
  • Click the “Open” button
    在这里插入图片描述
  • Press the F5 key or select “Run Module” from the “Run” menu. By doing this, IDLE will execute your Python script, and you should see the output in the interactive shell window. If there are no errors, your program will run successfully.
    在这里插入图片描述

V. Conclusion

  • Installing Python is a straightforward process that ensures a clean and functional Python environment on your computer.
  • Always use the official Python installer and follow recommended procedures for a hassle-free experience.

Feel free to reach out if you have any questions or encounter issues during the process. Let’s get started!


I. 引言

  • 今天,我将引导您完成在计算机上安装Python并使用命令行Python和IDLE的过程。

II. 安装Python

1. 从官方网站下载最新版本的Python

  • Python的官方网站是https://www.python.org/。
    在这里插入图片描述
  • 单击导航栏中的相应链接转到“下载”部分。
    在这里插入图片描述
  • 单击“下载Python 3.12.0”按钮
    在这里插入图片描述
  • 单击“立即下载”按钮将Python安装程序下载到计算机上的指定位置。
    在这里插入图片描述

2. 运行安装程序并遵循安装向导

  • 选择自定义来启用或禁用功能
    在这里插入图片描述

3. 确保选中了“添加Python.exe到PATH”复选框,以便于命令行访问

  • 注意“将Python.exe添加到路径”复选框已勾选。 在这里插入图片描述
  • 单击“自定义安装”选项
    在这里插入图片描述
  • 保持可选功能不变。然后单击“下一步”按钮。
    在这里插入图片描述
  • 在“自定义安装位置”文本框中输入新的路径D:\Python\Python312
    在这里插入图片描述
  • 单击“安装”按钮启动安装过程。
    在这里插入图片描述

4. 完成安装过程

  • 当安装完成后,您将在安装窗口中看到“设置成功”消息。
    在这里插入图片描述
  • 现在让我们检查一下Python安装在哪里。
    在这里插入图片描述
  • python.exe用于命令行窗口,而pythonw.exe用于IDLE窗口。

III. 使用命令行Python的乐趣

1. 从开始菜单打开命令行Python

  • 单击“开始菜单”按钮打开开始菜单。
    在这里插入图片描述
  • 单击“Python 3.12(64位)”选项以启动Python命令行窗口。
    在这里插入图片描述

2. 使用print函数在屏幕上显示消息

  • 显示一条消息“欢迎来到Python世界~”
    在这里插入图片描述

3. 使用Python语句执行基本操作,例如加法

  • 让我使用Python语句执行加法。
    在这里插入图片描述
  • 注意Python有三种格式化打印方式:%格式化、format()函数和f字符串。

4. 输入exit()并按Enter键退出命令行Python

  • 输入exit()函数
    在这里插入图片描述
  • 按Enter键退出命令行Python

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/201696.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

阻碍“元宇宙”游戏行业发展的最大瓶颈是什么?

很显然,我们现在还没看到真正的“元宇宙”产品,在3-5年内也不太可能看到这样的产品。按照米哈游CEO蔡浩宇的说法,2030年希望建成一个“上亿人愿意生活在其中的虚拟世界”,那也是八年以后的事情了。 原因很简单:技术不成…

机械设备展示预约小程序作业是什么

机械产品具备较高的市场需求度,由于具备批发和高价格属性,所以除了线下公司/门店外,线上主要以展示、咨询、获取线索转化等为主,当然线上直接销售也有很高的直接转化率。 那么商家通过【雨科】平台搭建机械设备展示预约小程序能实…

无需公网IP实现公网远程访问本地WebDAV服务

windows搭建WebDAV服务,并内网穿透公网访问【无公网IP】 文章目录 windows搭建WebDAV服务,并内网穿透公网访问【无公网IP】1. 安装IIS必要WebDav组件2. 客户端测试3. cpolar内网穿透3.1 打开Web-UI管理界面3.2 创建隧道3.3 查看在线隧道列表3.4 浏览器访…

【虚拟机磁盘扩容】 centos7把/dev/sda的磁盘空间分给根目录

一、修改硬盘大小 关闭虚拟机→设置→硬盘→修改到自己需要的磁盘大小 二、查看根目录当前磁盘使用情况统计 df -h 注:虽然在第1步已经设置过新的磁盘大小为50G,但是这里明显可以看出总磁盘大小依旧是之前的20G,这就涉及到分区问题。 三、…

物联网安全芯片ACL16 采用 32 位内核,片内集成多种安全密码模块 且低成本、低功耗

ACL16 芯片是研制的一款32 位的安全芯片,专门面向低成本、低功耗的应用领域, 特别针对各类 USB KEY 和安全 SE 等市场提供完善而有竞争力的解决方案。芯片采用 32 位内核,片内集成多种安全密码模块,包括SM1、 SM2、SM3、 SM4 算法…

【Linux】less 命令使用

less命令 less 与 more 类似。 less是一个非常常用的文本查看工具,它可以用于查看任意大小的文本文件,支持滚动翻页、搜索、标记等功能。在本文中,我们将详细介绍less命令的用法、参数和实例,并对其背后的原理和相关技术进行简要…

基于深度学习YoloV8的火焰烟雾检测系统

欢迎大家点赞、收藏、关注、评论啦 ,由于篇幅有限,只展示了部分核心代码。 文章目录 一项目简介简介YoloV8模型火焰烟雾检测系统模型训练实时检测 应用领域 二、功能三、系统四. 总结 一项目简介 # 基于深度学习YoloV8的火焰烟雾检测系统介绍 简介 深…

MSSQ 程序集使用方法

1.C# 写一个程序 1.1新建一个项目【类库【.Net FrameWork】 1.2编写代码 删除 namespace ApiSQLClass { } 代码如下:【具体调用API模式根据具体编写】 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.…

软包电池市场分析:中国市场现状及未来发展趋势

根据封装方式和形状不同,动力电池可分为方形电池、软包电池和圆柱电池。软包锂电池所用的关键材料(正极材料、负极材料、电解液及隔膜)与传统的钢壳、铝壳锂电池之间的区别不大,最大的不同之处在于软包电池需要铝塑膜,这也是软包锂离子电池中…

扭矩系数和摩擦系数应该关注哪一个?——SunTorque智能扭矩系统

螺栓,作为设备的主要连接方式之一,应用在多个关键部位,是关系到整个设备的安全可靠运行的保障。例如,在风电机组中高强度螺栓就是为了保证较高的预紧力;但是,螺栓的质量、装配方法、拧紧工具等等都会影响到…

class034 链表高频题目和必备技巧【算法】

class034 链表高频题目和必备技巧【算法】 code1 160. 相交链表 // 返回两个无环链表相交的第一个节点 // 测试链接 : https://leetcode.cn/problems/intersection-of-two-linked-lists/ 容器法:HashSet记录list1,遍历list2,看是否包含在Ha…

从零开始学Python网络编程:轻松搭建服务器和客户端

Python网络编程的基础知识是成为一名全面的Python开发者的关键一步。网络编程使我们能够创建各种类型的网络应用程序,从简单的客户端/服务器应用到复杂的Web应用和网络爬虫。 在本文中,我将会学习到Python网络编程的基础概念,包括套接字、服…

Spring boot -- 学习HttpMessageConverter

文章目录 1. Json格式数据获取2. 为什么返回Json格式的数据2.1 注解SpringBootAppliaction2.1.1 SpringBootConfiguration2.1.2 ComponentScan2.1.3 EnableAutoConfiguration2.1.3.1 HttpMessageConvertersAutoConfiguration2.1.3.2 WebMvcAutoConfiguration 2.2 注解RestContr…

石油化工园区:安全管理工作中的挑战与措施

石油化工园区:安全管理工作中的挑战与措施 石油化工园区是一种设备设施多且结构复杂的工业园区,涉及到易燃易爆或有毒介质,同时园区内有大量的工作人员和工作车辆等动态参与要素。由于园区的特殊性质,安全管理工作显然具备较高的挑…

农用烘干机市场分析:我国市场规模为190亿元

农用烘干机是运用在农业烘干领域的传统干燥设备之一,主要是为了农副产品直接使用或满足进一步加工的需要。农用烘干机具有操作弹性大、适应性强、处理能力大、设备运转可靠等优点,能大幅度提高农副产品烘干效率。现阶段,我国农用烘干机的市场…

AI助力智慧农业,基于YOLOv6最新版本模型开发构建不同参数量级农田场景下庄稼作物、杂草智能检测识别系统

智慧农业随着数字化信息化浪潮的演变有了新的定义,在前面的系列博文中,我们从一些现实世界里面的所见所想所感进行了很多对应的实践,感兴趣的话可以自行移步阅读即可: 《自建数据集,基于YOLOv7开发构建农田场景下杂草…

element中el-table表头通过header-row-style设置样式

文章目录 一、知识点二、设置全部表头2.1、方式一2.2、方式二 三、设置某个表头四、最后 一、知识点 有些时候需要给element-ui表头设置不同样式,比如居中、背景色、字体大小等等,这时就可以用到本文要说的属性header-row-style。官网说明如下所示&…

通用plantuml 时序图(Sequence Diagram)模板头

通用plantuml文件 startuml participant Admin order 0 #87CEFA // 参与者、顺序、颜色 participant Student order 1 #87CEFA participant Teacher order 2 #87CEFA participant TestPlayer order 3 #87CEFA participant Class order 4 #87CEFA participant Subject order …

关于支持向量机(SVM)的QSAR的结果的分析

图中的灰色部分代表了预测pIC50值与实测pIC50值之间的95%置信区间(confidence interval)。这个区间提供了一个预测误差的范围,意味着在统计上,我们有95%的把握认为真实值会落在这个区间内。具体来说,这个置信区间围绕着…

23、pytest通过skip跳过测试用例

官方实例 # content of test_skip.py import pytest import syspytest.mark.skip(reason"no way of currently testing this") def test_the_unknown():passdef valid_config():return Falsedef test_function():if not valid_config():pytest.skip("unsupport…