Articles in the Python category

  1. pythonで、辞書をまとめたリストをソートする、重複排除(制限あり)

    例えばpythonでこういうデータを使う時に(例のセンスが無いのはご了承を)

    [python]
    data = [{"summary":u"insert testdata1","date":{"created":u"2012-01-01"}},
    {"summary":u"insert testdata2","date":{"created":u"2012-01-02"}},
    {"summary":u"insert testdata3","date":{"created":u"2012-01-03"}},
    {"summary":u"insert testdata1","date":{"created …

About Me

買ったり作ったり考えたり試したの日々の記録です