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 in Fedora
Search
Petr Viktorin
June 17, 2016
Programming
0
96
Python in Fedora
For the Python Language Summit
Coverage:
https://lwn.net/Articles/690676/
Petr Viktorin
June 17, 2016
Tweet
Share
More Decks by Petr Viktorin
See All by Petr Viktorin
Komunitní kurzy
encukou
0
220
Jak postavit slovník z jedniček a nul
encukou
0
620
Python Packaging in Fedora
encukou
0
420
Essential Testing Concepts
encukou
0
98
Import Deep Dive
encukou
0
70
Dynamic Time Warping & Synchronizace videí
encukou
0
85
Python 3.4
encukou
0
98
Extending FreeIPA
encukou
0
360
import asyncio
encukou
0
540
Other Decks in Programming
See All in Programming
階層化自動テストで開発に機動力を
ickx
1
370
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
2
22k
コーディングエージェント概観(2025/07)
itsuki_t88
0
100
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
300
[SRE NEXT] 複雑なシステムにおけるUser Journey SLOの導入
yakenji
0
410
顧客の画像データをテラバイト単位で配信する 画像サーバを WebP にした際に起こった課題と その対応策 ~継続的な取り組みを添えて~
takutakahashi
4
1.3k
副作用と戦う PHP リファクタリング ─ ドメインイベントでビジネスロジックを解きほぐす
kajitack
2
340
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
7.6k
AIともっと楽するE2Eテスト
myohei
9
3.1k
MDN Web Docs に日本語翻訳でコントリビュートしたくなる
ohmori_yusuke
1
130
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
240
「App Intent」よくわからんけどすごい!
rinngo0302
1
120
Featured
See All Featured
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Designing for humans not robots
tammielis
253
25k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
980
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Raft: Consensus for Rubyists
vanstee
140
7k
Music & Morning Musume
bryan
46
6.7k
Designing Experiences People Love
moore
142
24k
Agile that works and the tools we love
rasmusluckow
329
21k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
350
Transcript
Python in Fedora Petr Viktorin
[email protected]
Python Language Summit, 2016-05-28
Hello, I'm Petr! Python-Maint team lead Contributor Organizer Mentor
Python 3 in Fedora
fedora.portingdb.xyz Going for 50% packages ported by Fedora 25 (July-August)
Still on Python 2 Desktop toolkits GTK (2 → 3)
Gimp Inkscape Sugar wxWidgets shiboken/PySide python-xlib Ansible Enterprise Samba FreeIPA Odoo Tryton VCS & Co. Mercurial Bazaar Trac Fedora infra Koji & Bodhi fedmsg tools cobbler pulp (OpenStack) Web (Twisted) ToscaWidgets
Our Porting Guides py3c incl. C Extension porting guide RPM
Porting Guide Conservative Porting Guide (ETA: summer)
Fedora's System Python
Stdlib by disk size test asyncio email tkinter encodings distutils
unittest pydoc_data ensurepip ctypes lib2to3 idlelib individual modules
System Python /usr/libexec/system-python Intended for essential system tools & Cloud
Doesn't include the full standard library Packages can opt in to (and test with) it Precedents Debian's python-minimal already unbundled: tkinter (+idle, turtle), test Future idea for dist-sig: Way for packages to optionally specify stdlib subset?
Slides licensed under CC-BY-SA 3.0 http://creativecommons.org/licenses/by-sa/3.0/ Logos belong to their
respective owners