Dec. 5, 2023, 11:48 a.m. | OpenSourcee

DEV Community dev.to

So, you may have already heard about functional programming, i.e., writing code that avoids mutable state and emphasizes the use of pure functions.


In python, it means don't:



x = 100
x = x + 10


And do instead:



add_ten = lambda x: x + 10
x = add_ten(100)





🦄 The Unicorn Project



I started giving it a chance after I read The Unicorn Project. It is an entertaining book about Maxime, a developer who …

beginners code functional functions lambda programming python state tutorial writing

Founding AI Engineer, Agents

@ Occam AI | New York

AI Engineer Intern, Agents

@ Occam AI | US

AI Research Scientist

@ Vara | Berlin, Germany and Remote

Data Architect

@ University of Texas at Austin | Austin, TX

Data ETL Engineer

@ University of Texas at Austin | Austin, TX

Lead GNSS Data Scientist

@ Lurra Systems | Melbourne