Skip to content

Commit ee42a5e

Browse files
André FilipeAndré Filipe
André Filipe
authored and
André Filipe
committed
2021.2
1 parent 6393d97 commit ee42a5e

File tree

109 files changed

+157
-9278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+157
-9278
lines changed

Plano de aula - SuperComp.xlsx

6.26 KB
Binary file not shown.

aulas.pmd

+6-32
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,20 @@ import pandas as pd
44
```
55
# Burocracias
66

7-
## Turma B
7+
## Horários das aulas
88

99
* Horários:
10-
* TER - 09:45
11-
* SEX - 13:30
12-
* Atendimento SEX - 15:30
13-
14-
??? note "Alunos"
15-
**TBA**
16-
10+
* QUA - 13:30
11+
* SEX - 07:30
12+
* Atendimento SEX - 09:30
1713

1814
??? note "Plano de aulas"
1915
```{python, results='md', echo=False}
20-
t1 = pd.read_excel('plano-de-aulas-t1.xlsx')
16+
t1 = pd.read_excel('Plano de aula - SuperComp.xlsx')
2117
t1 = t1.dropna(subset=['Data'])
22-
t1['Data'] = t1['Data'].apply(lambda x: x.strftime('%d/%m'))
18+
t1['Data'] = t1['Data'].apply(lambda x: x.strftime('%d/%m/%Y'))
2319
print('\n'.join([' %s'%l for l in tabulate.tabulate(t1[['Data', 'Questão/Problema',
2420
'Conteúdo/Atividade']], headers=['Data', 'Questão/Problema',
2521
'Conteúdo/Atividade'], tablefmt='pipe', showindex=False).split('\n') ]))
2622
```
2723

28-
## Turma A
29-
30-
* Horários:
31-
* QUA - 13:30
32-
* SEX - 07:30
33-
* Atendimento SEX - 09:30
34-
35-
??? note "Alunos"
36-
**TBA**
37-
38-
39-
40-
??? details "Plano de aulas"
41-
42-
```{python, results='md', echo=False}
43-
t2 = pd.read_excel('plano-de-aulas-t2.xlsx')
44-
t2 = t2.dropna(subset=['Data'])
45-
t2['Data'] = t2['Data'].apply(lambda x: x.strftime('%d/%m'))
46-
print('\n'.join([' %s'%l for l in tabulate.tabulate(t2[['Data', 'Questão/Problema',
47-
'Conteúdo/Atividade']], headers=['Data', 'Questão/Problema',
48-
'Conteúdo/Atividade'], tablefmt='pipe', showindex=False).split('\n')]))
49-
```
-200 KB
Binary file not shown.

material/aulas/02-03-implementacao-c++/index.md

-271
This file was deleted.
Binary file not shown.

material/aulas/02-03-implementacao-c++/t4.py

-10
This file was deleted.

material/aulas/02-03-implementacao-c++/t6.py

-18
This file was deleted.

0 commit comments

Comments
 (0)