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 3 on PyPI
Search
Brett Cannon
March 10, 2012
Programming
0
110
Python 3 on PyPI
PyCon US 2012 lightning talk
Brett Cannon
March 10, 2012
Tweet
Share
More Decks by Brett Cannon
See All by Brett Cannon
Interesting new features in Python 3.5
brettcannon
0
250
How to make your code Python 2/3 compatible
brettcannon
0
240
Python 3: Why you want it & how to (eventually) get it
brettcannon
0
120
From Source to Code: How CPython's Compiler Works
brettcannon
6
1.4k
Python 3.3: Trust Me, It's Better Than Python 2.7
brettcannon
3
760
How to Pronounce PyPI
brettcannon
0
1.4k
Your PSF Dollars At Work
brettcannon
0
88
Import This, That, and the Other Thing
brettcannon
0
130
How Python is Developed
brettcannon
0
140
Other Decks in Programming
See All in Programming
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.4k
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
400
Gleamという選択肢
comamoca
6
760
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
260
WindowInsetsだってテストしたい
ryunen344
1
190
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
210
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
110
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
420
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
570
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
480
Team operations that are not burdened by SRE
kazatohiei
1
210
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
19
3.5k
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
940
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Docker and Python
trallard
44
3.4k
Statistics for Hackers
jakevdp
799
220k
A Modern Web Designer's Workflow
chriscoyier
694
190k
Optimizing for Happiness
mojombo
379
70k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Navigating Team Friction
lara
187
15k
Scaling GitHub
holman
459
140k
Transcript
Python 3 on PyPI Dr. Brett Cannon PyCon 2012 lightning
talk
Who is on Python 3 in the top 50? http://py3ksupport.appspot.com
Calculate top 50 by taking a project's latest release and calculating: download_total / days_available
I'm happy with where we are • From the beginning
we said it would take 3 - 5 years to get a good chunk of the community moved over • It's been just over 3 years at this point ◦ That was the stretch goal
Please update your PyPI classifiers! Programming Language :: Python ::
3 Programming Language :: Python :: 3.2
For shame! • Ian Bicking (Paste, PasteScript) • Mike Naberezny
(meld3) • Vitaly Babiy, Aaron Westendorf (Haigha) • Benoit Chesneau (gunicorn) • Mitch Garnaat (boto) • Mike Naberezny (supervisor) • Armin Ronacher (Werkzeug, Flask) • Jeff Forcier (ssh) • Andrew Godwin & Andy McCurdy (South) • Robey Pointer (paramiko) • ... and others
Keep on porting! http://docs.python.org/howto/pyporting.html