Python Module Index

Python Module Index

a | b | d | g | h | l | m | r | w
 
a
anagram
    anagram.anagram Write a program that, given a word and a list of possible anagrams, selects the correct sublist.
 
b
bob
    bob.bob Return teenager Bob's responses to inquires.
 
d
difference_of_squares
    difference_of_squares.difference_of_squares Determine the difference between sum of the squares and the square of the sums.
 
g
gigasecond
    gigasecond.gigasecond Determine the date 1E9 seconds in the future from given date.
 
h
hamming
    hamming.hamming Determine the hamming distance between to strands of DNA.
hello_world
    hello_world.hello_world Greet user or announce "Hello World".
 
l
leap
    leap.year Determine if a given year is a leap year.
 
m
meetup
    meetup.meetup Determine dates for meetups.
 
r
rna_transcription
    rna_transcription.dna Convert DNA sequences to RNA sequences.
 
w
word_count
    word_count.wordcount Count the number of times words are used in a phrase.