1
1
---
2
2
jupytext :
3
3
formats : md:myst
4
- text_representation :
5
- extension : .md
6
- format_name : myst
7
4
kernelspec :
8
5
display_name : Python 3 (ipykernel)
9
6
language : python
10
7
name : python3
8
+ text_representation :
9
+ extension : .md
10
+ format_name : myst
11
+ format_version : 0.13
12
+ jupytext_version : 1.16.4
13
+ kernelspec :
14
+ display_name : Python 3 (ipykernel)
15
+ language : python
16
+ name : python3
11
17
---
12
18
13
19
# O Ecossistema Científico no Python
@@ -29,20 +35,20 @@ import matplotlib as mpl
29
35
- Conceitos básicos e quando usar essas bibliotecas
30
36
- Onde buscar ajuda
31
37
32
- ``` {code-cell}
38
+ ``` {code-cell} ipython3
33
39
from IPython.display import Image
34
40
Image(url="https://i.imgur.com/MBQqSmT.jpg", width=600)
35
41
```
36
42
37
43
### Computação Científica
38
44
39
- ``` {code-cell}
45
+ ``` {code-cell} ipython3
40
46
Image("imagens/comp_cientifica.png", width=600)
41
47
```
42
48
43
49
Na prática...
44
50
45
- ``` {code-cell}
51
+ ``` {code-cell} ipython3
46
52
Image("imagens/comp_cientifica_2.png", width=600)
47
53
```
48
54
@@ -52,7 +58,7 @@ Image("imagens/comp_cientifica_2.png", width=600)
52
58
53
59
### O que é o ecossistema científico do Python? Quem mora nele?
54
60
55
- ``` {code-cell}
61
+ ``` {code-cell} ipython3
56
62
Image(url="https://media.springernature.com/full/springer-static/image/art%3A10.1038%2Fs41586-020-2649-2/MediaObjects/41586_2020_2649_Fig2_HTML.png", width=600)
57
63
```
58
64
@@ -98,12 +104,12 @@ Image(url="https://media.springernature.com/full/springer-static/image/art%3A10.
98
104
99
105
- [ Parte 1. NumPy] ( 01-Tutorial_NumPy.md )
100
106
- [ Parte 2. Matplotlib] ( 02-Tutorial_Matplotlib.md )
101
- - Parte 3. Exemplos práticos
102
- - [ Arrays com máscara (masked arrays) ] ( 03-Exemplo_Masked_Arrays.md )
107
+ - [ Parte 3. SciPy ] ( 03-Tutorial_SciPy.md )
108
+ - Parte 4. Exemplos práticos
103
109
- [ Aproximação de imagens usando a SVD] ( 04-Exemplo_SVD.md )
104
110
- [ Queimadas] ( 05-Exemplo_Queimadas.md )
105
- - [ Parte 4. SciPy ] ( 06-Tutorial_SciPy.md )
106
- - [ Regressão ] ( 07-Exemplo_Regressao .md)
111
+ - Exemplos extra
112
+ - [ Arrays com máscara (masked arrays) ] ( 0x-Exemplo_Masked_Arrays .md)
107
113
108
114
---
109
115
@@ -132,3 +138,6 @@ Algumas referências interessantes e caminhos para mais informações além da d
132
138
133
139
` @melissawm `
134
140
141
+ ``` {code-cell} ipython3
142
+
143
+ ```
0 commit comments