iyuichiの私的開発ログ

渋谷で働くWebエンジニアのログ. Java, Android, iOS, Docker, GCP, AWS, ゲーム開発

2012-09-17から1日間の記事一覧

Step 1: Representing Records

Using Lists Using Dictionaries これらの解説。 >>> bob = {'name': 'Bob Smith', 'age': 42, 'pay': 30000, 'job': 'dev'} >>> sue = {'name': 'Sue Jones', 'age': 45, 'pay': 40000, 'job': 'hdw'} これをdbというDictionariesに代入 >>> db = {} >>> db…

off-the-shelf

既成の、市販品といった意味のようですね。 (idiomatic) As purchased or as commonly available, without modification or customization. We can build a specialized part for you, but an off-the-shelf product will probably cost less. "Programing P…