逐字的
So while the same material is covered, the lectures are not word-for-word the same as the lectures on Coursera.
Back
invoke = call
Front
调用(函数)
Back
parsing
Front
v.
1.语法分析
2.【语言学】从语法上分析,解析(词句等)
n.
1.〔计〕语法分析
2.〔语〕分析
3.语法分析器
Back
coming up next
Front
That's what coming up next.
Back
allude to
Front
to refer to
提到
Now, we're going to come back and
visit what I alluded to in the first chapter of the fourth pattern for code.
Back
indices
Front
index的复数
Back
argument
Front
1. parameter是指函数定义中参数,而argument指的是函数调用时的实际参数。
2. 简略描述为:parameter=形参(formal parameter), argument=实参(actual parameter)。
While defining method, variables passed in the method are called parameters. 当定义方法时,传递到方法中的变量称为参数. While using those methods, values passed to those variables are called arguments. 当调用方法时,传给变量的值称为引数.(有时argument被翻译为"引数")
Back
value judgement
Front
价值评判
value judge 作动词
I thought the creature was value judging my programs.
Back
start with
Front
But starting with the next class, not this class, but
starting with the next class you're going to have to install Python.
Back
meet and greet
Front
常见于 Author Meet & Greet
Back
parameter
Front
[pəˈræmɪtə(r)]
重音在/r/
Back
Pythonista
Front
Python使用者
复数:Pythonista
Back
statement
Front
语句
Back
catch-all
Front
装杂物的容器;放杂物的东西
笼统的一类(或描述)And then this else is like a catch-all.
Back
nugget
Front
1.
天然贵重金属块;(尤指)天然金块a small lump of a valuable metal or mineral, especially gold, that is found in the earth
2.
(某些食品的)小圆块a small round piece of some types of food
3.
有价值的小东西;有用的想法(或事实)a small thing such as an idea or a fact that people think of as valuable
In this we're going to dive a little more in depth on the atoms,
the nuggets, the little pieces that make up Python.
Back
Coming up next
Front
So coming up next, we're going to talk about some more conditional execution
patterns, a little more complex stuff, else if, etc.
Back
blow up
Front
[口语] 失败
It blows up. = It doesn't work.
Back
alias
Front
['eɪliəs]
别名;假名
Back
infinite loop
Front
无限循环,死循环
Back
a bunch of
Front
一堆,口语常用
Back
rejoin
Front
And then it rejoins
Back
syntactically
Front
Not a lot of languages make the indenting of lines
a syntactically meaningful thing, but that is how Python works
Back
wipe out
Front
So 100 goes in and it wipes out the old value.
Back
iteration
Front
A repetition that attempts to improve on a process or product
迭代
Back
underscore
Front
下划线
Back
gibberish
Front
无稽之谈
Back
in a bit
Front
We'll see you in a bit.
一会儿见。
Back
worked
Front
已解决的
As the course progresses, we will not always provide complete worked exercise videos for every assignment.