Skip to content

Instantly share code, notes, and snippets.

View gyulkkajo's full-sized avatar
😝
Focusing

Changhee Han gyulkkajo

😝
Focusing
  • Seoul, Korea
View GitHub Profile
@gyulkkajo
gyulkkajo / argparse_example.py
Created December 12, 2017 06:06
Python argparse module example and preset.
import argparse
if __name__ == '__main__':
desc = '''
An example of how to use argparse
./CMD SUBCOMMAND [options...]
SUB COMMANDS:
record
@gyulkkajo
gyulkkajo / aircon.csv
Last active December 1, 2017 05:40
Tensorflow lecture
#temp humid on:1,off:0
29 80 1
24 90 1
29 40 0
32 10 1
36 70 1
33 20 1
15 40 0
24 70 0
23 40 0