Sumários

L6 -- Functions I

21 Outubro 2020, 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.


R6.12

19 Outubro 2020, 15:00 José Campos

Programming exercises on while and for loops.


R5.11

14 Outubro 2020, 15:00 José Campos

Programming exercises on if, else, elseif conditionals.


L5 -- Loops

14 Outubro 2020, 13:00 José Campos

Topics introduced and discussed: loops, i.e., we learnt how to make a computer do repetitive tasks.


R5.12

12 Outubro 2020, 15:00 José Campos

Programming exercises on if, else, elseif conditionals.