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
98
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
630
Python Packaging in Fedora
encukou
0
420
Essential Testing Concepts
encukou
0
99
Import Deep Dive
encukou
0
71
Dynamic Time Warping & Synchronizace videí
encukou
0
86
Python 3.4
encukou
0
99
Extending FreeIPA
encukou
0
370
import asyncio
encukou
0
550
Other Decks in Programming
See All in Programming
DataformでPythonする / dataform-de-python
snhryt
0
160
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
720
構文解析器入門
ydah
7
2.1k
管你要 trace 什麼、bpftrace 用下去就對了 — COSCUP 2025
shunghsiyu
0
360
新しいモバイルアプリ勉強会(仮)について
uetyo
1
250
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
4
2.5k
The State of Fluid (2025)
s2b
0
110
MCPで実現できる、Webサービス利用体験について
syumai
7
2.5k
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
0
530
Terraform やるなら公式スタイルガイドを読もう 〜重要項目 10選〜
hiyanger
12
3k
「次に何を学べばいいか分からない」あなたへ──若手エンジニアのための学習地図
panda_program
3
730
React は次の10年を生き残れるか:3つのトレンドから考える
oukayuka
41
16k
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.3k
Practical Orchestrator
shlominoach
190
11k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
The Invisible Side of Design
smashingmag
301
51k
Fireside Chat
paigeccino
38
3.6k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Navigating Team Friction
lara
188
15k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Documentation Writing (for coders)
carmenintech
73
5k
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