First update of 2025
This commit is contained in:
parent
2cddc833c3
commit
8ce7046af3
2 changed files with 5 additions and 4 deletions
|
@ -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",
|
||||
"<div class=\"alert alert-block alert-danger\"><b>Due date (with Part 2):</b> Sunday, April 7th, 2024 by 11:59pm, submitted through Canvas.</div>"
|
||||
"<div class=\"alert alert-block alert-danger\"><b>Due date (with Part 2):</b> Sunday, April 6th, 2025 by 11:59pm, submitted through Canvas.</div>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"\n",
|
||||
"*Complete these assignments on your own*\n",
|
||||
"\n",
|
||||
"<div class=\"alert alert-block alert-danger\"><b>Due date (with Part 1):</b> Sunday, April 7th, 2024 by 11:59pm, submitted through Canvas.</div>"
|
||||
"<div class=\"alert alert-block alert-danger\"><b>Due date (with Part 1):</b> Sunday, April 6th, 2025 by 11:59pm, submitted through Canvas.</div>"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue