All Projects → llSourcell → Simple_blockchain_in_5_minutes

llSourcell / Simple_blockchain_in_5_minutes

This is the code for "Simple Blockchain in 5 Minutes" By Siraj Raval on Youtube

Projects that are alternatives of or similar to Simple blockchain in 5 minutes

Pulmonary Nodules Segmentation
Tianchi medical AI competition [Season 1]: Lung nodules image segmentation of U-Net. U-Net训练基于卷积神经网络的肺结节分割器
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Depy2016
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Jupytemplate
Templates for jupyter notebooks
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Chainer Handson
CAUTION: This is not maintained anymore. Visit https://github.com/chainer-community/chainer-colab-notebook/
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Hops Examples
Examples for Deep Learning/Feature Store/Spark/Flink/Hive/Kafka jobs and Jupyter notebooks on Hops
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
2014 Summer Travels
Python-based spatial data analysis and visualization of the GPS location data from my 2014 summer travels.
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Automatic Image Captioning
Generating Captions for images using Deep Learning
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Manifold Learning
Introduction to manifold learning - mathematical theory and applied python examples (Multidimensional Scaling, Isomap, Locally Linear Embedding, Spectral Embedding/Laplacian Eigenmaps)
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Seaborn
Seaborn 学习笔记
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Gans
GANs in slanted land
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Fccss
Computer Science SCHOOL resources
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Notebooks
📓 A growing collection of Jupyter Notebooks written in Python, OCaml and Julia for science examples, algorithms, visualizations etc
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Pythonicperambulations
Old source for jakevdp.github.io. New source at http://github.com/jakevdp/jakevdp.github.io-source
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Kaggle Quora
Kaggle Quora Questions Pairs Competition
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Data science
Notebooks de análises e projetos de Data Science em Python
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Cytokit
Microscopy Image Cytometry Toolkit
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Dealing with data
Material that I use for a variety of classes and tutorials
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Rna Seq Tsne
The art of using t-SNE for single-cell transcriptomics
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Image Captions
BERT + Image Captioning
Stars: ✭ 79 (-7.06%)
Mutual labels:  jupyter-notebook
Turkish Bert Nlp Pipeline
Bert-base NLP pipeline for Turkish, Ner, Sentiment Analysis, Question Answering etc.
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook

Simple_Blockchain_in_5_Minutes

Overview

This is the code for this video on Youtube by Siraj Raval on building a simple blockchain. Here is the colab.

Dependencies

  • hashlib
  • datetime

Dependencies can be installed using pip. But actually just run this in colab so you don't need to install anything.

Usage

You can download the juypter notebook and run it locally. Also, here is the colab link to run it in the browser (recommended).

Credits

The credits for the original code go to howcodeORG. I've merely created a wrapper to get people started.

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].