Get Free Shipping on orders over $0
Functional Python Programming : Create succint and expressive implementations with functional programming in Python - Steven F. Lott

Functional Python Programming

Create succint and expressive implementations with functional programming in Python

By: Steven F. Lott

Paperback | 31 January 2015

At a Glance

Paperback


$79.75

or 4 interest-free payments of $19.94 with

 or 

Ships in 5 to 7 business days

Create succinct and expressive implementations with functional programming in Python


Key Features:

  • Implement common functional programming design patterns and techniques in Python
  • Learn how to choose between imperative and functional approaches based on expressiveness, clarity, and performance
  • Apply functional Python to common Exploratory Data Analysis (EDA) programming problems


Book Description:

Python is an easy-to-learn and extensible programming language that offers a number of functional programming features. It's ideally suited to a number of applications in the broad space of data science.


This practical guide demonstrates the Python implementation of a number of functional programming techniques and design patterns. Starting with a general overview of functional programming concepts, you will explore common functional features such as first-class and higher-order functions, pure functions and more, and how these are accomplished in Python. Additionally, you will cover how common functional optimizations can be handled in Python. You'll also explore data preparation techniques and data exploration in depth. Moving on, you will learn how the Python standard library fits the functional programming model. The book concludes with a look at the PyMonad project and some larger examples.


By the end of this book, you will be able to understand what functional programming is all about, its impact on the programming workflow, why it's important, and how to implement it in Python.


What You Will Learn:

  • Use Python's generator functions and generator expressions to work with collections in a non-strict (or lazy) manner
  • Utilize Python library modules including itertools, functools, multiprocessing, and concurrent.futures for efficient functional programs
  • Use Python strings using object-oriented suffix notation and prefix notation
  • Avoid stateful classes with families of tuples
  • Design and implement decorators to create composite functions
  • Use functions like max(), min(), map(), filter(), and sorted()
  • Write higher-order functions


Who this book is for:

More in Programming & Scripting Languages

Python All-in-One For Dummies : 3rd Edition - John C. Shovic

RRP $74.95

$52.47

30%
OFF
The C Programming Language : Prentice Hall Software - Brian Kernighan

RRP $107.04

$75.75

29%
OFF
The Practical Guide - Kerem Koseoglu

$97.75

Introduction to Programming Languages - Gordon Hurley
Typesetting Mathematics With Latex - Robert Legato
C# 12 in a Nutshell : The Definitive Reference - Joseph Albahari

RRP $133.00

$64.75

51%
OFF
Typescript Cookbook : Real World Type-Level Programming - Stefan Baumgartner
C++ How to Program, Global Edition : 10th Edition - Paul Deitel

RRP $167.95

$133.75

20%
OFF
Concepts of Programming Languages, Global Edition : 12th Edition - Robert Sebesta
Problem Solving and Program Design in C, Global Edition : 8th Edition - Elliot Koffman
Python Cookbook : Recipes for Mastering Python : 3rd Edition - David Beazley
Python for Finance 2e : Mastering Data-Driven Finance - Yves Hilpisch