Post
Topic
Board Bitcoin Technical Support
Merits 7 from 3 users
Re: Recommended python library for beginners?
by
OmegaStarScream
on 25/12/2022, 14:10:46 UTC
⭐ Merited by hugeblack (4) ,Pmalek (2) ,ETFbitcoin (1)
I would choose this one if you are only interested in signatures and transactions: https://pypi.org/project/bitcoin/

I don't think this is a good choice. The library's last release was in 2016, and it also has some disadvantages, especially for someone trying to build an exchange:

Code:
### Disadvantages:

Not a full node, has no idea what blocks are

Relies on centralized service (blockchain.info) for blockchain operations, although operations do have backups (eligius, blockr.io)