Skip to content

Commit 51b5578

Browse files
committed
Fix: fixed the excerpt and removed the metadata at the bottom
1 parent 555e1aa commit 51b5578

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

_posts/2024-10-28-human-dimension-data-science.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: single
33
title: "The Human Dimension to Clean, Distributable, and Documented Data Science Code"
4-
excerpt: "Inessa’s leadership and dedication have profoundly shaped the open source community, from NumFOCUS to NumPy and SciPy. Learn more about her impact and contributions."
4+
excerpt: "Discover how to create clean, accessible, and impactful data science code by focusing on the human side of coding practices. Here, Eric Ma shares insights from his talk at the 2024 pyOpenSci Fall Festival. Learn key open science principles, including readability, cognitive load, and the toolmaker’s mindset, and explore practical strategies to enhance your work"
55
author: "Eric J. Ma"
66
permalink: /blog/human-dimension-clean-documented-data-science-code.html
77
header:
@@ -25,14 +25,6 @@ This post was originally posted on [Eric's blog](https://ericmjl.github.io/blog/
2525
</picture>
2626
</figure>
2727

28-
**Note:** This blog post is my keynote talk for the pyOpenSci Fall Festival keynote.
29-
In lieu of making slides and presenting that way,
30-
I decided to write a blog post to
31-
(a) leave attendees with an artifact that can be referenced,
32-
(b) provide pyOpenSci with content that can be hosted on their blog,
33-
(c) leave myself an artifact for my own blog, and
34-
(d) do it in a way that is more fleshed out than a presentation deck.
35-
{: .notice--info }
3628

3729
## Introduction
3830

@@ -561,25 +553,3 @@ see if you're able to procure hardware to run local LLMs on your own machine.
561553
It turns out that we have supercomputers (by 1980s standards) in our pockets,
562554
on our laps, and on our desks,
563555
and the total amount of compute capacity that just runs idle is staggering.
564-
565-
---
566-
twitter_handle: ericmjl
567-
---
568-
pub_date: 2024-10-25
569-
---
570-
summary: This blog post, which is my pyOpenSci Fall Training keynote,
571-
explores the importance of creating clean, distributable, and well-documented data science code,
572-
emphasizing the human dimension of coding practices.
573-
In it, I discuss key concepts such as readability, cognitive load, and the toolmaker's mindset,
574-
and provide practical insights on
575-
how to make code more accessible and impactful for both the creator and other users.
576-
I also touch on the role of AI in coding and documentation.
577-
---
578-
tags:data science
579-
coding
580-
documentation
581-
readability
582-
distribution
583-
best practices
584-
cognition
585-
tool making

0 commit comments

Comments
 (0)