diff --git a/src/content/posts/2024-09-19-what-am-i-doing.mdx b/src/content/posts/2024-09-19-what-am-i-doing.mdx index 7cbee63..d469b7f 100644 --- a/src/content/posts/2024-09-19-what-am-i-doing.mdx +++ b/src/content/posts/2024-09-19-what-am-i-doing.mdx @@ -4,6 +4,7 @@ date: 2024-09-19 summary: "A quick update post thinking about the blog aspect of my site... and wondering if I'm going about this the right way." cover: "/blog/banner_sept19.png" cover_alt: "A mysterious sattelite tower standing in the center of a dense dark fog, a sickly yellow sky peering from behind. Photo by Julian Zwengel on Unsplash." +draft: true --- diff --git a/src/content/posts/2024-10-01-python-lab.mdx b/src/content/posts/2024-10-01-python-lab.mdx index 61ed25d..5594b6c 100644 --- a/src/content/posts/2024-10-01-python-lab.mdx +++ b/src/content/posts/2024-10-01-python-lab.mdx @@ -1,12 +1,16 @@ --- title: Here's a Python Function I Wrote Out of Spite summary: Importing LoggerPro data into Google Colab is weridly complicated, so I wrote a Python function to fix that. I break down how it works so you can understand how it works even with minimal Python experience. -date: 2024-10-01 6:00:00 +date: 2024-11-12 15:35:00 cover: /blog/python-lab/banner-explode2.png cover_alt: An old laptop exploding. Sloppily edited from a photo by Hugo Clément on Unsplash & a green screen explosion video on YouTube. toc: true --- + +This post has not been fully proofread yet. I just wanted to get this out there because I am tired of only having one blog post on my site. + + Last week, I did a lab for my intro to physics course. This was the first experimental lab, and so I had to learn how to work a piece of software named [Vernier LoggerPro](https://www.vernier.com/product/logger-pro-3/). Since we use Vernier sensors for all of our data collection, we use Vernier's LoggerPro software to actually record the data.