8000 GitHub - debironhack/05-lab-object-oriented-programming
[go: up one dir, main page]

Skip to content

debironhack/05-lab-object-oriented-programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ironhack logo

Lab | Object Oriented Programming

Introduction

In this lab, we will learn about object oriented programming in the context of data science. While we tend to be functional programming oriented in the world of data, there are important uses for object oriented programming. This lab will go over some of them.

Getting Started

Open the main.ipynb file in the your-code directory. Follow the instructions and add your code and explanations as necessary. By the end of this lab, you will have learned about creating a class that can perform some basic 2D matrix operations.

Deliverables

  • main.ipynb with your responses.

Submission

Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.

Resources

Python Classes

Matrix Transpose

Recursion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%
0