Skip to content

ELIXIR-IIB-training/python_course

Repository files navigation

Python for life science

yay

Python is an object-oriented programming language that is ideal for biological data analysis. The course will start from zero knowledge, and will introduce the participants to all the basic concepts of Python such as calculating, organizing data, reading and writing files, program logic and writing larger programs. All the examples and practical sessions will focus on solving biological problems. In particular the sessions will cover:

- working with DNA and protein sequences
- data retrieval from files and their manipulation
- running applications, such as BLAST, locally and from a script
- finding motifs in sequence
- parsing common file formats (Uniprot, GenBank, PDB, BLAST) with Biopython
- ways to find and correct program errors

The course will be highly interactive and the students will continuously put theory into practice while learning. By the end of the course, the participants will have a good understanding of Python basics and will have acquired the skills to manage any type of bioinformatics database record and to run applications from scripts. Basic Unix/Linux skills will be provided at the beginning of the course.

This repository is for the course materials and it is organized as follows:

Days Lessons & Tutorials Data & Scripts
day 1 Intro, Unix/Linux command line, Python Shell Unix Tutorial, Python Shell
day 2 Python Programs, Repeating Things, Structures and Modules, File Formats, Parsing I, Parsing II Python Programming, Repeating Things, Parsing
day 3 Functions, Best Practices, Error Handling, Data Columns, Tabular Data Functions, Data Columns, Tabular Data
day 4 Data Searching, NGS pipeline, BLAST Pipeline, Python libraries Data Searching, Pipelines
day 5 Hackaton Hackaton

=======

This course was taught at:

Releases

No releases published

Packages

No packages published

Languages