Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 912 Bytes

File metadata and controls

28 lines (22 loc) · 912 Bytes

📚 Scientific Computing with Python – FreeCodeCamp

This repository contains my studies and exercises from the Scientific Computing with Python course from FreeCodeCamp. My goal is to consolidate my learning in Python and deepen fundamental concepts of computer science.

📌 Conteúdo

Notes and summaries – essential concepts covered in the course ✅ Solved exercises – My solutions to the proposed challenges ✅ Practical Projects – Small projects to apply the knowledge acquired

🚀 Technologies Used

  • Python 🐍
  • Jupyter Notebook (when applicable) 📒
  • Libraries: NumPy, Pandas, Matplotlib, etc.

📂 Structure

📦 Scientific Computing with Python
├── 📁 notes
│   ├── intro.md
│   ├── variables.md
│   ├── data_structure.md
│   └── ...
├── 📁 steps
│   └── ...
└── README.md