Programming Bitcoin (O'Reilly)
Friday, 08 March 2019

Dive into Bitcoin technology with this hands-on guide. Author Jimmy Song shows Python programmers and developers how to program a Bitcoin library from scratch. You’ll learn how to work with the basics, including the math, blocks, network, and transactions behind this popular cryptocurrency and its blockchain payment system. By the end of the book, the author has illustrated how this cryptocurrency works under the hood by coding all the components necessary for a Bitcoin library. Examples show how to create transactions, get the data needed from peers, and send transactions over the network.

<ASIN:1492031496>

 

Author: Jimmy Song
Publisher: O'Reilly
Date: March 2019
Pages: 322
ISBN: 978-1492031499
Print: 1492031496
Kindle: B07NM32WGH
Audience: Python developers interested in Bitcoin
Level: Intermediate/Advanced
Category: Python and Theory & Techniques

 

  • Parse, validate, and create bitcoin transactions
  • Learn how to use the Bitcoin Script smart contract language
  • Work with exercises in each chapter to build a Bitcoin library from scratch
  • Understand how to secure a blockchain by verifying proof of work
  • Program Bitcoin using Python 3 and libraries including pycoin
  • Understand how simplified payment verification and light wallets work
  • Work with public-key cryptography and cryptographic primitives

 

For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Modern JavaScript for the Impatient

Author: Cay S. Horstmann
Publisher: Addison-Wesley
Date: July 2020
Pages: 352
ISBN: 978-0136502142
Print: 0136502148
Kindle: B08F5HFWBH
Audience: Developers interested in JavaScript
Rating: 4
Reviewer: Mike James
So you're impatient - what next?



Object-Oriented Python

Author: Irv Kalb
Publisher: No Starch Press
Date: January 2022
Pages: 416
ISBN: 978-1718502062
Print: 1718502060
Kindle: ‎ B0957SHYQL
Audience: Python developers
Rating: 3
Reviewer: Mike James
Python, Object-Oriented? Not a lot of programmers know that!


More Reviews