Write a python script that finds the 5 largest files inside a directory (searching recursively in subdirs)
Write a python script that computes the frequency of occurence of words in a text file (bonus point: plot Zipf’s curve)
Solve the connectivity problem (see figure)
Implement a simulator of a Turing machine (see Roger Penrose’s chapter’s on Turing machines)
Get textual data from the Internet, estimate word transition probabilities and generate random text: http://rpubs.com/ewan_dunbar/206871