README updates
This commit is contained in:
parent
c8498c5353
commit
cb35069316
|
@ -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)
|
|
@ -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 |
|
||||
| [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)
|
|
@ -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)
|
Loading…
Reference in New Issue