AAAAKSHGDALKJFHGALSJKFHJA
This commit is contained in:
parent
af5300ec16
commit
e16bf79b9f
2 changed files with 6 additions and 1 deletions
|
@ -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."
|
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: "/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."
|
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
|
||||||
---
|
---
|
||||||
|
|
||||||
<MDXCallout preset="warning">
|
<MDXCallout preset="warning">
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
---
|
---
|
||||||
title: Here's a Python Function I Wrote Out of Spite
|
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.
|
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: /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.
|
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
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<MDXCallout preset="warning">
|
||||||
|
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.
|
||||||
|
</MDXCallout>
|
||||||
|
|
||||||
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
|
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
|
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.
|
data collection, we use Vernier's LoggerPro software to actually record the data.
|
||||||
|
|
Loading…
Add table
Reference in a new issue