HELLO

STUDIO 62

* * *

Sport Photoshoot
Chris Bakker

Chris Bakker

Backend Developer, CrossFit Coach

Sportfanaat, CrossFit Coach, als ik niet aan het werk ben, ben ik meestal op de sportvloer. Sommigen van jullie kennen mij al als "De Tiny House bouwer".

  • Naam: Chris Bakker
  • Locatie: Den Helder
  • Leeftijd: 30
  • Hobby: CrossFit, Fotografie

Forensisch Onderzoek

CSI

Make IT work

Omscholings <traject> van de #HvA.

Want er was geen werk in de Forensische Opsporing. Iets wat ze nooit aan het begin van de opleiding hebben verteld.

import csv

# need to define cmp function in Python 3
def cmp(a, b):
    return (a > b) - (a < b)

# write stocks data as comma-separated values
with open('stocks.csv', 'w', newline='') as stocksFileW:
    writer = csv.writer(stocksFileW)
    writer.writerows([
        ['GOOG', 'Google, Inc.', 505.24, 0.47, 0.09],
        ['YHOO', 'Yahoo! Inc.', 27.38, 0.33, 1.22],
        ['CNET', 'CNET Networks, Inc.', 8.62, -0.13, -1.4901]
    ])

# read stocks data, print status messages
with open('stocks.csv', 'r') as stocksFile:
    stocks = csv.reader(stocksFile)

    status_labels = {-1: 'down', 0: 'unchanged', 1: 'up'}
    for ticker, name, price, change, pct in stocks:
        status = status_labels[cmp(float(change), 0.0)]
        print ('%s is %s (%.2f)' % (name, status, float(pct)))
                

Backend Developer

Amsterdam Sloterdijk.

CrossFit

CrossFit

strength and conditioning training.

CrossFit is a lifestyle characterized by safe, effective exercise and sound nutrition. CrossFit can be used to accomplish any goal, from improved health to weight loss to better performance. The program works for everyone — people who are just starting out and people who have trained for years.

* * *

"Waarom kom je niet eens langs voor een bakje koffie?"

Sander de Roos, Eindbaas Druktemaker.

BitPuma

Tiny House (not so tiny)