Skip to content

Instantly share code, notes, and snippets.

@ZengetsuFR
ZengetsuFR / suitcaseOnTheBus.py
Last active August 29, 2015 14:08
playing with chicago's public data
# -*- coding: utf-8 -*-
#exercise from "Learn Python Through Public Data Hacking" see youtube here : http://youtu.be/RrPZza_vZ3w
#Travis traveled to Chicago and took the Clark Street #22 bus up to Dave's office.
#Problem: He just left his suitcase on the bus!
#Your task: Get it back!
#Dave's office is located at:
# latitude =41.980262
@ZengetsuFR
ZengetsuFR / Nim.py
Last active August 29, 2015 14:08
Un petit jeu qui s'inspire du jeu de nim - avec l'App pythonista sur iPad
# -*- coding: utf-8 -*-
# my first dev with pythonista. A short game for my children
from scene import *
import time
import random
import sound
# force cpu to play the right move whith 12 pawn left