Putting together your coding ecosystem
Date
Wednesday, January 7, 2026Links of interest
- John Gruber’s initial Markdown specifications.
- pixi, a package and environment manager/alternative to Anaconda.
Notes
In class, we discussed:
Integrated development environments (specifically for this course, Visual Studio Code).
Setting up Python, virtual environments, and using Jupyter notebooks.
You can access the course’s JupyterHub instance here. If you are so inclined, you can connect to this instance using VSCode.
Version control (specifically, the fundamentals of
git).Formatting documents using Markdown.
As I mentioned in class, there are many guides to Markdown syntax available on the internet. One especially useful resource is Writing on GitHub.
Details about the final project.