LoginSignup
0
0

More than 5 years have passed since last update.

技術英語 > I could do it [in steps]: / one step at a time

Posted at

@ Introducing Python: Modern Computing in Simple Packages by Bill Lubanovic
(No. 1940 / 12833)

I could do it in steps:

長い文字列を短い文字列から生成する方法として

>>> alphabet = ''
>>> alphabet = += 'abcdefg'
>>> alphabet = += 'hijklmnop'
>>> alphabet = += 'qrstuv'
>>> alphabet = += 'wxyz'

@ ソフトウェアの世界でキャリアを築く by Sam Lightstone

Linus Torvaldsさん
たった一回のジャンプで、高層ビルの上まで跳ね上がることはできません。一つひとつ階段のステップを歩んで行くものです。何か面白いところに辿り着くまでに100階以上登りつづけたとしても、決してそれは苦になることはないでしょう。遥かかなたの目標だけに目を向けていたら、足下の階段ですら気づかず一歩すら踏み出すことができないのです。



関連して思い出したのは

one step at a time
http://ejje.weblio.jp/content/one+step+at+a+time

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0