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.4k
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.9k
Internationalization and Localization Done Right by Ruchi Varshney
pyconslides
9
1.2k
"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
DMMを支える決済基盤の技術的負債にどう立ち向かうか / Addressing Technical Debt in Payment Infrastructure
yoshiyoshifujii
4
650
Jakarta EE Meets AI
ivargrimstad
0
390
slogパッケージの深掘り
integral0515
0
160
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
310
Claude Code で Astro blog を Pages から Workers へ移行してみた
codehex
0
160
ソフトウェア設計とAI技術の活用
masuda220
PRO
25
6.9k
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
570
PHPカンファレンス関西2025 基調講演
sugimotokei
5
1k
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
3
1.7k
GPUを計算資源として使おう!
primenumber
1
290
AWS Summit Japan 2024と2025の比較/はじめてのKiro、今あなたは岐路に立つ
satoshi256kbyte
1
250
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
4
1.3k
Featured
See All Featured
Side Projects
sachag
455
43k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
The Cost Of JavaScript in 2023
addyosmani
51
8.6k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Fireside Chat
paigeccino
37
3.5k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
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