From cb35069316a6ff71f279d3c5ed1fc36a6da676d9 Mon Sep 17 00:00:00 2001 From: tiagorg Date: Wed, 9 Nov 2022 14:50:12 +0000 Subject: [PATCH] README updates --- 1ano/README.md | 7 ++++++- 1ano/fp/README.md | 18 ++++++++++-------- 1ano/fp/aula06/README.md | 1 - 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/1ano/README.md b/1ano/README.md index f95f2e5..83834b0 100755 --- a/1ano/README.md +++ b/1ano/README.md @@ -1,6 +1,11 @@ # 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](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/iei) +- [Introdução aos Sistemas Digitais](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/isd) +- [Algebra Linear e Geometria Analítica](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/alga) + --- -*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file +*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) diff --git a/1ano/fp/README.md b/1ano/fp/README.md index 4d31757..dac7b13 100755 --- a/1ano/fp/README.md +++ b/1ano/fp/README.md @@ -1,15 +1,17 @@ # Fundamentos de Programação ### 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| +| 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 | +| [07](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula07) | Dictionaries | --- *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 4da86c6..1f74dfe 100755 --- a/1ano/fp/aula06/README.md +++ b/1ano/fp/aula06/README.md @@ -1,7 +1,6 @@ # Fundamentos de Programação ## 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 --- *Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new) \ No newline at end of file