Skip to content

Instantly share code, notes, and snippets.

did:3:bafyreif63dtxoog2judj4pdmuc4cqveoso67yicd764uuilgjlfsvzgp4i

Hello!

My name is _______ , I work with London Blockchain Labs, the UK’s largest student blockchain organisation - https://londonblockchainlabs.com/.

We are recruiting our team - I’m reaching out because I thought you could help. We are searching for anyone - from a range of backgrounds, including ------[insert their subject here]----- - who is interested in joining us to learn about blockchains, smart contracts and other consensus technologies.

We will learn key concepts in our Web3 Fundamentals course, then engage in research, product development and community engagement throughout the year, studying topics like digital governance, finance, privacy, identity and others.

Can you share the attached PDF with your network? Do you know of anyone who is studying anything related to blockchain or DLTs? If so - could you share with them?

Keybase proof

I hereby claim:

  • I am johnx25bd on github.
  • I am johnx25bd (https://keybase.io/johnx25bd) on keybase.
  • I have a public key ASDoYsS5iQwJo_Ma0aMFrIBaOdUZYjUO4dmQLQjMrseiygo

To claim this, I am signing this object:

@johnx25bd
johnx25bd / earthquake.py
Last active December 3, 2018 18:00
Earthquake!
# earthquake.py
# This program will fetch data from the USGS servers and print information about
# the biggest earthquake in the past week.
# First, we import modules that we'll use in our program. These specific ones will
# enable us to download files from the internet and to process dates, which
# make sense to humans but are tricky for computers
import requests
import datetime