Python Primer

所在平台: Udemy

课程主页: https://www.udemy.com/course/python-primer/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:Python入门 (Python Primer)** **课程概述:** 这是FinanceAndPython系列课程的第一门,将带你全面掌握Python基础知识,并学习编写你的第一个Python脚本。完成本课程后,你将能够顺利过渡到诸如“基础金融”、“数据科学”、“投资”等更高级别的课程。 **学习模式:** 本课程采用“边学边做”的学习模式。你将有机会在Jupyter Notebooks中跟随讲师实时Coding,并动手实践。每部分都配有习题和详细解答,所有课程Notebooks均可在GitHub仓库中获取。为了更好地掌握这门课程,强烈建议你跟着动手编码,并积极尝试编写自己的代码。 **课程结构:** 1. **变量 (Variables):** 编程的基本构成元素,用于存储信息。 2. **If语句与布尔值 (If Statements & Boolean Values):** 学习如何理解语句的真假并据此执行操作。 3. **列表、集合与元组 (Lists, Sets and Tuples):** 用于存储变量的数据结构。 4. **循环 (Loops):** 培养迭代处理数据集合的直观能力。 5. **函数 (Functions):** 学习创建可重复使用的代码模式。 6. **字典 (Dictionaries):** 介绍一种新的数据结构。 7. **断言与文档字符串 (Assertions and Docstrings):** 学习编写健壮且有良好解释性代码。 8. **类 (Classes):** 学习创建对象的模板。 9. **Matplotlib:** 学习数据可视化。

课程评论(0条)

课程详情

This course is the first in a series of courses from FinanceAndPython. It works through the basics of python and how to write your first scripts. Upon completion you will be able to move on to some of the more advanced courses such as Basic Finance, Data Science, Investments, and more! The way that this course is taught is through a learning by doing model. You will be able to follow along as coding is done live in jupyter notebooks. Problem sets are also provided with solutions for each of the sections and a github repository with all of the course notebooks. To succeed in this course it is recommended to code along and begin experimenting with your own code.The structure of the course is:1. Variables: The basic building blocks of programming which hold information2. If Statements & Boolean Values: Adding in ways to understand truth in statements and act on them3. Lists, Sets and Tuples: Data structures for holding variables4. Loops: Building intuition of how to iterate over sets of data5. Functions: Creating repeatable patterns of code6. Dictionaries: Branching out to a new data structure7. Assertions and Docstrings: Building defensive and well explained code8. Classes: Creating templates of objects9. Matplotlib: Visualizing data

课程标签

0人关注该课程

主题相关的课程