Functional Programming in 7 Days
Course

Functional Programming in 7 Days

Packt
Updated Oct 07, 2019

With every business being penetrated by data, it’s even more important to move towards functional paradigms to tackle the side-effects of programming, making testing and debugging easier. This course will teach you how to deconstruct data structures and store variable bindings (with closures). You’ll also learn about strong typing, storage allocation, and whether to use boxed (pointer-to-value) or unboxed (value directly) representation using functional programming.This fast-paced actionable guide offers seven 30-minute lessons, each followed by a practical exercise to get you up and running. By the end, you’ll be well-equipped with programming concepts that enable robust functional programming, taking you one step closer to proficient programming in Python. 


Target Audience

This course is for developers who want to learn functional programming to handle the new requirements for programming multi-processor and high-availability applications. Basic Python programming knowledge is assumed.  


Business Outcomes

  • You’ll learn to make Python code more concise using functional programming by moving into the compiler, ideas such as list comprehensions and caching.

  • Uncover the various features in Python for functional programming to unlock the robustness of your program by Lazy and Partial Evaluations, Memorization, and Automatic Parallelization.

  • Get practical illustrations with step-by-step instructions, followed by best practices and simple examples of application

;