- Page d'accueil /
- Livres /
- Business & Money Books /
- Industries /
- Ordinateurs et technologie /
- Programming Bitcoin: Learn How to Program Bit...
Programming Bitcoin: Learn How to Program Bitcoin from Scratch
XOF 32090
Price Details
Excluding Shipping & Custom charges ( Shipping and custom charges will be calculated on checkout )
*All items will import from États-Unis
54%
QTY:
Ubuy s'engage à protéger votre sécurité et votre confidentialité. Notre système avancé de sécurité des paiements garantit la confidentialité en chiffrant vos informations lors de la transmission grâce aux protocoles AES (Advanced Encryption Standards) et SSL (Secure Socket Layer). Vos coordonnées de paiement sont 100 % sécurisées car nous ne partageons pas vos informations de paiement avec des vendeurs tiers.
Learn how to program a Bitcoin library from scratch
Livraison
rapide
Retour
gratuit*
Emballage sécurisé
Produits 100 % originaux
Conformité PCI DSS
Certifié ISO 27001
Ce qui se démarque
Détails du produit
- Author Jimmy Song teaches Python programmers and developers how to program a Bitcoin library from scratch
- Covers the basics of Bitcoin technology including math, blocks, network, and transactions
- Provides hands-on exercises in each chapter for practical learning
- Explains proof-of-work to secure the blockchain and simplified payment verification
- Teaches how to work with public-key cryptography and cryptographic primitives
- Ideal for those exploring Bitcoin applications for their company or considering a career in Bitcoin programming
| Publisher | O'Reilly Media |
| Publication date | March 26, 2019 |
| Edition | 1st |
| Language | English |
| Print length | 319 pages |
| ISBN-10 | 1492031496 |
| ISBN-13 | 978-1492031499 |
| Item Weight | 2.31 pounds (1.05 kg) |
| Dimensions | 7 x 0.75 x 9 inches (17.8 x 1.9 x 22.9 cm) |
À qui est-ce destiné ?
-
Aspiring Developers
Ideal for individuals wanting to understand Bitcoin programming and develop their coding skills in cryptocurrency.
-
Crypto Enthusiasts
Perfect for Bitcoin enthusiasts who wish to deepen their knowledge and engage with Bitcoin at a technical level.
-
Students of Blockchain
Beneficial for students studying blockchain technology, providing practical insights into programming Bitcoin protocols.
-
Beginners Without Basics
Not suitable for complete beginners lacking prior knowledge in programming or cryptocurrency concepts.
-
Casual Readers
Not a light read; those seeking a general introduction to Bitcoin without coding should avoid it.
-
Non-technical Audience
Not ideal for readers without technical skills or interest in programming, as it contains complex content.
DESCRIPTION DU PRODUIT
Questions et réponses des clients
-
question:
What will I learn from 'Programming Bitcoin: Learn How to Program Bitcoin from Scratch'?
répondre: In 'Programming Bitcoin', you'll learn the fundamental concepts of Bitcoin's protocol, how Bitcoin transactions work, and the underlying cryptographic principles driving it. The book bridges the gap between high-level ideas and low-level coding by guiding you through programming Bitcoin scripts and applications from scratch. This book is perfect for developers wanting to understand not just how to code but the theoretical framework behind Bitcoin, which enhances your ability to innovate within this technology. Practical examples and exercises throughout will solidify your knowledge. -
question:
Is prior programming knowledge necessary to understand this book?
répondre: Yes, basic programming skills in Python are recommended as 'Programming Bitcoin' uses Python for demonstrations. However, the book is designed for readers with varying levels of experience in programming. It includes beginner-friendly explanations alongside more advanced concepts to cater to a broad audience. If you have a foundational understanding of programming concepts like variables, loops, and functions, you'll be well-equipped to follow the material and effectively learn about Bitcoin programming. -
question:
What types of projects can I build after reading this book?
répondre: After completing 'Programming Bitcoin', you'll be equipped to build various Bitcoin applications, including wallets, transaction simulators, and even blockchain explorers. The book emphasizes practical application alongside theory, allowing you to create real-world projects that deepen your understanding of Bitcoin technology. For instance, you might build a simple wallet to send and receive Bitcoin, or develop scripts that validate transactions, expanding your skill set and making you more marketable in the crypto space. -
question:
How does this book differ from other Bitcoin programming books?
répondre: What sets 'Programming Bitcoin' apart is its hands-on approach to learning through coding examples and projects. Unlike some other books that may focus heavily on theory or high-level concepts, this book integrates practical programming challenges that require you to apply what you've learned immediately. It combines detailed explanations of Bitcoin's inner workings with coding exercises that illustrate those concepts in action, making it particularly effective for those looking to develop a strong technical foundation in Bitcoin programming. -
question:
Who is the target audience for 'Programming Bitcoin'?
répondre: The target audience includes software developers, computer science students, and tech enthusiasts interested in blockchain technology. Even if you are not a professional developer, anyone with a keen interest in learning about Bitcoin programming is welcome. The book progresses from foundational concepts to more complex ideas, allowing readers from various backgrounds to engage with the content. It's a perfect resource for those interested in the growing field of cryptocurrency and its underlying technologies. -
question:
Are there any prerequisites before starting this book?
répondre: While there are no strict prerequisites, a basic understanding of programming and a familiarity with computer science concepts will greatly enhance your reading experience. Knowing how to navigate data structures and algorithms, as well as being comfortable with Python, will help you grasp the examples and exercises more quickly. Additionally, having some knowledge about Bitcoin and blockchain technology will provide a solid context for the lessons covered in the book. -
question:
Does 'Programming Bitcoin' include exercises and examples?
répondre: Yes, 'Programming Bitcoin' is filled with practical exercises and real-world examples that help reinforce the concepts you learn. Each chapter concludes with coding challenges that encourage you to apply the theory to practice, making the learning process more engaging. By working through these exercises, you'll not only learn about Bitcoin's technical aspects but you'll also build a portfolio of small projects that showcase your new skills, great for personal development or sharing with prospective employers. -
question:
What resources are included with the book to aid learning?
répondre: The book typically includes access to a dedicated GitHub repository containing code examples and projects from the text. This repository allows you to experiment with the code while providing a platform for collaboration and discussion with other readers. Additionally, online communities and forums can supplement your learning by connecting you with other learners and experts in the Bitcoin programming space. These resources ensure you have support as you navigate the intricacies of Bitcoin coding. -
question:
Can beginners find this book useful, or is it mainly for advanced readers?
répondre: Beginners can definitely find 'Programming Bitcoin' useful, especially if they have some basic programming background. While the book is rigorous and dives deep into Bitcoin's technical details, it starts with foundational concepts that are accessible to newcomers. As you progress, it builds upon those basics, allowing you to grow your knowledge and skills gradually. The detailed explanations and approachable examples make it an excellent choice for anyone eager to delve into Bitcoin programming, regardless of their starting point. -
question:
Where can I buy 'Programming Bitcoin: Learn How to Program Bitcoin from Scratch 1st Edition'?
répondre: You can purchase 'Programming Bitcoin: Learn How to Program Bitcoin from Scratch 1st Edition' through Ubuy in Burkina Faso. Ubuy offers a wide selection of books, making it convenient for you to find the latest editions and titles. You can easily navigate their platform to secure your copy of this essential resource for understanding Bitcoin programming.
Computers & Technology Editorial Review
The book "Programming Bitcoin: Learn How to Program Bitcoin from Scratch" is an excellent, advanced-level technical book that provides a detailed overview of how bitcoin works. The book is a hands-on project book that will take you through building a proof-of-concept bitcoin library, step-by-step. The library you'll build can parse and validate transactions, verify blocks, interact with other nodes on the bitcoin network, and more. The author has set up the hands-on project as Jupyter Notebooks, which makes it really nice to code along the text. In addition, he goes into more details on the math behind elliptic curve cryptography, which is appreciated. It's recommended for people that want to remove the veil and see how bitcoin works to the smallest detail. However, the cost of the book is unusually high compared to other volumes by different authors. The book's formatting and camera issues cause some concerns on the Kindle edition, making the actual book better to be purchased. The book is not recommended for not-tech people because this book is excessively technical, and understanding it requires intermediate-level Python programming skills.
Avis et évaluations clients
-
5 étoile
75%
-
4 étoile
13%
-
3 étoile
7%
-
2 étoile
3%
-
1 étoile
2%
Donnez votre avis sur ce produit
Partagez votre avis avec d'autres clients
Avantages
- Excellent, in-depth, technical overview of how bitcoin works.
- Hands-on project book that will take you through building a proof-of-concept.
- The author has set up the project as Jupyter Notebooks.
- More in-depth details on the math behind elliptic curve cryptography.
Les inconvénients
- The cost of the book is significantly more than other books.
Historique des prix du produit
Informations importantes
- Limitations : Pour les produits expédiés à l'international, veuillez noter que toute garantie du fabricant peut ne pas être valide ; les options de service du fabricant peuvent ne pas être disponibles ; les manuels, instructions et avertissements de sécurité des produits peuvent ne pas être dans les langues du pays de destination ; les produits (et les matériaux qui les accompagnent) peuvent ne pas être conçus conformément aux normes, spécifications et exigences d'étiquetage du pays de destination ; et les produits peuvent ne pas être conformes à la tension et aux autres normes électriques du pays de destination (nécessitant l'utilisation d'un adaptateur ou d'un convertisseur le cas échéant). Il incombe au destinataire de s'assurer que le produit peut être importé légalement dans le pays de destination. En cas de commande auprès d'Ubuy ou de ses filiales, le destinataire est l'importateur officiel et doit se conformer à toutes les lois et réglementations du pays de destination.
- Tous les produits listés sur Ubuy ne sont pas à vendre, Ubuy étant un moteur de recherche mondial. Les produits sont soumis aux réglementations en matière d'exportation et de commerce.
XOF 32090
Commandez maintenant et recevez votre commande aux alentours du Mardi, Juin 30
This item is not restrict in my country.(Please click on above link if this item is not restrict in your country, So our team will review and allow.)
QTY:
Ubuy s'engage à protéger votre sécurité et votre confidentialité. Notre système avancé de sécurité des paiements garantit la confidentialité en chiffrant vos informations lors de la transmission grâce aux protocoles AES (Advanced Encryption Standards) et SSL (Secure Socket Layer). Vos coordonnées de paiement sont 100 % sécurisées car nous ne partageons pas vos informations de paiement avec des vendeurs tiers.
Caractéristiques et avantages
- Dive into Bitcoin technology
- Learn the math, blocks, network, and transactions
- Understand how Bitcoin works by coding all the components
- Create transactions, get data from peers, and send transactions
- Build a Bitcoin library from scratch
- Work with cryptography and secure the blockchain