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
91
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
210
Jak postavit slovník z jedniček a nul
encukou
0
600
Python Packaging in Fedora
encukou
0
400
Essential Testing Concepts
encukou
0
92
Import Deep Dive
encukou
0
62
Dynamic Time Warping & Synchronizace videí
encukou
0
78
Python 3.4
encukou
0
95
Extending FreeIPA
encukou
0
350
import asyncio
encukou
0
530
Other Decks in Programming
See All in Programming
AI時代の開発者評価について
ayumuu
0
220
ComposeでWebアプリを作る技術
tbsten
0
120
API for docs
soutaro
3
1.5k
実践Webフロントパフォーマンスチューニング
cp20
42
9.2k
エンジニアが挑む、限界までの越境
nealle
1
290
Instrumentsを使用した アプリのパフォーマンス向上方法
hinakko
0
140
「理解」を重視したAI活用開発
fast_doctor
0
220
MCP調べてみました! / Exploring MCP
uhzz
2
2.3k
Deoptimization: How YJIT Speeds Up Ruby by Slowing Down / RubyKaigi 2025
k0kubun
1
1.5k
RubyKaigi Dev Meeting 2025
tenderlove
1
690
七輪ライブラリー: Claude AI で作る Next.js アプリ
suneo3476
1
140
Ruby on Railroad: The Power of Visualizing CFG
ydah
0
260
Featured
See All Featured
Embracing the Ebb and Flow
colly
85
4.7k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.4k
Code Reviewing Like a Champion
maltzj
523
40k
Become a Pro
speakerdeck
PRO
28
5.3k
YesSQL, Process and Tooling at Scale
rocio
172
14k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Bash Introduction
62gerente
611
210k
Transcript
Python in Fedora Petr Viktorin pviktori@redhat.com 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