|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-python-from-scratch-master-of-python/
课程评论:没有评论
课程名称:Python - 逐步学习 课程概述:本课程旨在从零开始教授Python编程语言,包含视频讲解、基础知识介绍和大量已解决的程序示例。课程中展示了多个生活中的应用,利用Python语言完成解决方案。所有讲座都配有可下载的Python代码文件,内容生动、精彩且节奏快速,帮助学员迅速掌握整个课程。每个主题都进行了深入的讲解,从简单程序到复杂程序,确保以最为简易的方式理解概念。该课程特别推荐给在大学和学院学习的初学者,适合对Python语言没有基础的学生。 本课程的目标是以简单易懂的方式解释Python编程语言,追求每个定义、细节和代码的简洁和准确。所有代码都是通过Colab在线编辑器完成的。Python作为一种受到众多公司和组织青睐的编程语言,因其易于学习而替代Java成为最广泛使用的入门语言,让初学者更能专注于掌握编程概念,而不必过度关注细节。 课程覆盖的主题包括: - Python简介 - 算术运算 - 布尔条件 - 字符串连接 - 比较运算符 - 逻辑运算符 - 缩进 - 字符串 - 列表 - 二维列表 - 元组 - 字典 - 嵌套字典 - 索引 - 函数(定义函数) - if 语句 - if-else 语句 - if-elif-else 语句 - 嵌套语句 - for 循环 - while 循环 - 嵌套循环 - 范围函数 - 阶乘 - 异常处理 - 正则表达式 如果你希望系统地学习Python编程并掌握基础知识,这门课程将是一个非常好的选择。
Learn Python from scratch, the course includes video explanation with introductions(basics) and plenty of solved programs. Some daily life applications have been solved by using the Python language. Downloadable files of Python codes have been attached to all the lectures. The lectures are appealing, fancy and fast. They take less time to walk you through the whole content. Each and every topic has been taught extensively in depth to cover all the possible areas starting from a simple program to a complex one to understand the concept in most possible easy way. It's highly recommended for the students who don't know the fundamental of Python language studying at college and university level.The objective of this course is to explain the Python programming language in a very simple and easy way to understand. I strive for simplicity and accuracy with every definition, detail and codes. All the codes have been conducted through colab which is an online editor. Python remains a popular choice among numerous companies and organization. Python has a reputation as a beginner-friendly language, replacing Java as the most widely used introductory language because it handles much of the complexity for the user, allowing beginners to focus on fully grasping programming concepts rather than minute details. Below is the list of topics that have been covered:Introduction to Python Arithmetic OperationsBoolean ConditionsConcatenation Comparison OperatorsLogical OperatorsIndentationStringsList2-D ListTuplesDictionariesNested dictionariesIndexingFunctionsDef or defined functionsif statementif-else statementif-elif-else statementNested statementfor loopswhile loopsNested loopsRange FunctionsFactorialException Handling Regular Expressions