This project contains code examples for statistical methods implementation in python using e.g. numpy, mathplotlib and pandas. The examples are derived from/presented in the course 'Using Python for Research' from edx.org Edit
Part 1: Objects and Methods
Part 2: Sequence Objects
Part 3: Manipulating Objects
Part 1: Scope Rules and Classes
Part 2: NumPy
Part 3: Matplotlib and Pyplot
Part 4: Randomness and Time
Case Study 1: DNA Translation
-
translating DNA to protein sequence
Case Study 2: Language Processing
-
Calculate and plot statistics for word usage in books
Case Study 3: Introduction to Classification
-
Introduction to kNearest-Neighbors classification and random walk