Skip to content

ronitagarwala01/cot-4500-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

cot-4500-intro

This is a project done to make us familiar with using github and python. This code simply produces a 3x3 matrix in python and performs some manipulations on it using numpy.

Requirements

The requirements for running the code in this repository can be found in the 'requirements.txt' file. The only dependency for this project is numpy. For this project I used numpy version 1.24.0.

Running Python

In order to run the intro_to_python.py file in src/main from your command line, do the following:

  1. Clone the repository to your computer using the command 'git clone https://github.com/ronitagarwala01/cot-4500-intro.git'.
  2. Navigate to the main folder using 'cd cot-4500-intro/src/main'.
  3. Run the 'intro_to_python.py' file using the command 'python3 intro_to_python.py'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages