Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 2.77 KB

index.md

File metadata and controls

51 lines (42 loc) · 2.77 KB

Tópicos


  • Aula 1: Introdução ao Python (IPython, tipos de variáveis, listas, tuplas e dicionários)
    • Ref.: SciPy Lecture Notes 1.2.2
  • Aula 2: Introdução ao Python (bibliotecas, if/elif/else, while/for e funções)
  • Aula 3: Introdução ao Python (scripts e módulos), NumPy
  • Aula 4: SciPy + Matplotlib
    • Refs.: SciPy Lecture Notes 1.4, e 1.5
  • Aula 5: Otimização de código
    • Ref.: SciPy Lecture Notes 2.4

Exercícios


Aula 1
Aula 2
Aula 3
Aula 4

Links importantes


Python
Anaconda

Editores e IDEs:
    Jupyter
    PyCharm
    Spyder

Computação científica:
    NumPy
    SciPy
    pandas
    SymPy
    sciki-learn

Visualização:
    Matplotlib
    seaborn
    plotly
    Glumpy

Otimização:
    Cython
    Numba