Python生态技术栈
重要通知
。
基本概况
- 官网:<>
- GitHub:<>
安装配置
# 查看版本
python -V # Python 3.9.19
代码示例
基础目录:/home/meta/ai/python
# 创建 test.py
# 运行 Python,通过命令行脚本
cd /home/meta/ai/python
python test.py
重要通知
。
# 查看版本
python -V # Python 3.9.19
基础目录:/home/meta/ai/python
# 创建 test.py
# 运行 Python,通过命令行脚本
cd /home/meta/ai/python
python test.py