Skip to content

Updating the about lecture#315

Merged
mmcky merged 4 commits into
mainfrom
edit_about
Jul 30, 2024
Merged

Updating the about lecture#315
mmcky merged 4 commits into
mainfrom
edit_about

Conversation

@jstac

@jstac jstac commented Jul 30, 2024

Copy link
Copy Markdown
Contributor

Misc updates to bring this lecture up to date. Currently broken because a no-execute directive isn't working as expected -- no doubt my error.

@github-actions

github-actions Bot commented Jul 30, 2024

Copy link
Copy Markdown

@github-actions github-actions Bot temporarily deployed to pull request July 30, 2024 01:31 Inactive
@jstac

jstac commented Jul 30, 2024

Copy link
Copy Markdown
Contributor Author

Thanks @mmcky ! Just proofreading now.

@mmcky

mmcky commented Jul 30, 2024

Copy link
Copy Markdown
Contributor

When you're ready please merge and I will tag a new release.

@jstac

jstac commented Jul 30, 2024

Copy link
Copy Markdown
Contributor Author

Hey @mmcky , pushed some minor improvements. Please review (if you have time) and then make it live.

I'll be back on email around 3pm.

@mmcky

mmcky commented Jul 30, 2024

Copy link
Copy Markdown
Contributor

thanks @jstac I will proofread now.

@github-actions github-actions Bot temporarily deployed to pull request July 30, 2024 01:46 Inactive
Comment thread lectures/about_py.md Outdated
Comment thread lectures/about_py.md
print(f"Average: {total / count if count else 'No valid data'}")

```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@jstac I assume you want to keep this comparison to be pure python? This might be a nice addition.


And using the python library pandas

import pandas as pd

data = pd.read_csv('data.csv')
data.iloc[:, 1].mean()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@jstac I will merge this PR and make note of this suggestion. We can add it if you think it is a good idea.

@mmcky mmcky left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

love you work @jstac -- lots of improvements here.

@github-actions github-actions Bot temporarily deployed to pull request July 30, 2024 02:05 Inactive
@mmcky mmcky merged commit 59d47f9 into main Jul 30, 2024
@mmcky mmcky deleted the edit_about branch July 30, 2024 02:06
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