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
750
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
120
How Python is Developed
brettcannon
0
130
Other Decks in Programming
See All in Programming
複雑なフォームと複雑な状態管理にどう向き合うか / #newt_techtalk vol. 15
izumin5210
4
3.6k
remix + cloudflare workers (DO) docker上でいい感じに開発する
yoshidatomoaki
0
120
Devin入門と最近のアップデートから見るDevinの進化 / Introduction to Devin and the Evolution of Devin as Seen in Recent Update
rkaga
8
4k
英語文法から学ぶ、クリーンな設計の秘訣
newnomad
1
270
MCP世界への招待: AIエンジニアが創る次世代エージェント連携の世界
gunta
4
800
Kubernetesで実現できるPlatform Engineering の現在地
nwiizo
3
1.8k
SLI/SLOの設定を進めるその前に アラート品質の改善に取り組んだ話
tanden
2
760
なぜselectはselectではないのか
taiyow
2
310
20250326_生成AIによる_レビュー承認システムの実現.pdf
takahiromatsui
17
5.9k
Kamal 2 – Get Out of the Cloud
aleksandrov
0
120
ノーコードツールの裏側につきまとう「20分岐」との戦い
oguemon
0
110
Django for Data Science (Boston Python Meetup, March 2025)
wsvincent
0
270
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
102
18k
Fireside Chat
paigeccino
37
3.4k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
360
Raft: Consensus for Rubyists
vanstee
137
6.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
12
1.4k
Music & Morning Musume
bryan
46
6.4k
Making Projects Easy
brettharned
116
6.1k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
7
620
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
25k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
177
52k
Making the Leap to Tech Lead
cromwellryan
133
9.2k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.6k
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