Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Python’s Law by Stephen McJohn
Search
PyCon 2013
March 17, 2013
Programming
4
880
Python’s Law by Stephen McJohn
PyCon 2013
March 17, 2013
Tweet
Share
More Decks by PyCon 2013
See All by PyCon 2013
Bayesian statistics made simple by Allen Downey
pyconslides
32
6.3k
Python for Humans
pyconslides
40
6.7k
Contribute with me! Getting started with the tools of free software development by Jessica McKellar
pyconslides
11
2k
ApplePy: An Apple ][ emulator in Python by James Tauber
pyconslides
3
1.6k
Use curses, don't swear by Sean Zicari
pyconslides
2
1.5k
Namespaces in Python by Eric Snow
pyconslides
9
1.8k
Internationalization and Localization Done Right by Ruchi Varshney
pyconslides
9
1.1k
"Good Enough" is good enough! by Alex Martelli
pyconslides
13
2.5k
Plover: Thought to Text at 240 WPM by Mirabai Knight
pyconslides
1
1.3k
Other Decks in Programming
See All in Programming
CDK開発におけるコーディング規約の運用
yamanashi_ren01
2
250
生成AIで加速するテスト実装 - ロリポップ for Gamersの事例と 生成AIエディタの活用
kinosuke01
0
120
15分で学ぶDuckDBの可愛い使い方 DuckDBの最近の更新
notrogue
3
510
新宿駅構内を三人称視点で探索してみる
satoshi7190
2
120
Visual StudioのGitHub Copilotでいろいろやってみる
tomokusaba
1
210
もう少しテストを書きたいんじゃ〜 #phpstudy
o0h
PRO
17
4k
メンテが命: PHPフレームワークのコンテナ化とアップグレード戦略
shunta27
0
300
Unity Android XR入門
sakutama_11
0
180
Ruby on cygwin 2025-02
fd0
0
180
Rubyで始める関数型ドメインモデリング
shogo_tksk
0
140
Learning Kotlin with detekt
inouehi
1
130
苦しいTiDBへの移行を乗り越えて快適な運用を目指す
leveragestech
0
1k
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
182
22k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.4k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Into the Great Unknown - MozCon
thekraken
35
1.6k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
Fireside Chat
paigeccino
34
3.2k
How GitHub (no longer) Works
holman
314
140k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.3k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.1k
Done Done
chrislema
182
16k
Transcript
Python’s Law
None
Google copied API’s, e.g.: java.lang.Math.max But wrote their own code
two literary works Did Descartes Depart With the thought "Therefore
I'm not“? magicTools = (new ToolMaterial(1, 208, 6.5F, 1)); magicAxe = (new ItemAxe(magicAxeID, magicTools)).setItemName("magicAxe"); magicHoe = (new ItemHoe(magicHoeID, magicTools)).setItemName("magicHoe");
None
None
None
3.1415926535
None
None
None
None
private static void rangeCheck(int length, int fromIndex, int toIndex) {
if (fromIndex > toIndex) { throw new IllegalArgumentException( "fromIndex(" + fromIndex + ") > toIndex(" + toIndex + ")"); } if (fromIndex < 0) { throw new ArrayIndexOutOfBoundsException(fromInd ex); } if (toIndex > length) { throw new ArrayIndexOutOfBoundsException(toIndex ); } }
None
None
None
None
• ategories: Patent Law
None
None
None
None
None
None
None
None
None