Sumários

L8 -- Functions II

3 Novembro 2021, 13:00 José Campos

Topics introduced and discussed: functions in more details. We discussed how to pass function names (and the arguments of those functions) as an argument of a function, discussed the subtle subject of passing mutable and immutable objects, anonymous functions, and recursion.


week 7

25 Outubro 2021, 15:00 Márcia Cristina Afonso Barros

 Programming Challenges 1


R6.11

20 Outubro 2021, 15:00 José Campos

Programming exercises on while and for loops.


L6 -- Functions I

20 Outubro 2021, 13:00 José Campos

Topics introduced and discussed: functions. In detail, we discussed how to write your own functions, similar to the functions provided by Python. We also discussed how to write functions, how to write functions with variable numbers of arguments, and discussed the concept of namespace, which isolates the names of variables and functions created inside a function from those created outside the function.


week 6

18 Outubro 2021, 15:00 Márcia Cristina Afonso Barros

While and For Loops