|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python-programming-for-beginners-learn-python-quickly/
课程评论:没有评论
课程名称:初学者的Python编程:快速学习Python 课程概述: Python是一种现代的动态面向对象编程语言,适用于多种大大小小的项目。作为一种高级语言,Python更接近人类语言,因其灵活性被称为通用编程语言。Python是一种解释型语言,不需要如Java等语言的编译,可以实时解释执行。Python的应用范围广泛,包括在服务器上创建网页应用程序、与软件一起实现工作流、连接数据库、读取和修改文件、处理大数据、执行复杂数学运算,并可用于快速原型开发或生产级软件开发。 为什么选择Python? - 兼容多种平台(Windows、Mac、Linux、Raspberry Pi等)。 - 语法简单,类似英语。 - 编程行数较少,代码优雅。 - 代码可即时执行,快速原型开发。 - 支持过程式、面向对象和函数式编程。 - 应用于游戏开发、统计数据和可视化、语音及面部识别等多个领域。一些全球最大的网站,如Google、YouTube、Facebook、NASA、Disney、Reddit、Instagram等均在使用Python。 课程涵盖主题: - 与Python的交互方式 - Python运算符 - Python数据类型 - 数据类型转换 - Python字符串方法与格式化 - Python数据结构 - Python函数 - Python控制流语句 - Python模块与包 - 处理外部文件 - 处理日期和时间 - 使用日历 - 异常处理 将创建的项目包括: - 彩票号码模拟器 - 加密程序 - 随机密码生成器 - 数字时钟创建 - 号码猜测游戏 - 随机数字生成器 - 倒计时器 - 彩票号码模拟器 - 屏幕休息程序 这个课程旨在帮助初学者快速掌握Python编程的基础知识与实用技能。
Python is a dynamic modern object-oriented programming language 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 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.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 functionalPython 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 include:GoogleYouTubeFacebookNASADisneyRedditInstagramSurvey MonkeyYahoo MapsTopics covered include:Interacting with Python in various waysPython OperatorsPython Data TypesData type castingPython String Methods and FormattingPython Data StructuresPython FunctionsPython Control Flow StatementsPython Modules and PackagesWorking with external files in PythonWorking with dates and timesWorking with calendarsHandling exception errorsProjects we will create:Lottery Number SimulatorEncryption programRandom Password GeneratorCreate a digital clockCreate a number guessing gameCreate a random number generatorCreate a countdown timerCreate a lottery number simulatorScreen break program