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,一经查实,立即删除!

相关文章

【华为OD题库-071】字符串筛选排序-java

题目 输入一个由n个大小写字母组成的字符串,按照Ascii码值从小到大的排序规则,查找字符串一中第k个最小ascii码值的字母(k> 1),输出该字母所在字符串的位置索引(字符串的第一个字符位置索引为0)。 k如果大于字符串长度,则输出最…

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

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

如何在任何STM32上面安装micro_ros

就我知道的:micro-ros只能在特定的昂贵的开发板上面运行,但是偶然发现了这个文章,似乎提供了一个全新的方式来在ros2和单片机之间通讯,如果能够这样肯定也能够提高效率,但即使不行,使用串口库也应该比较简单…

【开题报告】基于微信小程序的个人健康监测系统的设计与实现

1.选题背景 随着人们生活水平的提高和健康意识的增强,个人健康管理越来越受到重视。然而,传统的健康管理方式存在信息不便捷、数据记录困难、监测分析不及时等问题。随着智能手机和移动互联网的普及,微信作为中国最大的社交平台之一&#xf…

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

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

无需公网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,这就涉及到分区问题。 三、…

go基础语法10问(1)

1.使用值为 nil 的 slice、map会发生啥 允许对值为 nil 的 slice 添加元素,但对值为 nil 的 map 添加元素,则会造成运行时 panic。 // map 错误示例 func main() {var m map[string]intm["one"] 1 // error: panic: assignment to entry i…

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

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

【Linux】less 命令使用

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

thinkphp结合rabbitmq的使用案例

ThinkPHP是一款流行的PHP框架,RabbitMQ是一种消息中间件,在Web应用程序中使用它可以帮助处理异步任务和分发任务等。下面是一个ThinkPHP结合RabbitMQ的使用案例: 安装RabbitMQ 首先需要安装RabbitMQ。可以使用官方的RabbitMQ安装程序或者使…

基于深度学习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.…

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

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

React 表单组件实现

一、介绍 本文将会基于react实现表单的功能,包括表单提交和跳转、表单验证、动态表单元素、动态内容加载。 二、使用教程 1.表单提交功能 export default class FormSubmit extends React.PureComponent{state {name: ""}handleNameChange evt > …

扭矩系数和摩擦系数应该关注哪一个?——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…

自动加微信软件的成果,与涉及到的技术与代码分享

**一、引言** 在当今的数字化时代,自动化的工具和软件越来越普及,帮助人们更高效地完成工作。RPA(Robotic Process Automation)软件就是其中一种强大的自动化工具,它可以模拟人类的操作,实现对各种系统的自…