- Pagina inicial /
- Livros /
- Livros de Negócios e Dinheiro /
- Industries /
- Computadores e Tecnologia /
- Programming Bitcoin: Learn How to Program Bit...
Programming Bitcoin: Learn How to Program Bitcoin from Scratch
90% of respondents would recommend this to a friend
AOA 43380
Detalhes do Preço
Excluindo custos de envio e alfandegários ( Os custos de envio e alfandegários serão calculados na finalização da compra )
*Todos os artigos serão importados de EUA
54%
Qtd.:
A Ubuy trabalha arduamente para proteger a sua segurança e privacidade. O nosso sistema avançado de segurança de pagamentos garante a confidencialidade ao encriptar as suas informações durante a transmissão, utilizando os protocolos AES (Normas de Encriptação Avançada) e SSL (Camada de Sockets Seguros). Os seus dados de pagamento estão 100% seguros, pois não partilhamos os seus dados de pagamento com vendedores terceiros.
Learn how to program a Bitcoin library from scratch
Fast
Shipping
Devolução
gratuita*
Embalagem Segura
Produtos 100% Originais
Certificação PCI DSS
Certificação ISO 27001
O que se Destaca
Detalhes do produto
- Learn to program a Bitcoin library from scratch in Python
- Understand the math, blocks, network, and transactions behind Bitcoin and its blockchain payment system
- Gain practical knowledge by coding all the components necessary for a Bitcoin library
- Explore creating transactions, getting data from peers, and sending transactions over the network
- Exercises in each chapter to build a Bitcoin library from scratch
- Comprehend proof-of-work, simplified payment verification, and light wallets
| 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) |
Quem Deverá Comprar?
-
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.
DESCRIÇÃO DO PRODUTO
Perguntas e respostas do cliente
-
Pergunta:
What will I learn from 'Programming Bitcoin: Learn How to Program Bitcoin from Scratch'?
Resposta: 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. -
Pergunta:
Is prior programming knowledge necessary to understand this book?
Resposta: 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. -
Pergunta:
What types of projects can I build after reading this book?
Resposta: 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. -
Pergunta:
How does this book differ from other Bitcoin programming books?
Resposta: 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. -
Pergunta:
Who is the target audience for 'Programming Bitcoin'?
Resposta: 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. -
Pergunta:
Are there any prerequisites before starting this book?
Resposta: 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. -
Pergunta:
Does 'Programming Bitcoin' include exercises and examples?
Resposta: 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. -
Pergunta:
What resources are included with the book to aid learning?
Resposta: 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. -
Pergunta:
Can beginners find this book useful, or is it mainly for advanced readers?
Resposta: 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. -
Pergunta:
Where can I buy 'Programming Bitcoin: Learn How to Program Bitcoin from Scratch 1st Edition'?
Resposta: You can purchase 'Programming Bitcoin: Learn How to Program Bitcoin from Scratch 1st Edition' through Ubuy in Angola. 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.
Avaliações e Classificações dos Clientes
-
5 Estrela
75%
-
4 Estrela
13%
-
3 Estrela
7%
-
2 Estrela
3%
-
1 Estrela
2%
Avaliar este produto
Partilhe as suas ideias com outros clientes
Prós
- 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.
Contras
- The cost of the book is significantly more than other books.
CONFIANÇA NA PLATAFORMA E SEGURANÇA DO COMPRADOR
“Excellent quality and original too,when ubuy send original things I will appreciate that ,I very satisfied thank you”
“The order and delivery progress was communicated very well. Package arrived within the estimated time. Products arrived as expected in good condition.”
“Good supply of products. Safe payment methods, and shipment worldwide! Genuine products.”
“Was my first time buying a product from Ubuy, but I found it so helpful. This is reliable. Gonna place a new order!”
“Ubuy is a great online platform to buy stuff. Reliable, fast delivery time and great value for money. I've been using Ubuy online shopping platform for three years now and will continue to do so.”
Related Categories
Marcas Relacionadas
Histórico de preços do produto
Informação importante
- Limitações: para produtos expedidos internacionalmente, tenha em atenção que qualquer garantia do fabricante pode não ser válida; opções de serviço do fabricante podem não estar disponíveis; manuais de produtos, instruções e avisos de segurança podem não estar nas línguas do país de destino; os produtos (e materiais que o acompanham) pode não ter sido concebido em conformidade com as normas, especificações e requisitos de rotulagem do país de destino; e os produtos podem não estar em conformidade com a voltagem e outras normas elétricas do país de destino (requerendo assim o uso de um adaptador ou conversor caso seja apropriado). O destinatário é responsável por garantir que o produto pode ser legalmente importado para o país de destino. Quando encomenda à Ubuy ou aos seus afiliados, o destinatário é o importador de registo e deve estar em conformidade com todas as leis e regulamentos do país de destino.
- Nem todos os produtos listados na Ubuy estão à venda, uma vez que a Ubuy é um motor de busca global. Os produtos estão sujeitos a leis de exportação/comércio.
AOA 43380
Encomende já e receba por volta de Monday, Agosto 24
Este artigo não está restrito no meu país. (Clique no link acima se este artigo não estiver restrito no seu país, para que a nossa equipa o analise e permita.)
Qtd.:
Em conformidade com a norma PCI DSS e com certificação ISO 27001:2022, com pagamentos encriptados e proteção total do comprador em todas as encomendas.
Recursos e benefícios
- 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
Ubuy Assurance
Experience worry-free shopping with 100% original products, PCI DSS-compliant payment security, ISO 27001-certified data protection, the fastest cross-border delivery, free returns *, and secure packaging on every order.