SlideShare a Scribd company logo
1 of 26
简介 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
语言特点 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
下载 , 安装 , 开发环境 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
基本语法 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
基本数据类型 ,[object Object],[object Object],[object Object],[object Object],[object Object]
字符串 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],<?php echo &quot;ABC&quot; . &quot;ABC&quot;; ?> <?php echo  str_repeat (&quot;ABC&quot;, 3); ?> <?php $str = &quot;ABC&quot;; echo $str [ 0 ] ; //OR $str { 0 } ?> <?php $str = &quot;ABC&quot;; echo  substr ($str, 1, 2); echo  substr ($str, 1, 1); echo  substr ($str, 1); echo  substr ($str, -3, 1); ?>
字符串 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
列表和元组 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
字典 ,[object Object],[object Object],[object Object],[object Object],[object Object]
变量 ,[object Object],[object Object],[object Object],[object Object],[object Object]
运算符 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],没有   ++ -- 没有   && || ! 没有三目运算符   ? :  1<2<3  #True x, y = (1, 3) #x=1; y=3
流程控制 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
流程控制 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
流程控制 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
流程控制 ,[object Object],[object Object],[object Object]
函数 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
类 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
异常 ,[object Object],[object Object],[object Object],[object Object]
引用库 ,[object Object],[object Object],[object Object],[object Object]
连接 MySql ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
连接 MySql
制作动态网页 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
桌面应用 ,[object Object],[object Object],[object Object],[object Object],[object Object]
网络资源 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object]

More Related Content

What's hot

论 Python 与设计模式。
论 Python 与设计模式。论 Python 与设计模式。
论 Python 与设计模式。勇浩 赖
 
系統程式 -- 第 11 章
系統程式 -- 第 11 章系統程式 -- 第 11 章
系統程式 -- 第 11 章鍾誠 陳鍾誠
 
页游开发中的 Python 组件与模式
页游开发中的 Python 组件与模式页游开发中的 Python 组件与模式
页游开发中的 Python 组件与模式勇浩 赖
 
《Python 3.5 技術手冊》第二章草稿
《Python 3.5 技術手冊》第二章草稿《Python 3.5 技術手冊》第二章草稿
《Python 3.5 技術手冊》第二章草稿Justin Lin
 
Shell脚本
Shell脚本Shell脚本
Shell脚本bj
 
Corona 初探 lua 語言,玩跨平台(iOS & android) 行動裝置開發工具
Corona 初探 lua 語言,玩跨平台(iOS &  android) 行動裝置開發工具Corona 初探 lua 語言,玩跨平台(iOS &  android) 行動裝置開發工具
Corona 初探 lua 語言,玩跨平台(iOS & android) 行動裝置開發工具政斌 楊
 
C python 原始碼解析 投影片
C python 原始碼解析 投影片C python 原始碼解析 投影片
C python 原始碼解析 投影片kao kuo-tung
 
PHPUnit + Xdebug 单元测试技术
PHPUnit + Xdebug 单元测试技术PHPUnit + Xdebug 单元测试技术
PHPUnit + Xdebug 单元测试技术hoopchina
 
Effective linux.1.(commandline)
Effective linux.1.(commandline)Effective linux.1.(commandline)
Effective linux.1.(commandline)wang hongjiang
 
Python学习笔记
Python学习笔记Python学习笔记
Python学习笔记Lingfei Kong
 
iPhone,ios,Object-C基础入门
iPhone,ios,Object-C基础入门iPhone,ios,Object-C基础入门
iPhone,ios,Object-C基础入门Lucien Li
 
Erlang jiacheng
Erlang jiachengErlang jiacheng
Erlang jiachengAir-Smile
 
Bash shell script 教學
Bash shell script 教學Bash shell script 教學
Bash shell script 教學Ming-Sian Lin
 
课题一:PHP5.3、PHP5.4的特性介绍与深度挖掘
课题一:PHP5.3、PHP5.4的特性介绍与深度挖掘课题一:PHP5.3、PHP5.4的特性介绍与深度挖掘
课题一:PHP5.3、PHP5.4的特性介绍与深度挖掘Liu Allen
 

What's hot (20)

论 Python 与设计模式。
论 Python 与设计模式。论 Python 与设计模式。
论 Python 与设计模式。
 
系統程式 -- 第 11 章
系統程式 -- 第 11 章系統程式 -- 第 11 章
系統程式 -- 第 11 章
 
页游开发中的 Python 组件与模式
页游开发中的 Python 组件与模式页游开发中的 Python 组件与模式
页游开发中的 Python 组件与模式
 
《Python 3.5 技術手冊》第二章草稿
《Python 3.5 技術手冊》第二章草稿《Python 3.5 技術手冊》第二章草稿
《Python 3.5 技術手冊》第二章草稿
 
Shell脚本
Shell脚本Shell脚本
Shell脚本
 
Corona 初探 lua 語言,玩跨平台(iOS & android) 行動裝置開發工具
Corona 初探 lua 語言,玩跨平台(iOS &  android) 行動裝置開發工具Corona 初探 lua 語言,玩跨平台(iOS &  android) 行動裝置開發工具
Corona 初探 lua 語言,玩跨平台(iOS & android) 行動裝置開發工具
 
C python 原始碼解析 投影片
C python 原始碼解析 投影片C python 原始碼解析 投影片
C python 原始碼解析 投影片
 
PHPUnit + Xdebug 单元测试技术
PHPUnit + Xdebug 单元测试技术PHPUnit + Xdebug 单元测试技术
PHPUnit + Xdebug 单元测试技术
 
Golang
GolangGolang
Golang
 
Effective linux.1.(commandline)
Effective linux.1.(commandline)Effective linux.1.(commandline)
Effective linux.1.(commandline)
 
Python学习笔记
Python学习笔记Python学习笔记
Python学习笔记
 
Ch7
Ch7Ch7
Ch7
 
軟體工程(總結篇)
軟體工程(總結篇)軟體工程(總結篇)
軟體工程(總結篇)
 
系統程式 - 附錄
系統程式 - 附錄系統程式 - 附錄
系統程式 - 附錄
 
iPhone,ios,Object-C基础入门
iPhone,ios,Object-C基础入门iPhone,ios,Object-C基础入门
iPhone,ios,Object-C基础入门
 
ios分享
ios分享ios分享
ios分享
 
Erlang jiacheng
Erlang jiachengErlang jiacheng
Erlang jiacheng
 
Bash shell script 教學
Bash shell script 教學Bash shell script 教學
Bash shell script 教學
 
课题一:PHP5.3、PHP5.4的特性介绍与深度挖掘
课题一:PHP5.3、PHP5.4的特性介绍与深度挖掘课题一:PHP5.3、PHP5.4的特性介绍与深度挖掘
课题一:PHP5.3、PHP5.4的特性介绍与深度挖掘
 
Python story
Python storyPython story
Python story
 

Viewers also liked

Robert daniel ullmann fine art photography
Robert daniel ullmann fine art photographyRobert daniel ullmann fine art photography
Robert daniel ullmann fine art photographyrobertullmann
 
Room 14 homepage
Room 14 homepageRoom 14 homepage
Room 14 homepagekatenz
 
Best adv august 2010
Best adv august 2010Best adv august 2010
Best adv august 2010cOOkies adv
 
Supply chain managemenmt
Supply chain managemenmtSupply chain managemenmt
Supply chain managemenmtTa Bejarano
 

Viewers also liked (7)

Cartola condominio junio 2010
Cartola condominio junio 2010Cartola condominio junio 2010
Cartola condominio junio 2010
 
Robert daniel ullmann fine art photography
Robert daniel ullmann fine art photographyRobert daniel ullmann fine art photography
Robert daniel ullmann fine art photography
 
Room 14 homepage
Room 14 homepageRoom 14 homepage
Room 14 homepage
 
Best adv august 2010
Best adv august 2010Best adv august 2010
Best adv august 2010
 
Mi concurso
Mi concursoMi concurso
Mi concurso
 
Ingenierías
IngenieríasIngenierías
Ingenierías
 
Supply chain managemenmt
Supply chain managemenmtSupply chain managemenmt
Supply chain managemenmt
 

Similar to Python 入门

ajax_onlinemad
ajax_onlinemadajax_onlinemad
ajax_onlinemadKitor23
 
如何学习Bash Shell
如何学习Bash Shell如何学习Bash Shell
如何学习Bash ShellLI Daobing
 
1 C入門教學
1  C入門教學1  C入門教學
1 C入門教學Sita Liu
 
PHP & MySQL 教學
PHP & MySQL 教學PHP & MySQL 教學
PHP & MySQL 教學Bo-Yi Wu
 
Introduce to Linux command line
Introduce to Linux command lineIntroduce to Linux command line
Introduce to Linux command lineWen Liao
 
用Cython封装c++代码为python模块的一点经验
用Cython封装c++代码为python模块的一点经验用Cython封装c++代码为python模块的一点经验
用Cython封装c++代码为python模块的一点经验Leo Zhou
 
ES5 introduction
ES5 introductionES5 introduction
ES5 introductionotakustay
 
PHP Coding Standard and 50+ Programming Skills
PHP Coding Standard and 50+ Programming SkillsPHP Coding Standard and 50+ Programming Skills
PHP Coding Standard and 50+ Programming SkillsHo Kim
 
Ecma script edition5-小试
Ecma script edition5-小试Ecma script edition5-小试
Ecma script edition5-小试lydiafly
 
HITCON CTF 2014 BambooFox 解題心得分享
HITCON CTF 2014 BambooFox 解題心得分享HITCON CTF 2014 BambooFox 解題心得分享
HITCON CTF 2014 BambooFox 解題心得分享Chong-Kuan Chen
 
dbug in mysql
dbug in mysqldbug in mysql
dbug in mysqlTim Chou
 
Lua 语言介绍
Lua 语言介绍Lua 语言介绍
Lua 语言介绍gowell
 
Javascript Training
Javascript TrainingJavascript Training
Javascript Trainingbeijing.josh
 

Similar to Python 入门 (20)

ajax_onlinemad
ajax_onlinemadajax_onlinemad
ajax_onlinemad
 
如何学习Bash Shell
如何学习Bash Shell如何学习Bash Shell
如何学习Bash Shell
 
Python Basic
Python  BasicPython  Basic
Python Basic
 
1 C入門教學
1  C入門教學1  C入門教學
1 C入門教學
 
PHP & MySQL 教學
PHP & MySQL 教學PHP & MySQL 教學
PHP & MySQL 教學
 
Introduce to Linux command line
Introduce to Linux command lineIntroduce to Linux command line
Introduce to Linux command line
 
用Cython封装c++代码为python模块的一点经验
用Cython封装c++代码为python模块的一点经验用Cython封装c++代码为python模块的一点经验
用Cython封装c++代码为python模块的一点经验
 
ES5 introduction
ES5 introductionES5 introduction
ES5 introduction
 
getPDF.aspx
getPDF.aspxgetPDF.aspx
getPDF.aspx
 
getPDF.aspx
getPDF.aspxgetPDF.aspx
getPDF.aspx
 
PHP Coding Standard and 50+ Programming Skills
PHP Coding Standard and 50+ Programming SkillsPHP Coding Standard and 50+ Programming Skills
PHP Coding Standard and 50+ Programming Skills
 
Osgi Intro
Osgi IntroOsgi Intro
Osgi Intro
 
Ecma script edition5-小试
Ecma script edition5-小试Ecma script edition5-小试
Ecma script edition5-小试
 
HITCON CTF 2014 BambooFox 解題心得分享
HITCON CTF 2014 BambooFox 解題心得分享HITCON CTF 2014 BambooFox 解題心得分享
HITCON CTF 2014 BambooFox 解題心得分享
 
dbug in mysql
dbug in mysqldbug in mysql
dbug in mysql
 
Dev307
Dev307Dev307
Dev307
 
Lua 语言介绍
Lua 语言介绍Lua 语言介绍
Lua 语言介绍
 
Php
PhpPhp
Php
 
Reply
ReplyReply
Reply
 
Javascript Training
Javascript TrainingJavascript Training
Javascript Training
 

Python 入门

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 23.
  • 24.
  • 25.
  • 26.