|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-python-from-scratch-m/
课程评论:没有评论
《从零学Python》课程总结 这门Coursera课程“从零学Python”旨在以一种“希望当初我这样学Python”的方式,教授Python编程的基础知识。课程从Python 2开始,并详细解释了Python 2与Python 3之间的区别,以确保学员获得最全面的理解。 课程内容涵盖: * **Python安装**:指导学员如何安装Python环境。 * **Jupyter Notebooks的使用**:解释为何以及如何使用Jupyter Notebooks来编写和运行Python代码。 * **核心概念**:深入讲解Python的关键元素,包括变量、列表(lists)、字典(dictionaries)、流程控制(flow control)以及函数(functions)。 每节课都配有示例代码,逐步引导学员掌握Python的语法。完成课程后,学员将对Python的能力有深刻的认识,能够熟练运用Python,并掌握如何在此基础上继续学习,以实现自己的编程目标。
Python the way I wish I'd been taught! This python course will teach you the foundations of python. It starts in python 2 and explains the difference between Python 2 and 3 so that you have the most thorough understanding possible. Each lesson has example code that takes you through the syntax of python step by step. You will learn how to install python, how and why to use jupyter notebooks in python, it covers variables, lists, dictionaries, flow control and functions. Once complete you will have a thorough understanding of what python is capable of and how to use it and importantly, how to build on your new skills to reach your programming goals.