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
120
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
260
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
130
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
780
How to Pronounce PyPI
brettcannon
0
1.4k
Your PSF Dollars At Work
brettcannon
0
98
Import This, That, and the Other Thing
brettcannon
0
140
How Python is Developed
brettcannon
0
140
Other Decks in Programming
See All in Programming
Register is more than clipboard
satorunooshie
1
480
AIを駆使して新しい技術を効率的に理解する方法
nogu66
1
630
AI POSにおけるLLM Observability基盤の導入 ― サイバーエージェントDXインターン成果報告
hekuchan
0
660
Feature Flags Suck! - KubeCon Atlanta 2025
phodgson
0
140
アーキテクチャと考える迷子にならない開発者テスト
irof
9
3.1k
モビリティSaaSにおけるデータ利活用の発展
nealle
0
490
Querying Design System デザインシステムの意思決定を支える構造検索
ikumatadokoro
1
1.2k
Eloquentを使ってどこまでコードの治安を保てるのか?を新人が考察してみた
itokoh0405
0
3.2k
CloudNative Days Winter 2025: 一週間で作る低レイヤコンテナランタイム
ternbusty
7
1.4k
知られているようで知られていない JavaScriptの仕様 4選
syumai
0
610
Verilator + Rust + gRPC と Efinix の RISC-V でAIアクセラレータをAIで作ってる話 RTLを語る会(18) 2025/11/08
ryuz88
0
360
オフライン対応!Flutterアプリに全文検索エンジンを実装する @FlutterKaigi2025
itsmedreamwalker
2
210
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
980
Thoughts on Productivity
jonyablonski
73
4.9k
How to Ace a Technical Interview
jacobian
280
24k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Faster Mobile Websites
deanohume
310
31k
Producing Creativity
orderedlist
PRO
348
40k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
RailsConf 2023
tenderlove
30
1.3k
Designing for humans not robots
tammielis
254
26k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
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