Command Line in 60 Minutes

Use the command line to navigate folders, combine commands, and automate simple tasks. You’ll practice working with files, pipes and filters, loops, and basic shell scripts.

UCLA Open Source Program Office Meetup

Join the UCLA Open Source Program Office and the UC OSPO Network for a lunch-and-learn meetup on September 30. Whether you’re an experienced contributor or just curious, you’ll have the …

UC Carpentries Day 7: Python Part 2

Work efficiently with data in Python using libraries. You’ll write functions, load tabular data into pandas DataFrames, explore, and plot results.

UC Carpentries Day 6: Python Part 1

Start writing Python for data work in Jupyter. You’ll run code, use variables and types, call built-ins, and control flow with conditionals and loops.

UC Carpentries Day 4: Databases & SQL

Query structured data with SQL to filter, join, and summarize tables. You’ll select and filter rows, calculate new columns, aggregate results, and combine datasets.