Update README.md
This commit is contained in:
parent
6fc61e28c0
commit
301f70476b
|
@ -1,11 +1,11 @@
|
|||
# Fundamentos de Programação
|
||||
### Projetos + resoluções de exercícios organizados por aulas
|
||||
### Linguagem principal: [Python](https://www.python.org/)
|
||||
### Linguagem usada: [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 |
|
||||
|
@ -13,5 +13,8 @@
|
|||
| [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 |
|
||||
| [08](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula08) | List Comprehensions, Sets |
|
||||
| [09](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula09) | Searching, Sorting, Lambda Expressions |
|
||||
| [10](https://github.com/TiagoRG/uaveiro-leci/tree/master/1ano/fp/aula10) | Recursive Functions |
|
||||
---
|
||||
*Pode conter erros, caso encontre algum, crie um* [*ticket*](https://github.com/TiagoRG/uaveiro-leci/issues/new)
|
Loading…
Reference in New Issue