|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python-101-learn-the-python-basics-in-14-days/
课程评论:没有评论
课程名称:Python 101:14天内学习编程 课程概述: 本课程旨在带你进入Python编程的世界。我们通过教授必要的基础知识,使学习变得快捷而简单,无需任何前期经验,让你能够立即开始编程。在课程中,你将接触到成为初学Python程序员所需的基础内容。课程中设置了多个迷你项目和挑战,以巩固你对每节课的理解。课程内容逐步递进,帮助你每天都能成长为一名更好的Python程序员。在学习过程中,你将不会感到迷茫,我们提供了每节课的源代码文件。这意味着如果你在跟随课程进度时丢失了代码的进展,可以下载视频的源文件继续学习。源文件的存在也使得检查作业变得更加简单。 在本课程中,你将学习到以下内容: - 创建各种数据类型的变量并赋值 - 生成列表、元组、集合和字典 - 执行数学计算,甚至创建一个计算器程序 - 使用运算符比较值、变量和条件 - 接收用户输入并提供响应 - 使用if-else语句、while循环和for循环作出决定 - 处理导致程序崩溃或停止的错误异常 - 导入模块和包,以为程序员提供额外的代码功能 - 在应用程序中集成非Python文件 - 创建类和对象,作为面向对象编程的入门 通过这个课程,你将掌握Python编程的基础,使你能够自信地开始编写代码。
This course will take you into the realm of Python programming. We make learning quick and easy by teaching you the essentials needed to start programming right away with no prior experience required. Throughout the course, you will be exposed to the fundamentals to become a beginner Python programmer. There are several mini-projects and challenges along the way to reinforce your understanding of each of the lessons. The course builds upon previous lessons to help you grow as a Python programmer each day. You will not feel lost at any time in this course. We have you covered by providing you with source files containing the code for each lesson. That means if you are following along and lose track of where you are in the code, you can download the source file for the video to continue. Having the source file also makes checking your work much easier. Here is a little of what you can expect to learn in this course:- Create variables of all data types and assign values- Generate lists, tuples, sets, and dictionaries- How to perform math calculations and even create a calculator program- Compare values, variables, and conditions using operators- Take in user inputs and provide responses- Make decisions using if-else statements, while, and for loops- Handling errors by exceptions that would typically cause a program to crash or halt- Importing modules and packages that provide the programmer with additional code functionalities- Integrate files that are not Python within an application- Create Classes and Objects as an introduction to Object-Oriented Programming