|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python3object-oriented-python-programming-level-2/
课程评论:没有评论
**课程名称**: 面向对象 Python 编程 - 级别 2 **课程概述**: 本课程深入探讨了 Python 语言在当前 IT 行业中日益增长的受欢迎程度。Python 之所以如此流行,归因于其解决现实世界问题的简易性以及对开发者友好的易学易懂的特性。即使是缺乏编程背景的人也能轻松上手。虽然语法简单,但 Python 的开源特性带来了丰富的库,其中包含可直接使用的预定义模块。作为一种解释型语言,Python 支持跨平台移植,几乎可以在所有操作系统上运行。 本课程将通过实际案例讲解面向对象 Python 编程的各个概念,并通过练习不同示例来巩固所学知识,为您打下坚实的语言基础。许多实际应用,如网页抓取、SSH 连接、Excel 操作、Web 框架以及机器学习库等,都离不开 Python 的面向对象编程技能。这是因为这种编程风格通过代码重用技术,能够帮助程序员减少代码量。 **学习目标**: * 掌握类和对象的概念及设计模型。 * 能够理解和修改现有的 Python 项目代码。 * 根据业务需求创建自定义类并定义自己的属性,从而开发应用程序。
In Current IT Industry, the popularity of Python grows exponentially to the peak. Have you wondered why Python is so popular ? It is because of its simplicity in solving real world problem and in developer's point of view, the language itself is so simple and easy to understand. This nature of Python allows a person even from a non-programming background to have an easy hand of it. Though it has simpler syntax, the Open Source feature of Python brought an extensive libraries that helps with pre-defined modules which can be straight away used in our code. This Interpreter language supports portability that helps us to run python program in almost all platform/operating systems. In this course we will discuss about object oriented python programming concepts with hands on examples. Working out the concepts with different possible examples gives you a strong foundation in language. Most of the real time applications such as web parsing, SSH Connections, Excel operations, Web frame work, machine learning libraries etc.requires Python's Object oriented programming skills. Because, this style of programming helps programmers to reduce code with re usability techniques.In this course you will learn fundamental understanding of class and object design model. By the end of the course, you can understand/ modify the existing python project code and develop applications by creating custom class and define own attributes based on the business use case.