All Projects → amiralis → pycon2018_blockchain_tutorial

amiralis / pycon2018_blockchain_tutorial

Licence: MIT License
Getting Started with Blockchain & Cryptocurrencies in Python (PyCon 2018)

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to pycon2018 blockchain tutorial

react pyconlunch
Companion React Native app for Pycon Lunch app
Stars: ✭ 80 (+280.95%)
Mutual labels:  pycon
pycon2017
Slides and exercises from my PyCon US 2017 tutorial
Stars: ✭ 29 (+38.1%)
Mutual labels:  pycon
spreadsheets-to-dataframes
Pycon 2021 Tutorial to help Spreadsheet (Excel) Users learn Python
Stars: ✭ 30 (+42.86%)
Mutual labels:  pycon
PyConES-2019-data
PyConES 2019 conferences, attachments and related stuff
Stars: ✭ 18 (-14.29%)
Mutual labels:  pycon
python-terms
파이썬 용어집 List of python terms
Stars: ✭ 18 (-14.29%)
Mutual labels:  pycon
python4selftrackers
Presentations on Quantified Self and Self-Tracking with Python
Stars: ✭ 26 (+23.81%)
Mutual labels:  pycon

Getting Started with Blockchains & Cryptocurrencies in Python (PyCon 2018)

Amirali Sanatinia

Blockchains and cryptocurrencies are getting more popular everyday. The rise and wide adoption of cryptocurrencies such as Bitcoin has attracted a lot of attention, ranging from developers to bankers. However, many people are still not very comfortable with the ideas and concepts behind the blockchain, and workings of cryptocurrencies such as Bitcoin. Therefore, it stops them from entering and exploring the blockchain and cryptocurrency world.

In this tutorial, we first explore the cryptographic ideas behind the cryptocurrencies, including hashing, public/private cryptography. This will be followed by the basics of a simplified blockchain. We cover mining, incentives, payment records, ownership, etc. Then we delve into working and playing with a private Bitcoin network, by implementing simple programs in Python to create public/private keys, accounts, and transactions. We further look into services that provide exchange rate data on cryptocurrencies and analyze the data.

Requirements

Setup Instructions

You need to have pip installed. Optinally you can use virtualenv for an isolated installation of libraries instead of globally.

  $ pip3 install jupyter
  $ pip3 install cryptography
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].