1、2021-9-11Python程序开发程序开发信息管理部信息管理部 王辉王辉12021/7/240103Python程序开发程序开发Python背景介绍背景介绍02Python特色特色课程导航课程导航起源 作者作者 :Guido Van Rossum (GvR)/guido/名字的读法 “仁慈的终身独裁者” Benevolent Dictator For Life
01Python背景介绍02Python特色03Python程序开发 特性 •交互式命令行(Interactiveconsole)•不只是脚本•强大易用的标准库•胶水语言(gluelanguage)•收放自如(scalability)•不要括号•vsPerl•vsRuby 交互式命令行(Interactiveconsole)•Python可以单步直译运行。运行Python解释器进入交互式 •命令行的环境,...
Python中有一个很简单的方法来表示这种数据结构: 使用嵌套的字典。 搜集偏好 创建名为recommandations.py 的数据文件: critics={ Lisa Rose: {Lady in the Water: 2.5, Snakes on a Plane: 3.5, Just My Luck: 3.0, Superman Returns: 3.5, You, Me and Dupree: 2.5, The Night Listener: 3.0}, Gene...
Python (OOP Language) Python的历史 Monty Python‘s Flying Circus (英国的“无厘头”电视系列短剧), Monty指必定的事物(尤指赛马时必赢的马) 必胜大蟒蛇飞行马戏团 Guido不满足ABC语言的开发功能 1989年Python发布 Python OOP编程语言 21世纪的编程语言 解释性语言:不用编译、连接成可执行的.exe文件代码 OOP语言...
胶水语言(gluelanguage) 收放自如(scalability) 不要括号 vsPerl vsRuby APeraGlobalCompany©2009PERAChina . 交互式命令行(Interactiveconsole) Python可以单步直译运行。运行Python解释器进入交互式 命令行的环境,你可以在提示符号>>>旁输入代码,按Enter键 输出结果: ...
《硬件趣学Python编程》《ppt_14 pointer.ppt 关闭预览 《硬件趣学Python编程》《ppt_14 pointer.ppt 原文免费试下载 想预览更多内容,点击免费在线预览全文 免费在线预览全文 Lecture14 PointersICProgrammingLanguage OutlineBasicsofPointersPointersandArraysPointersandStringsPointerArraysPointersandFunctions ...
Python中有一个很简单的方法来表示这种数据结构: 使用嵌套的字典。,搜集偏好,创建名为recommandations.py 的数据文件: critics= Lisa Rose: Lady in the Water: 2.5, Snakes on a Plane: 3.5, Just My Luck: 3.0, Superman Returns: 3.5, You, Me and Dupree: 2.5, The Night Listener: 3.0, Gene ...
《硬件趣学Python编程》《ppt_16 file.ppt,Lecture 16 File OperationsC Programming Language OutlineTypes of FilesFile Operationscreate/open fileread/write fileclose fileRandom Access FileError Handling Windows File SystemFile is a set of data stored on the
《硬件趣学Python编程》《ppt_06 selectionC Programming Language Lecture 6 Selection II Outline Review switch-case Selection Conditional Expressions Review Relational Operators Logical Operators if-else selection if- else if -else selection Nested if-else selection switch-case Selection switch-case is a ...
《硬件趣学Python编程》《ppt_14 pointerC Programming Language Lecture 14 Pointers I Outline Basics of Pointers Pointers and Arrays Pointers and Strings Pointer Arrays Pointers and Functions What is a Pointer? Pointer is one of data types of C Pointer type variable hold a specific address of the ...