Learn Functional Python Syntax in 10 Minutes [Tutorial]by@autumnskerritt
91,397 reads
91,397 reads

Learn Functional Python Syntax in 10 Minutes [Tutorial]

by autumn12mJuly 18th, 2018
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

In this article, you’ll learn what the functional paradigm is and how to use functional programming in Python. In a functional paradigm, you don’t tell the computer what to do but you tell it what stuff is. Once you set a variable, it stays that way forever. Because of this, functions have no side effects in the functional programming paradigm. In Python, an iterable object is anything you can iterate over. You can even create your own objects which are iterable by implementing magic methods. A magic method is like an API that helps your objects become Pythonic.

Company Mentioned

Mention Thumbnail
featured image - Learn Functional Python Syntax in 10 Minutes [Tutorial]
autumn HackerNoon profile picture
autumn

autumn

@autumnskerritt

Writer 👽

Learn More
LEARN MORE ABOUT @AUTUMNSKERRITT'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

autumn HackerNoon profile picture
autumn@autumnskerritt
Writer 👽

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
L O A D I N G
. . . comments & more!