Some Early Python Assignments from a introduction to computer science course.
Sums Calculator Finds the sums of even, odd or all integers. For example if input was 5. The sum of all even integers are 2+4 = 6. The sum of all uneven 1+3+5 = 8.
Basic Encryption: Uses a Vigenere cypher to encrypt a name with a user inputed key.