タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

PyConに関するKesinのブックマーク (2)

  • Pythonらしいコードの書き方 - Kesinの知見置き場

    はてなブログに移行して最初の記事はやはりPythonネタにしました。 はてなブログいいですね。デザインの編集がやりやすくなったのと、Markdownで書けるのが素晴らしいです。 PyCon 2013の動画を見ていたら、素晴らしい"Transforming Code into Beautiful, Idiomatic Python"という発表を見つけたのでそのまとめです。 今どきのPythonコードのベターな書き方を紹介しています。 Transforming Code into Beautiful, Idiomatic Python ... スライドはこちらにありました 結構長くなってしまったので、知ってる項目は読み飛ばしてもらえばと思います。 ループの基 整数のループ まずは基のループ。 Cのfor int i=0; i<6; i++をPythonで単純に書くとこうなります。 for

    Pythonらしいコードの書き方 - Kesinの知見置き場
    Kesin
    Kesin 2013/05/12
    PyCon 2013のTransforming Code into Beautiful, Idiomatic Pythonという発表の紹介
  • pyvideo.org - PyCon US 2012

    The world of infrastructure as code is becoming far more pervasive and many Python developers are trying to find a way to get started. This class will get you up and running with Chef and Fabric to manage your systems be they in the cloud or under your desk. Python projects can succeed or fail because of their documentation. Thanks to Sphinx, Python now has a “documentation framework” with indexin

  • 1