|
首页
|
电子技术
|
电子应用
|
电子头条
|
社区
|
论坛
测评
博客
电子技术视频
|
下载
|
电路图
|
参考设计
|
Datasheet
|
活动
|
直播
|
datasheet
datasheet
文章
搜索
|
首页
|
电子技术
|
电子产品应用
|
电子头条
|
论坛
|
大学堂
|
下载
|
参考设计
|
Datasheet
|
活动
|
技术直播
|
datasheet
datasheet
文章
搜索
大学堂
上传课程
首页
课程
TI培训
直播频道
专题
相关活动
其他资源
下载中心
电路图
参考设计
您的位置:
EEWORLD大学堂
/
计算机及编程
/
编程
/
python3视频教程
/
0402 Understanding whitespace in Python
本课程为精品课,您可以登录eeworld继续观看:
0402 Understanding whitespace in Python
登录
播放列表
课程目录
课程笔记
课时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
时长:4分8秒
日期: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
回复
|
顶
()
猜您喜欢
推荐帖子
轻型客车里程表电路
lorant
函数问题求解!!!
void Dly100us(void *arg){u32 Dely=(u32)arg;while(Dely--){//(int i=1000;i; i--);//这行一打开,就出现..\main.c(134): error:#18: expected a ")"..\main.c:(int i=LOOP_DLY_100US;i; i--);}}
z81032643
stm32/stm8
东芝光继电器TLP3547 频率测试
东芝光继电器TLP3547 频率测试驱动信号:±5V,频率:10-300Hz,开关串联20Ω电阻接5V电源。测试如下:从测试频率的几张图片中说明,它是一个低频光电继电器,建议适用于10Hz以下的开关频率。虽然频率低一些,代替电磁继电器还是很好的。更多测试请参照以下链接:[url]https://bbs.eeworld.com.cn/forum.php?mod=viewthread&tid=88063
没钱的发烧友
东芝光电继电器TLP3547评测
ADI正式收购Maxim之旧时记忆
ADI正式收购Maxim这条消息让我很吃惊。我在2002年开始接触单片机的时候,第一次接触的就是MAX232/MAX202。那时觉得串口除了MAX232就没有第二家了。唯一斗争的就是原厂的还是台系兼容的。自认为其它都是假货!直到后来出现了SP232等的产品后才慢慢的接受其它品牌。第二个就是DS18B20,这个是DALLAS的产品被Maxim收购了。所以对Maxim的产品还是比较认可的。如今Maxi
bigbat
国产芯片交流
请问各位谁有全国大学生电子竞赛的论文呀?
请问各位谁有全国大学生电子竞赛的论文呀?能不能上传一些让我参考一下,我今年很荣幸的参加了全国大学生电子竞赛。由于是第一次参加没有什么经验,希望大家多多帮忙。谢谢!
anyuhao
嵌入式系统
【实验指导】如何查看SoC FPGA的系统中FPGA侧添加的GPIO的编号
本文由FPGA爱好者小梅哥编写,未经作者许可,本文仅允许网络论坛复制转载,且转载时请标明原作者。Application to register interrupt and write simple interrupt service routine----------------------------------------------------------------------------
小梅哥
Altera SoC
推荐内容
热门视频
更多
TI DLP® Labs - 汽车:高分辨率前照灯
WEBENCH 原理图编辑器
3相永磁同步电机(PMSM)矢量控制
针对照明解决方案的PIC12F(HV)752/PIC16F(HV)753产品概览
直播回放:TI MSP430 铁电超值微控制器方案
直播回放:自动驾驶与人工智能的起点——毫米波雷达与3D ToF 解决方案
LED 功能介绍及 LED 驱动设计注意事项
理解卡尔曼滤波器(英语中字)
基于ZynqArtix-7的GigE机器视觉方案
Input filter effect on a power supply
开源项目推荐
更多
RT8859M多相PWM控制器的典型应用,适用于AXG VR禁用的CPU内核电源
使用 BFP640 SiGe 晶体管的 3V、+14 dBm、2.33 GHz SDARS 有源天线第二级低噪声放大器
LTC1733 的典型应用 - 具有热调节功能的单片式线性锂离子电池充电器
AN098 用于电视调谐器应用的宽带放大器 MMIC
DC2080A,带传感器的能量收集 (EH) 多源演示板
使用具有最大功率点跟踪功能的 LTC4162EUFD-L40M 太阳能供电 36 节 3.2A 充电器的典型应用
用于确定 L6566BTR 的 OVP 和 OCP 的 IC 行为的典型外部电路 SMPS 电源的多模式控制器
LTC3772EDDB 演示板,550kHz 降压型 DC/DC 转换器,VIN = 2.75V-8V,VOUT = 2.5V @ 2A
MCP1603L 500mA 同步降压稳压器的典型 5V 至 1.0V @ 500mA 应用
LTC3522 的典型应用 - 同步 400mA 降压-升压转换器和 200mA 降压转换器
热门文章
更多
测量脉冲个数时,为何测量结果跟波形中实际的个数不同?
三星与特斯拉洽谈代工下一代自动驾驶芯片
8.动态数码管
两台电动机顺序启/停的PLC控制电路
利用89C51单片机和MAX485实现数据远程采集系统的设计
频谱分析仪如何利用数字技术实现分辨率带宽滤波器
ADALM2000实验:数模转换
单片机成长之路(51基础篇)51单片机寄存器功能一览表
可能感兴趣器件
5258-RC
ATS-17D-37-C2-R0
68627-121HLF
1.0MHZCFPT-9055GS3CLF
LP9-11122K31
AO1808-2B
M83723/03A2232Y
KM4216V255GL-6
A2547WRB-2x13P-G30
2M390MS076C1205-5
231282766429
222204664471
08052R123J9C22
1210Y50005R6DFT
ESQ-133-23-H-T
SX25M150A7F31012
CF50S-150-JAQ
SL8B-01-26K7-BPB
OVKTGLKANF-27.000000
77311R139T14LF
MA501CAC001
Q29.9990-JXS21P4-12-20/30-T1-FU-LF
P0603C2131WGPA
QESM49H4150LT303213.000MHZ
CHP0603K2870FFPA
MF3WS2771BTR
VM8E5-10.000-1.5/0+60
101R15N102GV6T
CE1812A-471-K202RB
TC212D157M004A
电子工程世界版权所有
京B2-20211791
京ICP备10001474号-1
电信业务审批[2006]字第258号函
京公网安备 11010802033920号
Copyright © 2005-2023 EEWORLD.com.cn, Inc. All rights reserved
用户评论