From 8ce7046af3e75ff53533b54cbf333144d84ccc7c Mon Sep 17 00:00:00 2001 From: Max Millar-Blanchaer Date: Sun, 30 Mar 2025 17:03:03 -0700 Subject: [PATCH] First update of 2025 --- Bootcamp/Python_Bootcamp_Part1.ipynb | 7 ++++--- Bootcamp/Python_Bootcamp_Part2.ipynb | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Bootcamp/Python_Bootcamp_Part1.ipynb b/Bootcamp/Python_Bootcamp_Part1.ipynb index a61ed18..379ae05 100644 --- a/Bootcamp/Python_Bootcamp_Part1.ipynb +++ b/Bootcamp/Python_Bootcamp_Part1.ipynb @@ -19,18 +19,19 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "*Phys 134L Notes: These tutorials are based on those by [Imad Pasha & Christopher Agostino](https://prappleizer.github.io/)*\n", + "*Phys 134L Note: These tutorials are based on those by [Imad Pasha & Christopher Agostino](https://prappleizer.github.io/)*\n", "\n", "*Complete these assignments on your own*\n", "\n", - "
Due date (with Part 2): Sunday, April 7th, 2024 by 11:59pm, submitted through Canvas.
" + "
Due date (with Part 2): Sunday, April 6th, 2025 by 11:59pm, submitted through Canvas.
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "Welcome. In this tutorial, we're going to work through the absolute basics of the Python programming language. I highly recommend reading Chapter 2 of the textbook either before, or concurrently, with working through this tutorial. It will cover much the same ground, but here you'll get to actively practice the techniques described. \n", + "Welcome. In this tutorial, we're going to work through the absolute basics of the Python programming language. I highly recommend reading Chapter 2 of the [Python for\n", + "Astronomers](https://prappleizer.github.io/) textbook either before, or concurrently, with working through this tutorial. It will cover much the same ground, but here you'll get to actively practice the techniques described. \n", "\n", "Let's start with the concept of a **declaration**. In Python, our primary goal is to perform calculations - you can think of it as an extremely powerful powerful calculator, and indeed, much of what we build in python amount to pipelines that string simple mathematical computations together and perform them on data. \n", "\n", diff --git a/Bootcamp/Python_Bootcamp_Part2.ipynb b/Bootcamp/Python_Bootcamp_Part2.ipynb index bf32005..1ea0398 100644 --- a/Bootcamp/Python_Bootcamp_Part2.ipynb +++ b/Bootcamp/Python_Bootcamp_Part2.ipynb @@ -15,7 +15,7 @@ "\n", "*Complete these assignments on your own*\n", "\n", - "
Due date (with Part 1): Sunday, April 7th, 2024 by 11:59pm, submitted through Canvas.
" + "
Due date (with Part 1): Sunday, April 6th, 2025 by 11:59pm, submitted through Canvas.
" ] }, {