Python Programming and code Examples

所在平台: Udemy

课程主页: https://www.udemy.com/course/python-programming-and-code-examples/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Python编程与代码示例 课程概述:Python是一种解释型高层通用编程语言,其设计哲学强调代码的可读性,采用显著的缩进风格。Python的语言构造和面向对象的方法旨在帮助程序员编写清晰、逻辑的代码,适用于小型和大型项目。 Python的用途:Python可以用于服务器端创建Web应用程序,可以与其他软件配合使用来创建工作流程,能够连接数据库系统,读取和修改文件。此外,Python还可用于处理大数据和执行复杂数学运算,用于快速原型开发或生产就绪软件开发。 选择Python的理由:Python适用于不同平台(Windows、Mac、Linux、树莓派等),其语法简洁,类似于英语,允许开发者用较少的代码行编写程序。Python采用解释运行系统,这意味着代码可以在编写后立即执行,极大的加快了原型开发的速度。同时,Python可以按照过程式、面向对象或函数式的方式进行处理。课程中将使用Python的最新主要版本Python 3。尽管Python 2仍然受到欢迎,但是只会更新安全补丁。 在本课程中,Python将使用文本编辑器编写,当然也可以在集成开发环境(如Pycharm、Netbeans或Eclipse)中编写,这些工具特别适合管理较大型的Python文件集合。

课程评论(0条)

课程详情

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.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.The most recent major version of Python is Python 3, which we shall be using in this course. However, Python 2, although not being updated with anything other than security updates, is still quite popular.In this course Python will be written in a text editor. It is possible to write Python in an Integrated Development Environment, such as , Pycharm, Netbeans or Eclipse which are particularly useful when managing larger collections of Python files.

课程标签

0人关注该课程

主题相关的课程