This lesson assumes you have a working knowledge of Python and some previous exposure to the Bash shell.
These requirements can be fulfilled by:
The skill set listed below is covered in any Software Carpentry workshop, as well as in Data Carpentry’s Genomics workshop. These skills can also be learned through coursework or independent learning.
Be able to:
pwd
, ls
, cd <subdirectory>
, and cd ..
This skill set listed below is covered in both Software Carpentry’s Python workshop and in Data Carpentry’s Ecology workshop with Python. These skills can also be learned through coursework or independent learning.
Be able to:
list
and alter lists by appending, inserting, or removing values.for
loop that increments a variable.if
, elif
, and else
.==
, !=
, <
, <=
, >
, >=
) in conditional statements.print()
and len()
to inspect variables.The following skills are useful, but not required:
If you are signed up, or considering signing up for a workshop, and aren’t sure whether you meet these reqirements, please get in touch with the workshop instructors or host.