This document discusses three Python programming exercises for biologists: 1) Write a program to calculate the AT content of a given DNA sequence. 2) Write a program to print the complement of a given DNA sequence by replacing nucleotides. 3) Write a program to calculate the lengths of two fragments produced when a given DNA sequence is digested with the EcoRI restriction enzyme.