This document contains a table of contents and code snippets for various Python programming exercises, including finding the largest of three numbers, calculating mean, median, and mode of a list of numbers, swapping two variables, checking if a number is Armstrong, finding the square root of a number, checking if a number is odd or even, reversing a number, checking for palindromes, checking for leap years, finding the area of a triangle, counting characters in a string and storing in a dictionary, finding prime numbers, calculating length of a string, and performing basic math operations. The document provides sample input/output for each code snippet.