
Python
将臣三代
生命不止,奋斗不息
展开
-
Python 流程语句块(四)
Python 流程语句块简介Python 支持各种语言通用的流程控制语句,如:while、if、switch、for 等语句if 语句>>> x = int(input("Please neter an integer: "))Please neter an integer: 42>>> x42>>> if x < ...原创 2019-01-30 09:45:26 · 924 阅读 · 0 评论 -
Python 入坑之路(一)
Python 入坑之路(一)Windows下载地址https://www.python.org/ftp/python/3.7.1/python-3.7.1.exe配置环境变量将Python 安装目录 C:/Program Files (x86)/Python3.7 添加至环境变量Path中将Python 安装目录下Scripts目录添加至Path中即可测试:打开cmd 命令...原创 2019-01-30 10:18:09 · 3515 阅读 · 0 评论 -
Python 入坑之路软件安装(二)
Python 学习(二)Python 开发环境配置安装 requests 请求库,windows使用管理员打开cmd命令窗口,执行命令C:\WINDOWS\system32>pip3 install requestsCollecting requests Using cached https://files.pythonhosted.org/packages/f1/ca/10...原创 2019-01-30 10:25:01 · 1848 阅读 · 0 评论