python-introduction:Python入门资料

时间:2024-05-14 19:53:02
【文件属性】:

文件名称:python-introduction:Python入门资料

文件大小:1.84MB

文件格式:ZIP

更新时间:2024-05-14 19:53:02

HTML

Python介绍 该存储库提供了Python的基本介绍。 提供了以下概念的概述和介绍。 变量和类型 清单 基本运算符 基本的字符串操作 使适应 循环 职能 辞典 模块和包装 可以在网上找到优质的交互式python教程。 例如在https://www.learnpython.org/ _上。 推介会 对于本课程,我们需要Python> 3.7和一些其他依赖项。 创建一个虚拟环境 pip install virtualenv virtualenvwrapper mkvirtualenv pyintro (pyintro) pip install numpy scipy matplotlib pandas jupyter[notebook] 使用virtualenv作为jupyter内核 (pyintro) python -m i


【文件预览】:
python-introduction-master
----.gitignore(44B)
----requirements.txt(67B)
----notebooks()
--------images()
--------01_python_introduction.ipynb(88KB)
--------my_functions.py(364B)
--------examplescript.py(133B)
--------01_python_introduction.slides.html(664KB)
----README.md(947B)

网友评论