简介

【Python】网络爬虫简介和环境安装
【Python】网络爬虫简介和环境安装
【Python】网络爬虫简介和环境安装
【Python】网络爬虫简介和环境安装
【Python】网络爬虫简介和环境安装
【Python】网络爬虫简介和环境安装
【Python】网络爬虫简介和环境安装

Python环境安装

官网下载
【Python】网络爬虫简介和环境安装
【Python】网络爬虫简介和环境安装
【Python】网络爬虫简介和环境安装
【Python】网络爬虫简介和环境安装

第一个python程序

打开命令行,输入python,如果出现以下,说明安装成功
【Python】网络爬虫简介和环境安装
上面截图,也展示了我们的第一个python程序,输出hello world

当然我们也可以用EditPlus新建一个python文件,存放在Users/00lix文件夹下,命名为hello.py
【Python】网络爬虫简介和环境安装
然后可以打开命令行执行

【Python】网络爬虫简介和环境安装

相关文章: