|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
Datasheet
|
活动
|
直播
|
datasheet
datasheet
文章
搜索
中文
En
|
首页
|
电子技术
|
电子产品应用
|
电子头条
|
论坛
|
大学堂
|
下载
|
参考设计
|
Datasheet
|
活动
|
技术直播
|
datasheet
datasheet
文章
搜索
大学堂
上传课程
首页
课程
TI培训
直播频道
专题
相关活动
其他资源
下载中心
电路图
参考设计
您的位置:
EEWORLD大学堂
/
计算机及编程
/
编程
/
python3视频教程
/
0701 Creating loops with while
本课程为精品课,您可以登录eeworld继续观看:
0701 Creating loops with while
登录
播放列表
课程目录
课程笔记
课时1:0101 Welcome
课时2:0102 Understanding prerequisites for Python
课时3:0103 Using the exercise files
课时4:0201 Getting started with Hello World
课时5:0202 Selecting code with conditionals
课时6:0203 Repeating code with a loop
课时7:0204 Reusing code with a function
课时8:0205 Creating sequences with generator functions
课时9:0206 Reusing code and data with a class
课时10:0207 Greater reusability with inheritance and polymorphism
课时11:0208 Handling errors with exceptions
课时12:0301 Installing Python 3 and Eclipse for Mac
课时13:0302 Installing Python 3 and Eclipse for Windows
课时14:0401 Creating a main script
课时15:0402 Understanding whitespace in Python
课时16:0403 Commenting code
课时17:0404 Assigning values
课时18:0405 Selecting code and values with conditionals
课时19:0406 Creating and using functions
课时20:0407 Creating and using objects
课时21:0501 Understanding variables and objects in Python
课时22:0502 Distinguishing mutable and immutable objects
课时23:0503 Using numbers
课时24:0504 Using strings
课时25:0505 Aggregating values with lists and tuples
课时26:0506 Creating associative lists with dictionaries
课时27:0507 Finding the type and identity of a variable
课时28:0508 Specifying logical values with True and False
课时29:0601 Selecting code with if and else conditional statements
课时30:0602 Setting multiple choices with elif
课时31:0603 Understanding other strategies for multiple choices
课时32:0604 Using the conditional expression
课时33:0701 Creating loops with while
课时34:0702 Iterating with for
课时35:0703 Enumerating iterators
课时36:0704 Controlling loop flow with break continue and else
课时37:0801 Performing simple arithmetic
课时38:0802 Operating on bitwise values
课时39:0803 Comparing values
课时40:0804 Operating on Boolean values
课时41:0806 Understanding operator precedence
课时42:0901 Using the re module
课时43:0902 Searching with regular expressions
课时44:0903 Replacing with regular expressions
课时45:0904 Reusing regular expressions with re.compile
课时46:1001 Learning how exceptions work
课时47:1002 Handling exceptions
课时48:1003 Raising exceptions
课时49:1101 Defining functions
课时50:1102 Using lists of arguments
课时51:1103 Using named function arguments
课时52:1104 Returning values from functions
课时53:1105 Creating a sequence with a generator function
课时54:1201 Understanding classes and objects
课时55:1202 Using methods
课时56:1203 Using object data
课时57:1204 Understanding inheritance
课时58:1205 Applying polymorphism to classes
课时59:1206 Using generators
课时60:1207 Using decorators
课时61:1301 Understanding strings as objects
课时62:1302 Working with common string methods
课时63:1303 Formatting strings with str.format
课时64:1304 Splitting and joining strings
课时65:1305 Finding and using standard string methods
课时66:1401 Creating sequences with tuples and lists
课时67:1402 Operating on sequences with built-in methods
课时68:1403 Organizing data with dictionaries
课时69:1404 Operating on character data with bytes and byte arrays
课时70:1501 Opening files
课时71:1502 Reading and writing text files
课时72:1503 Reading and writing binary files
课时73:1601 Creating a database with SQLite 3
课时74:1602 Creating retrieving updating and deleting records
课时75:1603 Creating a database object
课时76:1701 Using standard library modules
课时77:1702 Finding third-party modules
课时78:1703 Creating a module
课时79:1801 Dealing with syntax errors
课时80:1802 Dealing with runtime errors
课时81:1803 Dealing with logical errors
课时82:1804 Using unit tests
课时83:1901 Normalizing a database interface
课时84:1902 Deconstructing a database application
课时85:1903 Displaying random entries from a database
课时86:2001 Goodbye
时长:1分27秒
日期:2019/05/22
收藏视频
上传者:JFET
去评论
课程介绍
相关标签:
Python
python3
教程中的内容包括:
* 面向有经验的开发者的 Python3的快速介绍。
* 创建函数和对象
* 使用python的内置对象和类
* 使用循环和迭代来让代码循环执行
* 理解并使用条件表达式
* 用继承来创建语句
* 用对象和库来重用代码
* 使用异常来处理错误
显示全部 ↓
推荐视频
用户评论
woulin
沒有字幕 但練練英文聽力還不錯!!!
2020年09月08日 13:48:13
回复
|
顶
()
Ayukulele
挺不错的这样的一种授课方式!!!
2020年07月10日 16:43:24
回复
|
顶
()
54chenjq
教程中的内容包括: * 面向有经验的开发者的 Python3的快速介绍。 * 创建函数和对象 * 使用python的内置对象和类 * 使用循环和迭代来让代码循环执行 * 理解并使用条件表达式
2020年03月20日 23:37:59
回复
|
顶
()
猜您喜欢
推荐帖子
ATA3000系列功率放大器——水声信号中的典型应用
ATA3000系列功率放大器——水声信号中的典型应用
Agitek2
测试/测量
430的SPI三线模式
430的SPI三线模式是怎么样的?我知道四线模式是CLK,MOSI,MISO,STE四个引脚。那三线模式是不是CLK,MOSI,MISO,而没有STE引脚呢?而我发现别的SPI三线模式是CLK,MISO,STE,通过使能信号STE来控制MOSI或者是MISO的。大虾不要只看不回复啊。即使不会,大家还可以讨论讨论的么~
sdguanghui
微控制器 MCU
LINUX下LM3S8962开发-DS18B20温度采集(6)
在嵌入式系统中,温度采集的需求很普遍,相对以前的模拟器件,比如热电偶,铂金温度传感探头,都是根据温度发生变化时器件的电阻率也发生变化的原理来工作的。进行温度采集时必须进行AD转换,比较麻烦。要采集多路温度时,要多余的AD转换器或者复用器,成本比较高。但是MAXIM公司生产的1-wire总线温度传感器开创了一个新的时代,在一根io线上能够连接足够多的传感器,而且全是数字信号。 以前在AVR下做过DS
mybays
微控制器 MCU
下雪了,HOHO
据说昌平中等,门头沟最大,6MM
soso
聊聊、笑笑、闹闹
新人求助,如何用51单片机做EV1527 433Mhz解码??
#define RFP00unsigned char RF_code[3];//遥控码值bit RF_SyncFlag;//同步信号标志,为1表示已接受到同步信号//unsigned char RF;unsigned char decode_ok;//解码成功unsigned char hh_w;ll_w;//高低电平宽度unsigned char ma_x;//接收到第几位编码unsigned
水深蓝
RF/无线
pwm芯片急救???????????
请问有那些固定频率在500k以上的pwm芯片??感谢帮助
1134404729
模拟与混合信号
推荐内容
热门视频
更多
LabVIEW网络讲坛
PIC32蓝牙音频解决方案
埃隆.马斯克演讲:畅谈移居火星愿景
2016 TI 嵌入式研讨会 - 无线专场
Fundamentals of Power Electronics电力电子基础
磁场简介:第一部分
研讨会:高性能 i.MX RT 处理器助力智能节点无需联网实现机器学习
有源RFID的常见应用
WEBENCH设计导出工具介绍
深入理解比特币的安全性及程序交易安全性与相关的密码学原理
开源项目推荐
更多
LTC1042 的典型应用 - 窗口比较器
LT1220 的典型应用 - 45MHz、250V/us 运算放大器
Arduino2560 I/O扩展板
LM2596 反相降压-升压稳压器关断电路的典型应用电路使用光耦合器
RE46C108 压电喇叭驱动器和稳压器的典型应用
指尖陀螺--传统手艺
带PFC的TEA1716T谐振电源控制IC典型应用电路
【创意PCB】庆中秋 迎国庆
spider_ChargeBase
EVAL-AD7490SDZ,用于评估 AD7490 逐次逼近型 ADC 的评估板
热门文章
更多
蔚来发布75kWh三元铁锂电池包,低温续航损失降低25%
DM-i所代表的另外一种增程
英特尔计划十年砸了800亿欧元赴欧设厂
英特尔:以生态之力,构建城市数字新基建
Vishay推出新款薄型高抗冲击耐振动35 A商用IHCM共模扼流圈
乘用车DHT专用控制器的阳光解决方案
PLC锂电池的更换时间及步骤
数字万用表选购指南
混合压缩/内置自我测试解决方案的应用优势分析
电路图
摩托车电子节油电路
西湖牌BYD-155C型电冰箱电路
土壤水分测量仪电路
LT1109-12应用电路图
LA3161音响IC电路
TDA1013B功放电路图
能自动复位的过压保护电路
M7475型立轴圆台平面磨床磁力吸盘退磁电路(6)
电风扇红外遥控器电路-b
墙嵌插座式家电防盗报警电路
脉冲式快速充电器电路
流动灯饰程序控制器电路
级联交叉调光器电路
高宝DXW-62A双功能电子消毒柜整机接线图
RCC方式实用开关稳压电源电路图
光电耦合器构成信号输入电路(三)
8031单片机P1口构成 4X4键盘接口电路
转速测量传感器电路
调光充电应急台灯
光电逻辑电路
50W off-line switching power supply
电话通话限时器
电压峰值增量型自动充电器
载波遥控报警
单键触摸开关电路
STK3042功放电路
ZWX—1型智能化温度自动巡检仪电路
10w、15w高保夏放大器电路
875p电脑主板电路图_086
无线模块的使用电路图
可能感兴趣器件
20KPA64A/B
CPS22-NC00A10-SNCSNCNF-RI0WGVAR-W1006-S
177-714-5-31GS4K5-24MNN
DDMY24W7PNMBNFR163
777TW-B-9W4-P-MP2SV-3R-RM6
SN74HC283N-00
MVSMBG5381CE3
SF0044BA01931S
531UC229M000DGR
S100G4-48V/15-P
SV400M47A7S11625
CGH1/2-100PPM/C-1966-0.5%
EUNA18-FREQ8-CX
805-001-16C8-1GA
RB206-LF
PTN0502H2670DSWS
SMCG7.5/9AT
501S42E150JT3U
10124632-0113K03LF
PTN2512E3482DBT1
XCTN26172300B
GUS-QSCBLF-002231-B
KM501AWS2.21UF+-20%40VC
2138-S2-14-30
TB100-24STRL2
64-11110-22-03001
BL156G0683JKC
PMF1/2-1211-DB25Q
231234471748
201007F1623T3E
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2023 EEWORLD.com.cn, Inc. All rights reserved
用户评论