Python Exercises
  • Fundamentals
  • Practical Programming
  • Codingbat
  • Codingbat (Input/Output)
  • Dynamic Programming
  • Ccc Problems
  • Functional Python
    • Intro
    • Lists
    • Dictionaries
    • File R/W
    • Classes
    • Linear Search
    • Bubble Sort Space Wars
  • Solutions
Python Exercises
  • »
  • Functional Python
  • View page source

Functional PythonΒΆ

  • Intro
    • f(x) = x + 4 (2)
    • say_hello (4)
    • Sum of three numbers (8)
  • Lists
    • Empty List (6)
    • Pi List (6)
    • sum (12)
    • Sum Even (14)
    • Sum even and 7 (14)
    • Sum even and next neighbour (13)
    • Scary 13 (13)
  • Dictionaries
    • Empty Dict (6)
    • Create Person (6)
    • Get First Name (7)
    • Reverse Last Name (7)
    • Potentially Explosive (16)
    • Keys with Target (19)
    • Values Above Ten (19)
    • Above Average (18)
    • Shopping List (23)
  • File R/W
    • Get Contents (5)
    • Variable Filename (9)
    • Friendly File (10)
    • Write to File (6)
    • Write Message to File (6)
    • Update High Score (9)
    • Read Multiple Lines (19)
    • Load Code Name (12)
    • Generate Code Name (16)
  • Classes
    • Person Class
    • The Interview (9)
    • Agent (9)
    • Name Tags (12)
    • Name Tag Method (10)
    • Damage Control (8)
    • Neutralization Pt. 1
    • Neutralization Pt. 2 (19)
    • Neutralization Pt. 3
    • Neutralization: End Game
  • Linear Search
    • Get Index
  • Bubble Sort Space Wars
    • Enemy Ship Distance
    • Threat Level
    • Within Range
    • Highest Threat Within Range
Next Previous

© Copyright 2020, Mr. Gallo.

Built with Sphinx using a theme provided by Read the Docs.