Fundamentals of Python in 3 Hours

所在平台: Udemy

课程主页: https://www.udemy.com/course/python-zero-to-hero-1/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:3小时Python基础 课程概述:本课程涵盖了Python编程的基础知识,从软件安装到面向对象编程,适合没有Python或编程基础的学习者。学员只需拥有一台设备和一个Python编辑器(课程第一讲将介绍如何安装)。 课程内容分为多个部分: 1. **安装工具与软件**:了解如何下载和安装所需的工具和软件。 2. **基本数据类型**:学习整数、浮点数和字符串等基本数据类型,以及如何进行输出(打印)和输入(用户输入)。 3. **数据容器**:了解如何使用列表、集合、元组和字典来存储大量数据,如统计信息或序列。 4. **基本概念**:涵盖数字的算术运算、开发者注释和数据类型转换(如何将一种数据类型转换为另一种)。 5. **循环与条件语句**:介绍循环、条件语句、错误处理及各种函数和库的使用。 6. **数据类型进阶**:对数据类型进行额外探讨。 7. **面向对象编程**:课程的重点,学习如何使用OOP的概念来组织和管理代码。 通过这个课程,学员将掌握Python的基础知识,能够进行简单的编程任务,并为更深入的学习打下良好基础。

课程评论(0条)

课程详情

This course covers the very basics of python from installing the software to object-oriented programming.You don't need any previous knowledge in python or even programming -in general- to take this course, you only need a device to use and a python-editor on it (which we will cover how to install in the first lecture). The course is divided based on the difficulty of the contents. We start in the first section with how to download the tools and software you will need and how to install them on your PC. The second section will address the basic data types like integers, floats, and strings. It also covers how to take data from the code (printing the outputs) and how to give data to the code (inputs from the user). Then we go to the containers of data like lists, sets, tuples, and dictionaries which we use to store big data like statistics or sequences. Finally, we cover some basic concepts like the arithmetic operations for numbers, developer comments, and data types' transformations (how to transform any type of data to another).The third and fourth sections will cover the loops, the conditional statements, error handling, and all sorts of functions and libraries. The fifth one will be an additional process on the data types.The last one will be talking about the most important topic, Object-Oriented Programming.The contents of this course will be as following:Installing the required toolsSetting the environmentOutputs (printing)InputsIntegersFloatsStringsListsSetsTuplesDictionariesArithmetic operationsCommentsData types' transformationsLoopsConditional statements Error handling Non-parameters function Known-parameters function Unknown-parameters function Lambda functionLibrariesModulesASCII codeObject-Oriented Programming (OOP)

课程标签

0人关注该课程

主题相关的课程