Local hands-on instructional workshop opportunities in scientific computing, coding, and data for the Wellesley community. Computing skills intro workshops for those with little or no previous experience include:
join the mailing list to receive workshop announcements
🐍 Intro to Python
This two-part workshop is an introduction to programming and plotting in Python for people with little or no previous programming experience. It will cover use of interpreters (Python 3), visualization (matplotlib), data wrangling (pandas), notebooks (JupyterLab), and data platforms (Anaconda).
Upcoming offerings:
two-part workshop, 2026 January 28 & February 4, Wed, 7pm-9:30pm, Obs 114, light snacks
The terminal and the command-line are gateways to robust and efficient computing tasks. The Unix shell is often at their core and has been around longer than most of its users have been alive. It has survived because it’s a powerful tool that allows users to perform complex and powerful tasks, often with just a few keystrokes or lines of code. It helps users automate repetitive tasks and easily combine smaller tasks into larger, more powerful workflows. Use of the shell is fundamental to a wide range of advanced computing tasks, including high-performance computing. This two-part workshop will introduce you to this powerful tool.
Upcoming offerings:
two-part workshop, 2026 January 27 & February 3, Tue, 7pm-9:30pm, Obs 114, light snacks
Linux is an open-source operating system that is fundamentally relevant and empowering to research computing in many disciplines. Linux is used at Wellesley, from personal workstations to mid-level facilities to high-performance computing clusters, and this session will explore the landscape of Linux capabilities and tools on campus. SSH is a tool that allows connection to and communication with remote computational resources, often running Linux. This session pairs well with the Terminal workshop, although that workshop is not a prerequisite. This session will focus more on how and where Linux is implemented at Wellesley, how to locate and connect with those tools using SSH, and how to find support resources related to Linux and SSH on campus. Workshop attendees are typically extended access to a development sandbox Linux workstation.
Git is an open-source version control system that is fundamentally relevant and empowering to research computing in many disciplines. Git is used at Wellesley, from personal workstations to mid-level facilities to high-performance computing clusters, and this session will explore the landscape of Git capabilities and tools on campus. GitHub is a web-based platform that allows storage and management of version-controlled content, utilizing Git and further enhancing teamwork and collaboration. This session pairs well with the Terminal workshop, although that workshop is not a prerequisite. This session will focus more on how and where Git is used at Wellesley, how to locate and connect with those tools using GitHub, and how to find support resources related to Git and GitHub on campus.