|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/practical-python-for-dummies-beginner-to-advance-course/
课程评论:没有评论
**Coursera 课程总结:Python 入门到进阶实践教程** 本课程旨在教授零编程基础的学习者Python编程语言,从基础概念到实际应用,循序渐进。 **课程内容概述:** 1. **环境搭建:** 学习安装Python及Python开发环境。 2. **变量与命名:** 掌握变量的概念及各种命名规范。 3. **数据类型:** 了解Python中的各种数据类型及其适用场景。 4. **循环结构:** 学习不同类型的循环(如for, while)及其使用时机。 5. **条件语句:** 掌握if, else, if-else if 等条件判断结构。 6. **集合类型:** 学习列表(List)和元组(Tuple)的区别与用法。 7. **字典(Dictionary):** 学习字典的创建与操作。 8. **综合应用:** 结合集合、循环和条件语句实现具体应用场景。 9. **函数基础:** 学习编写Python函数。 10. **函数调用:** 掌握函数之间的调用方式,包括带参数和不带参数的调用。 11. **运算符与操作数:** 学习各种运算符及其在运算中的作用。 12. **运算符优先级:** 理解运算符在算术运算中的优先级规则。 13. **类型转换:** 学习不同数据类型之间的转换方法(Type Casting)。 14. **项目实践:** 通过多个小型项目巩固所学知识。 本课程适合所有希望学习Python编程的初学者,无需任何前置编程经验。
In this course you will learn everything about Python programming language.The best part is you don't have to have any previous programming experience to learn and start applying Python programming language.We will start by learning the following:1. You will learn to install Python and Python development environment2. You will learn about variables and different naming conventions used for variable declarations.3. You will learn about different Data Types in Python and when to use which data type.4. You will learn about different types of Loops in Python and when to use which type of loop.5. You will learn about Conditional Structure like If Else, If Else If in Python and when to use which type.6. You will learn about Collections like List, Tuple and the differences between them.7. You will learn about Dictionary and how to use it8. You will learn to use collections and loops and control structure together to implement different use cases9. You will learn to write Functions in Python10. You will learn to call one function with or without parameter from another function.11. You will learn about Operators and Operands and perform different operations.12. You will learn about precedence and how to use it in arithmetic operations.13. You will learn about Type Casting one Data Type to Another Data Type.14. We will also be creating multiple small projects for applying the concepts that we will learn.