teaching

Materials of courses I've imparted

LaTeX fundamentals (in Catalan)

Introductory course with a focus on humanities.

You may download the slides for the classes:

Or see the course code: Pastells/curs-latex

Advanced Python (in Catalan)

Course aimed at humanists who want to expand their knowledge of programming with Python. Specifically, it will be focused on natural language processing.

Requirements: Have used Python (or another programming language) at some point. Know what a variable is and what are its basic types, what are loops, decisions (if and else) and functions, and how to work with tuples, arrays and dictionaries.

Course material can be found on GitHub: Pastells/python_avan