-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
richelbilderbeek
committed
Jan 15, 2024
1 parent
7fc9b6b
commit d13a0c0
Showing
2 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Overview | ||
|
||
This module introduces the fundamentals of Python programming language. | ||
|
||
!!! info "Content" | ||
* The course emphasises hands-on experience with Python in the UPPMAX | ||
environment. It focuses on the basics and can be taken by someone *without* | ||
any prior Python experience. | ||
* **You will learn:** | ||
* :check: How to load and use different version of Python on our clusters | ||
* :check: How to work with basic builtin data types | ||
* :check: How to create and run a Python script | ||
* How to use UPPMAX modules to load a Python package | ||
* How to creating a command line program that can take input arguments | ||
* How to reading files | ||
* How to writing to files | ||
* How to use control flow statements | ||
* How to bundle code into reusable functions | ||
|
||
## Schedule | ||
|
||
| Time | Topic | | ||
|---------------|-------------------------------| | ||
| 13:00-14:00 | Functions and Modules | | ||
| 14:00-14:15 | Break | | ||
| 14:15-15:00 | Command line arguments and IO | | ||
| 15:00-15:15 | Break | | ||
| 15:15-16:00 | Exercises | | ||
|
||
Link to HackMd: <https://hackmd.io/@dianai/uppmax-intro/> | ||
|
||
## Links | ||
|
||
* [YouTube video on `python` versus `IPython`](https://youtu.be/lhi7s6RoIys?si=Z72gSIb6q3piucPH) | ||
* [YouTube video on `IPython`](https://www.youtube.com/watch?v=S9rgGJYAQ8o) | ||
* [Free online book: 'How to Think Like a Computer Scientist'](https://openbookproject.net/thinkcs/python/english3e/index.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters