Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 622 Bytes

File metadata and controls

21 lines (16 loc) · 622 Bytes

Computational Science with Python Course: Numpy, Matplotlib, Scipy e Pandas

This repository contains code with exercises worked on in the course taught by Professor Lazaro Camargo (INPE) in May 2025.

Made by Lucas Reis.

Content

  • Numpy and arrays
  • Matplotlib and graphs
  • Scipy and basic functions
  • Pandas - series and dataframes
  • Cartopy
  • Final Project
  • ExtraProject: Satellite Status Reader

How to use

  1. Clone this repository.
  2. For each exercise it's beeing created an input and them a match-case for the individual run.
  3. Read the code to study it.
  4. Contribute with sugestions and improvements!