Python Mastery Bootcamp: From Beginner to Expert

所在平台: Udemy

课程主页: https://www.udemy.com/course/complete-python-tutorial-for-beginners-to-expert/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Python 精通训练营:从初学者到专家 课程概述: Python 是一种流行的编程语言,由 Guido van Rossum 创建并于 1991 年发布。它广泛应用于网页开发(服务器端)、软件开发、数学和系统脚本编写。Python 可用于在服务器上创建 Web 应用程序、与软件协作以创建工作流程、连接数据库系统,以及读取和修改文件。它还可以处理大数据和执行复杂的数学运算,适合快速原型开发或生产级软件开发。 为什么选择 Python? Python 适用于多种平台,包括 Windows、Mac、Linux 和 Raspberry Pi 等。它具有简单的语法,类似英语,能够以更少的代码行编写程序,具有较高的可读性。Python 采用解释器系统,允许代码在编写后立即执行,因此原型开发过程十分迅速。Python 可以以过程式、面向对象或函数式的方式进行编程。 课程还提到,虽然 Python 的最新主要版本是 Python 3(我们将在本课程中使用),但 Python 2 仍然很受欢迎,尽管现在只接收安全更新。同时,学习 Python 可以通过文本编辑器进行,也可以使用集成开发环境(IDE),如 Thonny、Pycharm、Netbeans 或 Eclipse,特别在管理大量 Python 文件时更为便捷。 Python 的语法与其他编程语言的对比: Python 的设计侧重可读性,语法上与英语有一些相似之处,并受到数学的影响。它使用换行符来结束命令,而其他编程语言通常使用分号或括号。Python 使用缩进(空白字符)来定义作用域,例如循环、函数和类的范围,而其他编程语言通常使用花括号来实现这一目的。 通过本课程,学习者将能够掌握 Python 的基础知识,并逐步提高到专家级水平。

课程评论(0条)

课程详情

What is Python?Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.It is used for:web development (server-side),software development,mathematics,system scripting.What can Python do?Python can be used on a server to create web applications.Python can be used alongside software to create workflows.Python can connect to database systems. It can also read and modify files.Python can be used to handle big data and perform complex mathematics.Python can be used for rapid prototyping, or for production-ready software development.Why Python?Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).Python has a simple syntax similar to the English language.Python has syntax that allows developers to write programs with fewer lines than some other programming languages.Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.Python can be treated in a procedural way, an object-oriented way or a functional way.Good to knowThe most recent major version of Python is Python 3, which we shall be using in this tutorial. However, Python 2, although not being updated with anything other than security updates, is still quite popular.In this tutorial Python will be written in a text editor. It is possible to write Python in an Integrated Development Environment, such as Thonny, Pycharm, Netbeans or Eclipse which are particularly useful when managing larger collections of Python files.Python Syntax compared to other programming languagesPython was designed for readability, and has some similarities to the English language with influence from mathematics.Python uses new lines to complete a command, as opposed to other programming languages which often use semicolons or parentheses.Python relies on indentation, using whitespace, to define scope; such as the scope of loops, functions and classes. Other programming languages often use curly-brackets for this purpose.

课程标签

0人关注该课程

主题相关的课程