Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

View Roychenlei's full-sized avatar

Chenlei Roychenlei

View GitHub Profile
@Roychenlei
Roychenlei /beautiful_idiomatic_python.md
CreatedSeptember 14, 2017 14:19— forked fromJeffPaine/beautiful_idiomatic_python.md
Transforming Code into Beautiful, Idiomatic Python: notes from Raymond Hettinger's talk at pycon US 2013. The code examples and direct quotes are all from Raymond's talk. I've reproduced them here for my own edification and the hopes that others will find them as handy as I have!

Notes from Raymond Hettinger's talk at pycon US 2013video,slides.

The code examples and direct quotes are all from Raymond's talk. I've reproduced them here for my own edification and the hopes that others will find them as handy as I have!

Looping over a range of numbers

foriin [0,1,2,3,4,5]:

[8]ページ先頭

©2009-2025 Movatter.jp