Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python memory management post #28

Merged
merged 33 commits into from
Jan 31, 2024
Merged

Add Python memory management post #28

merged 33 commits into from
Jan 31, 2024

Conversation

d33bs
Copy link
Member

@d33bs d33bs commented Jan 22, 2024

This PR adds a new blog post covering Python memory management and troubleshooting. The work is inspired from content initially developed in CU-DBMI/demo-python-memory-reference-accounting#1 , which is a test-driven investigation of Python memory. My hope here is to share information on the same topics while allowing for greater flexibility to explore memory implications within CU-DBMI/demo-python-memory-reference-accounting.

As part of this work I also added a "tip-of-the-month" includes block to adjust to newsletter wording and a less frequent post cadence. We could also drop the nomenclature here as well to provide more flexibility.

Thank you in advance for any feedback and input you may have!

CC @chrisroederucdenver

Relates to work in cytomining/CytoTable#75

Copy link

netlify bot commented Jan 22, 2024

Deploy Preview for set-website ready!

Name Link
🔨 Latest commit 218f8c1
🔍 Latest deploy log https://app.netlify.com/sites/set-website/deploys/65ba96c05c195000082c3290
😎 Deploy Preview https://deploy-preview-28--set-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Jan 22, 2024

PR Preview Action v1.4.6
🚀 Deployed preview to https://CU-DBMI.github.io/set-website/preview/pr-28/
on branch gh-pages at 2024-01-31 18:52 UTC

@d33bs
Copy link
Member Author

d33bs commented Jan 22, 2024

Background on the nested tables: I tried to find a better way to describe these without tables (using diagramming tools) but found HTML tables to be the plainest / simplest to work with. If there's something else I should use or do for these, please don't hesitate to let me know!

Update: I've moved to images of the rendered tables to work around any potential issues here. The HTML source is preserved within an HTML comment for replicability / modifications.

Copy link

@vincerubinetti vincerubinetti left a comment

Choose a reason for hiding this comment

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

Left minor, mostly presentational comments. Looks good, and I learned a lot reading this.

@vincerubinetti
Copy link

Update: I've moved to images of the rendered tables to work around any potential issues here. The HTML source is preserved within an HTML comment for replicability / modifications.

Didn't see this comment until now. Were you seeing any specific issues? If so, it could be a CSS issue with the template. The bucket emojis would look different on different devices but I don't think that's a problem.

Copy link

@falquaddoomi falquaddoomi left a comment

Choose a reason for hiding this comment

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

Nifty; I found the section on tools for visualizing memory usage especially useful myself. Nice work!

@d33bs
Copy link
Member Author

d33bs commented Jan 25, 2024

Thank you @vincerubinetti and @falquaddoomi for your reviews and thorough comments! I've made some modifications based on your comments.

@d33bs
Copy link
Member Author

d33bs commented Jan 31, 2024

Thank you so much @chrisroederucdenver for your review and further comments to this! I've adjusted the content to be more accurate based on what you mentioned.

@d33bs d33bs merged commit 8d4f31a into CU-DBMI:main Jan 31, 2024
3 checks passed
@d33bs d33bs deleted the python-memory branch January 31, 2024 19:03
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.

4 participants