Score: 0

Functional Python Programming in Introductory Computer Science Courses

Published: December 3, 2025 | arXiv ID: 2512.03492v1

By: Rajshekhar Sunderraman

Potential Business Impact:

Teaches coding skills by making programs safer.

Business Areas:
Natural Language Processing Artificial Intelligence, Data and Analytics, Software

The functional programming paradigm has a long and storied history, with its beginnings in the Lambda Calculus. In recent decades, pure functional languages such as Haskell have been shown to be highly effective in producing robust software due to immutable data structures, among other functional features. The advantages of programming with immutable data structures can also be had in non-functional languages such as Python. Over the years, non-functional languages have introduced immutable data structures as well as comprehension and lambda expressions, and it is possible to program in a purely functional style in them. In this paper, we present a ``best practice'' idea in introductory programming classes that forces students to learn and complete programming assignments in a purely functional subset of Python. By doing so, the student can learn functional ideas such as immutability, pure functions with no side effects, and stateless programming. We define a functional subset of Python and illustrate the best practice using small examples. We strongly feel that students in computing need familiarity with pure functional programming and argue that this can be taught in introductory programming courses that use Python.

Country of Origin
🇺🇸 United States

Page Count
6 pages

Category
Computer Science:
Computers and Society