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
91
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
Webinar: AI-Powered Development: Transformiere deinen Workflow mit Coding Tools und MCP Servern
danielsogl
0
110
DataformでPythonする / dataform-de-python
snhryt
0
160
20250808_AIAgent勉強会_ClaudeCodeデータ分析の実運用〜競馬を題材に回収率100%の先を目指すメソッドとは〜
kkakeru
0
140
AIのメモリー
watany
13
1.4k
Terraform やるなら公式スタイルガイドを読もう 〜重要項目 10選〜
hiyanger
12
3k
バイブコーディング × 設計思考
nogu66
0
110
CEDEC 2025 『ゲームにおけるリアルタイム通信への QUIC導入事例の紹介』
segadevtech
3
830
「リーダーは意思決定する人」って本当?~ 学びを現場で活かす、リーダー4ヶ月目の試行錯誤 ~
marina1017
0
210
Gemini CLIの"強み"を知る! Gemini CLIとClaude Codeを比較してみた!
kotahisafuru
3
970
バイブスあるコーディングで ~PHP~ 便利ツールをつくるプラクティス
uzulla
1
330
Understanding Kotlin Multiplatform
l2hyunwoo
0
250
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
960
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Side Projects
sachag
455
43k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Balancing Empowerment & Direction
lara
1
540
Automating Front-end Workflow
addyosmani
1370
200k
A Tale of Four Properties
chriscoyier
160
23k
The Invisible Side of Design
smashingmag
301
51k
Speed Design
sergeychernyshev
32
1.1k
Building Adaptive Systems
keathley
43
2.7k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
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