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
740
How to Pronounce PyPI
brettcannon
0
1.3k
Your PSF Dollars At Work
brettcannon
0
83
Import This, That, and the Other Thing
brettcannon
0
110
How Python is Developed
brettcannon
0
130
Other Decks in Programming
See All in Programming
WebDriver BiDiとは何なのか
yotahada3
1
140
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
250
CI改善もDatadogとともに
taumu
0
120
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
210
技術を根付かせる / How to make technology take root
kubode
1
250
Java Webフレームワークの現状 / java web framework at burikaigi
kishida
9
2.2k
GoとPHPのインターフェイスの違い
shimabox
2
190
仕様変更に耐えるための"今の"DRY原則を考える / Rethinking the "Don't repeat yourself" for resilience to specification changes
mkmk884
0
290
Grafana Cloudとソラカメ
devoc
0
170
チームリードになって変わったこと
isaka1022
0
200
Bedrock Agentsレスポンス解析によるAgentのOps
licux
3
840
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
740
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
50
11k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Gamification - CAS2011
davidbonilla
80
5.1k
Code Review Best Practice
trishagee
67
18k
The Cult of Friendly URLs
andyhume
78
6.2k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
Into the Great Unknown - MozCon
thekraken
35
1.6k
A Modern Web Designer's Workflow
chriscoyier
693
190k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Agile that works and the tools we love
rasmusluckow
328
21k
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