alexturek/python-lessons

Ideas

Opened this issue · 0 comments

  • mean/median/mode of large number list (sorting, counting, summing)
  • find most common letter groupings in a book
  • find Nth most common word in a book
  • anagram detector (single word, using word list)
  • morse code generator/translator
  • Python challenge
  • longest common subsequence of lists
  • something with sets