Skip to content

Python assignment2#2

Open
neethil wants to merge 2 commits intomainfrom
assignment-2
Open

Python assignment2#2
neethil wants to merge 2 commits intomainfrom
assignment-2

Conversation

@neethil
Copy link
Copy Markdown
Owner

@neethil neethil commented Dec 6, 2024

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

Python Assignment 2

What did you learn from the changes you have made?

Working with numpy, reading data from files

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

none

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

none

How were these changes tested?

Changes tested by running the function

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well Done!

Just an observation: In assignment statements like summary_values=data.mean(ax), its better to put a space before and after = sign. This is consistent with the style guide for Python, which recommends adding spaces around assignment operators (and other operators) to improve code readability, consistency and maintainability. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants