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
870
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.2k
Python for Humans
pyconslides
40
6.6k
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.5k
Use curses, don't swear by Sean Zicari
pyconslides
2
1.4k
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.2k
Other Decks in Programming
See All in Programming
Debugging: All you need to know (for simultaneous interpreting)
jmatsu
2
630
Kotlin 2.0が与えるAndroid開発の進化
masayukisuda
1
310
How to Break into Reading Open Source
kaspth
1
200
Lessons by WebAssembly app in production on CDN Edge Computing Service
tetsuharuohzeki
0
180
GenU導入でCDKに初挑戦し、悪戦苦闘した話
hideg
0
150
What is Parser
yui_knk
9
4.1k
全部見せます! クラシルリワードのSwiftTesting移行プロジェクト
uetyo
0
190
LangChainでWebサイトの内容取得やGitHubソースコード取得
shukob
0
150
Ruby Parser progress report 2024
yui_knk
2
220
Ebitengineの1vs1ゲーム WebRTCの活用
ponyo877
0
370
null or undefined
susisu
23
6.2k
月間4.5億回再生を超える大規模サービス TVer iOSアプリのリアーキテクチャ戦略 - iOSDC2024
techtver
PRO
1
810
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2k
RailsConf 2023
tenderlove
28
810
Building Flexible Design Systems
yeseniaperezcruz
325
37k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
41
6.5k
The Mythical Team-Month
searls
218
43k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.4k
Mobile First: as difficult as doing things right
swwweet
221
8.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
48
2.8k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
157
15k
The Pragmatic Product Professional
lauravandoore
31
6.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
166
48k
How GitHub Uses GitHub to Build GitHub
holman
472
290k
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