|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/introduction-to-python-programming-language-for-beginners/
课程评论:没有评论
**课程名称:** Python for Beginners **课程概述:** 本课程是 Python 入门指南,旨在帮助初学者掌握这门易学、功能强大且应用广泛的编程语言。Python 是一种动态、现代、面向对象的编程语言,非常接近人类语言,同时也是一种通用性强的语言。其名称来源于英国喜剧团体 Monty Python,而非蛇。 Python 的“面向对象”特性意味着它将一切视为对象,正如现实世界中的人或汽车一样。作为一门解释型语言,Python 无需像 Java 那样进行编译,可以直接即时运行。 Python 的应用领域非常广泛,包括游戏开发、数据统计与可视化、语音和面部识别等。许多知名网站和机构(如 Google, YouTube, Facebook, NASA, Disney, Pixar, Reddit, Pinterest, Instagram, Spotify, Survey Monkey, Yahoo Maps)都在不同程度地使用 Python。 **课程内容亮点:** * Python 的下载与安装 * Python IDLE 的使用 * Python Shell 的操作 * Python 编辑器的使用 * 变量的创建、修改与调用 * 可变列表(Mutable List)的创建、编辑、添加与删除元素 * 列表索引(Index referencing)的工作原理 * 创建简单的 Python 程序 **课程形式:** 本课程以视频为基础,提供易于理解的实践示例,帮助学员快速掌握 Python 编程。
Python is a dynamic modern object -oriented programming language that is easy to learn and can be used to do a lot of things both big and small. Python is what is referred to as a high level language. That means it is a language that is closer to humans than computer. It is also known as a general purpose programming language due to it's flexibility. Python did not get it's name from the snake but rather from the British comedy group known as Monty Python. Python is object -oriented means it regards everything as an object. An object in the real world could be a person or a car. Python is an interpreted language that does not need to be complied like for example java programming language. It is interpreted and run on the fly the same time. Python has been used in a lot of places like in creating games,for statistical data and visualization,speech and face recognition. Some of the biggest websites on this planet earth use python in one way or another. Examples inlude: GoogleYoutubeFacebookNasaDisneyPixarRedditPinterestInstagramSpotifySurvey MonkeyYahoo Maps In this absolute beginners course you will learn: How to download and install pythonHow to interact with the python IDLEHow to use Python ShellHow to use the python editor How to create variablesHow to edit variable values once they have been createdHow to call a variableHow to create a Mutable ListHow to edit a list elementHow to add to a listHow to remove from a listHow the Index referencing works in a listHow to create a simple python program The course is video based with easy to follow practical examples.