2022-10-11 22:18:46 +00:00
|
|
|
# Fundamentos de Programação
|
|
|
|
### Projetos + resoluções de exercícios organizados por aulas
|
|
|
|
### Linguagem principal: [Python](https://www.python.org/)
|
2022-10-11 21:30:57 +00:00
|
|
|
---
|
2022-11-07 21:33:45 +00:00
|
|
|
## Índice
|
|
|
|
|Aula nº|Tópicos|
|
|
|
|
|-|-|
|
|
|
|
|[01](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula01)|Introduction, Basics|
|
|
|
|
|[02](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula02)|Conditionals, Boolean expressions|
|
|
|
|
|[03](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula03)|Functions, Lambda expressions|
|
|
|
|
|[04](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula04)|Iteration, Loops|
|
|
|
|
|[05](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula05)|Tuples, Lists|
|
|
|
|
|[06](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula06)|Files, Exceptions|
|
|
|
|
---
|
2022-10-11 21:43:54 +00:00
|
|
|
*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)
|