Programming with Python
20/05/2025
PGR Learning Lab 6.19 HDB
This lesson serves as an introduction to Python 3 for people with little or no previous programming experience.
The team is involved in a range of activities across the University and its partners, including community meetups, training courses and workshops.
This lesson serves as an introduction to Python 3 for people with little or no previous programming experience.
The Unix shell 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. These lessons will introduce you to this powerful tool.
Version control is the lab notebook of the digital world: it's what professionals use to keep track of what they've done and to collaborate with other people. Every large software development project relies on it, and most programmers use it for their small jobs as well. And it isn't just for software: books, papers, small data sets, and anything that changes over time or needs to be shared can and should be stored in a version control system.
This lesson serves as an introduction to Python 3 for people with little or no previous programming experience.
This lesson serves as an introduction to R for people with little or no previous programming experience.