Skip to content

Commit 00a65d0

Browse files
committed
Start of F 24
1 parent f398935 commit 00a65d0

30 files changed

Lines changed: 30 additions & 28 deletions

Week_10_classes/lec_act_10_class_pinball_wall.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"\n",
249249
"# List of names (creates a set)\n",
250250
"worked_with_names = {\"not filled out\"}\n",
251-
"# List of URLS TASU4 (creates a set)\n",
251+
"# List of URLS TAF4 (creates a set)\n",
252252
"websites = {\"not filled out\"}\n",
253253
"# Approximate number of hours, including lab/in-class time\n",
254254
"hours = -1.5"

Week_10_classes/matrix_routines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# TCS3
2+
# TAF4
33

44
import numpy as np
55
from matplotlib import pyplot as plt

Week_10_classes/pinball.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# TAF4
23

34
import numpy as np
45
import matplotlib.pyplot as plt

Week_10_classes/pinball_wall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# TAF4
23

34
import numpy as np
45
import matplotlib.pyplot as plt

Week_1_data_structures/HW_1_numpy_and_plotting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@
920920
"\n",
921921
"# List of names (creates a set)\n",
922922
"worked_with_names = {\"not filled out\"}\n",
923-
"# List of URLS TASU4 (creates a set)\n",
923+
"# List of URLS TAF4 (creates a set)\n",
924924
"websites = {\"not filled out\"}\n",
925925
"# Approximate number of hours, including lab/in-class time\n",
926926
"hours = -1.5"

Week_1_data_structures/Lab_1_arrays_and_dictionaries.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@
814814
"\n",
815815
"# List of names (creates a set)\n",
816816
"worked_with_names = {\"not filled out\"}\n",
817-
"# List of URLS TASU4 (creates a set)\n",
817+
"# List of URLS TAF4 (creates a set)\n",
818818
"websites = {\"not filled out\"}\n",
819819
"# Approximate number of hours, including lab/in-class time\n",
820820
"hours = -1.5"

Week_1_data_structures/lec_act_1_data_structures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
"\n",
512512
"# List of names (creates a set)\n",
513513
"worked_with_names = {\"not filled out\"}\n",
514-
"# List of URLS TASU4 (creates a set)\n",
514+
"# List of URLS TAF4 (creates a set)\n",
515515
"websites = {\"not filled out\"}\n",
516516
"# Approximate number of hours, including lab/in-class time\n",
517517
"hours = -1.5"

Week_2_functions/Lab_2_functions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
"\n",
599599
"# List of names (creates a set)\n",
600600
"worked_with_names = {\"not filled out\"}\n",
601-
"# List of URLS TASU4 (creates a set)\n",
601+
"# List of URLS TAF4 (creates a set)\n",
602602
"websites = {\"not filled out\"}\n",
603603
"# Approximate number of hours, including lab/in-class time\n",
604604
"hours = -1.5"

Week_2_functions/lec_act_2_functions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
"\n",
405405
"# List of names (creates a set)\n",
406406
"worked_with_names = {\"not filled out\"}\n",
407-
"# List of URLS TASU4 (creates a set)\n",
407+
"# List of URLS TAF4 (creates a set)\n",
408408
"websites = {\"not filled out\"}\n",
409409
"# Approximate number of hours, including lab/in-class time\n",
410410
"hours = -1.5"

Week_3_plotting/Lab_3_plotting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"\n",
201201
"# List of names (creates a set)\n",
202202
"worked_with_names = {\"not filled out\"}\n",
203-
"# List of URLS TASU4 (creates a set)\n",
203+
"# List of URLS TAF4 (creates a set)\n",
204204
"websites = {\"not filled out\"}\n",
205205
"# Approximate number of hours, including lab/in-class time\n",
206206
"hours = -1.5"

0 commit comments

Comments
 (0)