Skip to content

A collection of short scripts written over the years

Notifications You must be signed in to change notification settings

nbryans/Miscellaneous

Repository files navigation

Miscellaneous

mlbApp.py

A small application to show you the current score of your favourite team or the next 3 games for that team.
[MLB App Screenshot]

MontyHallTest.py

An application to demonstrate the claims of the Monty Hall problem, i.e., that switching doors wins 2/3 of the time.
[Monty Hall problem

Bubblesort.py & Quicksort.py

Python implementations of these two sort algorithms.

extractRandomFastaSites.py

Given a fasta file, randomly selects sites and returns a fasta file containing only those sites.

treeLength.py

Return the length of a phylogenetic tree (represented in newick format).

subtractLists.py

A short python demo to show how to subtract one list from another.

ProjectEuler/*

Python solutions to various https://projecteuler.net/ problems.

FastaToPhy/

Converts a fasta alignment into a phy alignment.

About

A collection of short scripts written over the years

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published