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
エンジニア向け採用ピッチ資料
inusan
0
180
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
170
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.8k
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
0
420
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
530
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
1
600
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
660
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
420
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
460
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
0
570
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
610
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
250
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
223
9.7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Into the Great Unknown - MozCon
thekraken
39
1.9k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
800
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Testing 201, or: Great Expectations
jmmastey
42
7.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Documentation Writing (for coders)
carmenintech
72
4.9k
GitHub's CSS Performance
jonrohan
1031
460k
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