❗ This workshop is in development and not yet complete. ❗
Description: This set of 5 workshops is an introduction to Python programming, with a focus on skills that would be relevant to students and researchers who are working with data, particularly tabular data.
The 5 workshops have the following goals:
- To understand the basics of Python syntax, variables, and data types.
- To learn how to work with tabular data in Python, including reading, manipulating, and visualizing data.
- To learn how to automate tasks in Python, including working with multiple files.
- To learn to use logic and modularity to make Python code flexible and reusable.
- To develop good habits for programming for research in Python, including handling errors, debugging, and writing reliable code.
These workshops can count towards the Canadian Certificate in Digital Humanities.
Participants need to sign up for each workshop individually. It is not necessary to sign up for the first workshop in order to do the second (and so on), but note that each workshop will build on the topics covered in previous workshops in this series.
In these workshops, we will write Python code in a text editor called Visual Studio Code (VS Code).
NOTE: Feel free to use you own preferred text editor or Jupyter Notebooks to write code in these workshops, but keep in mind that some aspects may be unpredictably different from the way things appear on my screen. For example, I will frequently use the Python Debugger in VS Code, and other text editors may have an entirely different mechanisms for debugging, and you may have to figure that out on your own. If you want to follow what I'm doing exactly, you should install VS Code and the extensions that I list below.
- Install a Python Interpreter
- Install Visual Studio Code
- Install the Python extension for VS Code. If you want more info on installing extensions for VS Code, see this page on their "Extension Marketplace"
- Install this Python Debugger extension for VS Code
Link to workshop: https://ubc-library-rc.github.io/your_workshop_repository_name/
This work is licensed under a Creative Commons Attribution 4.0 International License.
