diff --git a/1ano/README.md b/1ano/README.md index 82430c2..f95f2e5 100644 --- a/1ano/README.md +++ b/1ano/README.md @@ -1,7 +1,6 @@ # 1º Ano ## Todo o material das cadeiras do 1º ano: ### 1º Semestre -* [Fundamentos de Programação](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp) -* Introdução à Engenharia Informática +- [Fundamentos de Programação](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp) --- *Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file diff --git a/1ano/fp/README.md b/1ano/fp/README.md index ca6a0a5..4d31757 100644 --- a/1ano/fp/README.md +++ b/1ano/fp/README.md @@ -2,4 +2,14 @@ ### Projetos + resoluções de exercícios organizados por aulas ### Linguagem principal: [Python](https://www.python.org/) --- +## Í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| +--- *Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file diff --git a/1ano/fp/aula01/README.md b/1ano/fp/aula01/README.md index 93df1cf..b45bdd8 100644 --- a/1ano/fp/aula01/README.md +++ b/1ano/fp/aula01/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 01 +## Aula 01 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp01-intro.pdf) ### Tópico principal da aula: Introduction, Basics #### *Não incluidos os exercicios 8 e 9* --- diff --git a/1ano/fp/aula02/README.md b/1ano/fp/aula02/README.md index a1c8b89..f47edd4 100644 --- a/1ano/fp/aula02/README.md +++ b/1ano/fp/aula02/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 02 +## Aula 02 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp02-selection.pdf) ### Tópico principal da aula: Conditionals, Boolean expressions --- *Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file diff --git a/1ano/fp/aula03/README.md b/1ano/fp/aula03/README.md index 8325104..f072b4b 100644 --- a/1ano/fp/aula03/README.md +++ b/1ano/fp/aula03/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 03 +## Aula 03 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp03-functions.pdf) ### Tópico principal da aula: Functions, Lambda expressions --- *Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file diff --git a/1ano/fp/aula04/README.md b/1ano/fp/aula04/README.md index f8e15ea..19e37c6 100644 --- a/1ano/fp/aula04/README.md +++ b/1ano/fp/aula04/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 04 +## Aula 04 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp04-iteration.pdf) ### Tópico principal da aula: Iteration, Loops --- *Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file diff --git a/1ano/fp/aula05/README.md b/1ano/fp/aula05/README.md index 0c805b3..6c3ed8a 100644 --- a/1ano/fp/aula05/README.md +++ b/1ano/fp/aula05/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 05 -### Tópico principal da aula: Tuplos, Listas +## Aula 05 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp05-sequences.pdf) +### Tópico principal da aula: Tuples, Lists --- *Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file diff --git a/1ano/fp/aula06/README.md b/1ano/fp/aula06/README.md index 7a75f90..4da86c6 100644 --- a/1ano/fp/aula06/README.md +++ b/1ano/fp/aula06/README.md @@ -1,5 +1,5 @@ # Fundamentos de Programação -## Aula 06 +## Aula 06 - [Slides](https://github.com/TiagoRG/uaveiro-leci/blob/master/1ano/fp/slides/tp06-files+args+exceptions.pdf) ### Tópico principal da aula: Files, Exceptions #### Em falta: exercício 06