eBooks-it.org Logo
eBooks-IT.org Inner Image

Functional Python Programming


eBooks-IT.org User Icon Image Uploaded by Enigma69
Functional Python Programming Image

Book Details:

Publisher:Packt Publishing
Series: Packt
Author:Steven Lott
Edition:1
ISBN-10:1784396990
ISBN-13:9781784396992
Pages:360
Published:Jan 31 2015
Posted:Nov 19 2014
Language:English
Book format:PDF
Book size:2.22 MB

Book Description:

This book is for developers who want to use Python to write programs that lean heavily on functional programming design patterns. You should be comfortable with Python programming, but no knowledge of functional programming paradigms is needed.

Download Link:

Related Books:

Java 8 in Action

Lambdas, Streams and functional-style programming
Java 8 in Action Image
SummaryJava 8 in Action is a clearly written guide to the new features of Java 8. The book covers lambdas, streams, and functional-style programming. With Java 8's functional features you can now write more concise code in less time, and also automatically benefit from multicore architectures. It's time to dig in!Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookEvery new version of Java is important, but Java 8 is a game changer. Java 8 in Action is a clearly written guide to the new features of Java 8. It begins with a practical introduction to lambdas, using real-world Java code. Next, it covers the new Streams API and shows how you can use it to make collection-based code rad...

Functional Reactive Programming

Functional Reactive Programming Image
Most software applications must handle user or system-generated events. The most widely-accepted event handling model is the Observer pattern, in which an object "listens" for changes in the application's state and then reacts by executing a unit of code-the problems is that this approach is prone to bugs.Functional Reactive Programming (FRP) is an alternative to the Observer pattern. It's designed to deal with events as a stream of values over time rather than as a series of unique responses to discrete changes in state, keeping logic tidy and eliminating the bugs that plague event handling code with no loss of expressiveness. FRP is useful anywhere the Observer pattern is common, including user interfaces, video games, networking, and ind...

Gray Hat Python

Python Programming for Hackers and Reverse Engineers
Gray Hat Python Image
Python is fast becoming the programming language of choice for hackers, reverse engineers, and software testers because it's easy to write quickly, and it has the low-level support and libraries that make hackers happy. But until now, there has been no real manual on how to use Python for a variety of hacking tasks. You had to dig through forum posts and man pages, endlessly tweaking your own code to get everything working. Not anymore.Gray Hat Python explains the concepts behind hacking tools and techniques like debuggers, trojans, fuzzers, and emulators. But author Justin Seitz goes beyond theory, showing you how to harness existing Python-based security tools - and how to build your own when the pre-built ones won't cut it.You'll learn how to: Aut...



2007 - 2021 © eBooks-IT.org