计算机网络/计算机科学与应用/系统/运维/开发

Python 介绍

一、Python简介

荷兰人 Guido van Rossum 面向对象的解释型高级编程语言

Python可以做 web开发、大数据处理、人工智能、自动化运维开发、云计算、爬虫、游戏开发


Python安装:

https://www.python.org/


C:\Users\Administrator>python
Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

Python区分大小写字母


二、运行Python脚本

python 完整路径及文件名

python D:\demo.py


知识是抵御一切灾祸的盾牌

评论

^