You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: foundations/basic-python.md
+8
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,11 @@
3
3
```{note}
4
4
This content is under construction!
5
5
```
6
+
7
+
This section will contain tutorials on some basics of Python syntax. We will not cover a comprehensive introduction to programming concepts, but will aim this material at people who have done at least some coding before but are new to Python.
8
+
9
+
We can use [Jupyter](jupyter) notebooks for much of the content, which will be rendered here as static pages but also be Binderized for interactive learning.
0 commit comments