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
100
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
240
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.3k
Python 3.3: Trust Me, It's Better Than Python 2.7
brettcannon
3
720
How to Pronounce PyPI
brettcannon
0
1.3k
Your PSF Dollars At Work
brettcannon
0
82
Import This, That, and the Other Thing
brettcannon
0
100
How Python is Developed
brettcannon
0
110
Other Decks in Programming
See All in Programming
Realtime API 入門
riofujimon
0
150
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
6
1.9k
イベント駆動で成長して委員会
happymana
1
320
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
860
エンジニアとして関わる要件と仕様(公開用)
murabayashi
0
290
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
1
100
Jakarta EE meets AI
ivargrimstad
0
540
最新TCAキャッチアップ
0si43
0
140
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
430
Ethereum_.pdf
nekomatu
0
460
Make Impossible States Impossibleを 意識してReactのPropsを設計しよう
ikumatadokoro
0
170
Duckdb-Wasmでローカルダッシュボードを作ってみた
nkforwork
0
120
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
Code Review Best Practice
trishagee
64
17k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
6.9k
The Invisible Side of Design
smashingmag
298
50k
Unsuck your backbone
ammeep
668
57k
Building Applications with DynamoDB
mza
90
6.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
24k
Producing Creativity
orderedlist
PRO
341
39k
Practical Orchestrator
shlominoach
186
10k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.3k
A better future with KSS
kneath
238
17k
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