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
85
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
200
Jak postavit slovník z jedniček a nul
encukou
0
570
Python Packaging in Fedora
encukou
0
390
Essential Testing Concepts
encukou
0
90
Import Deep Dive
encukou
0
56
Dynamic Time Warping & Synchronizace videí
encukou
0
77
Python 3.4
encukou
0
93
Extending FreeIPA
encukou
0
340
import asyncio
encukou
0
520
Other Decks in Programming
See All in Programming
GoとPHPのインターフェイスの違い
shimabox
2
170
Pythonでもちょっとリッチな見た目のアプリを設計してみる
ueponx
1
530
チームリードになって変わったこと
isaka1022
0
190
Formの複雑さに立ち向かう
bmthd
1
810
Open source software: how to live long and go far
gaelvaroquaux
0
630
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
220
AWS Lambda functions with C# 用の Dev Container Template を作ってみた件
mappie_kochi
0
240
密集、ドキュメントのコロケーション with AWS Lambda
satoshi256kbyte
0
190
Honoとフロントエンドの 型安全性について
yodaka
5
330
Amazon Bedrock Multi Agentsを試してきた
tm2
1
280
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
160
Ruby on cygwin 2025-02
fd0
0
140
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
Site-Speed That Sticks
csswizardry
3
370
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
The Invisible Side of Design
smashingmag
299
50k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Code Review Best Practice
trishagee
66
17k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
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