EurekaMoments

This blog is to make a memo about Programming and Autonomous driving technologies which I studied.

Entries from 2018-12-10 to 1 day

読書メモ: Effective Python

Effective Python ―Pythonプログラムを改良する59項目作者:Brett SlatkinオライリージャパンAmazon 目次 目次 はじめ PEP8スタイルガイドに従う シーケンスをどのようにスライスするか知っておく 大きな内包表記にはジェネレータ式を考える try/except/else/…