|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python-by-example/
课程评论:没有评论
**课程名称:** Python by Example **课程概述:** 本课程旨在从零开始教授Python编程语言,使用Python 3版本。课程共分为四个部分: * **第一部分:** 讲解Python的基础构建模块,包括字符串、列表、字典和元组。此外,还将学习如何处理异常、创建列表推导式、定义函数、类等。 * **第二部分:** 对Python标准库进行简要介绍。本部分精选了一些作者在日常编程中认为有用的模块进行讲解。 * **第三部分:** 深入讲解Python的中间级内容,包括lambda表达式、装饰器、调试、性能分析和测试。 * **第四部分:** 介绍第三方模块和包。本部分将学习如何从Python Package Index (PyPI) 安装这些模块,以及如何使用一些常用模块,例如SQLAlchemy、virtualenv 和 pylint 等。 **学习目标:** 帮助学习者掌握Python编程语言,从基础概念到更高级的第三方库的应用。
Python By Example will help you learn the Python programming language from the ground up. We will be using Python 3 in this course. It is currently split into four parts. In part one, you will learn how the basic building blocks of Python, such as strings, lists, dictionaries and tuples. You will also learn how to handle exceptions, create list comprehensions, make functions, classes, etc. In part two, we take an abbreviated tour of the Python Standard Library. This set of screencasts cover handpicked modules from the library that I have found useful in my every day programming life. For part three, we move into intermediate level material such as lambdas, decorators, debugging, profiling and testing. Finally in part four we jump into 3rd party modules and packages. In this section, you will learn how to install these modules from the Python Package Index (PyPI) as well as how to use some of these modules. For example, you will learn how to use SQLAlchemy, virtualenv and pylint among others. I hope this has piqued your interest. I am looking forward to helping you learn Python too!