【byte-of-python 学习笔记】——安装

本文详细介绍了如何在Windows系统上安装Python,包括设置环境变量及验证安装成功的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1、Windows下安装

访问 https://www.python.org/downloads/ 并下载最新版本的 Python,如下图所示。其安装过程与其它 Windows 平台的软件的安装过程一样。
这里写图片描述
注意:请勾选 Add Python 3.5 to PATH 选项。

2、DOS提示符

如果希望在windows命令行使用python,需要设置相应的PATH环境变量,
(1)在桌面右击计算机并选择 属性 或点击 开始 并选择 控制面板 → 系统与安全 → 系统 。
(2)点击左侧的 高级系统设置 并选择 高级 标签。点击底部 系统变量 下的 环境变量 ,找到PATH 属性,将其选中并点击编辑 。
(3)前往变量值的最后一行并添加 ;D:\Python\Python36-32 (请确保该文件夹确实存在,对于更新版本的 Python 文件夹的名字可能有所不同) 至已存在的部分的后方。这里“D:\Python\Python36-32”是我的安装路径。
(4)如果该变量值为 %SystemRoot%\system32; 则在修改后其应变为%SystemRoot%\system32;D:\Python\Python36-32。
(5)点击 确定 以完成操作。你不需要进行重启,不过你可能需要关闭并重启命令提示符。
按如下图所示步骤找到系统环境变量设置选项卡。
这里写图片描述
双击“环境变量”,按如下步骤添加python安装路径。
这里写图片描述

3、验证是否安装成功

进入windows命令行,输入“python -V”,会看到在运行命令后 Python 的版本信息显示在屏幕上:
这里写图片描述
如此,我们的系统中已经安装了Python,接下来就可以编写第一个Python程序。

this is a book about python. it was written by Swaroop C H.its name is "a byte of python". Table of Contents Preface Who This Book Is For History Lesson Status of the book Official Website License Terms Using the interpreter prompt Choosing an Editor Using a Source File Output How It Works Executable Python programs Getting Help Summary 4. The Basics Literal Constants Numbers Strings Variables Identifier Naming Data Types Objects Output How It Works Logical and Physical Lines Indentation Summary 5. Operators and Expressions Introduction Operators Operator Precedence Order of Evaluation Associativity Expressions Using Expressions Summary 6. Control Flow Introduction The if statement ivUsing the if statement How It Works The while statement Using the while statement The for loop Using the for statement Using the break statement The continue statement Using the continue statement Summary 7. Functions Introduction Defining a Function Function Parameters Using Function Parameters Local Variables Using Local Variables Using the global statement Default Argument Values Using Default Argument Values Keyword Arguments Using Keyword Arguments The return statement Using the literal statement DocStrings Using DocStrings Summary 8. Modules Introduction Using the sys module Byte-compiled .pyc files The from..import statement A module's __name__ Using a module's __name__ Making your own Modules Creating your own Modules from..import The dir() function Using the dir function Summary 9. Data Structures Introduction List Quick introduction to Objects and Classes Using Lists Tuple Using Tuples Tuples and the print statement Dictionary Using Dictionaries Sequences Using Sequences References Objects and References More about Strings String Methods Summary 10. Problem Solving - Writing a Python Script The Problem The Solution First Version Second Version Third Version Fourth Version More Refinements The Software Development Process Summary 11. Object-Oriented Programming Introduction The self Classes Creating a Class object Methods Using Object Methds The __init__ method Using the __init__ method Class and Object Variables Using Class and Object Variables Inheritance Using Inheritance Summary 12. Input/Output Files Using file Pickle Pickling and Unpickling Summary 13. Exceptions Errors Try..Except Handling Exceptions Raising Exceptions How To Raise Exceptions Try..Finally Using Finally Summary 14. The Python Standard Library Introduction The sys module Command Line Arguments More sys The os module Summary 15. More Python Special Methods Single Statement Blocks List Comprehension Using List Comprehensions Receiving Tuples and Lists in Functions Lambda Forms Using Lambda Forms The exec and eval statements The assert statement The repr function Summary 16. What Next? Graphical Software Summary of GUI Tools Explore More Summary A. Free/Libré and Open Source Software (FLOSS) B. About Colophon About the Author C. Revision History Timestamp
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值