SortedContainers

8 views
Skip to first unread message

Jesús Gómez

unread,
Apr 25, 2016, 8:06:13 PM4/25/16
to python-venezuela
SortedList, SortedDict y SortedSet,si lo necesitan [1].

Conocí hoy este proyecto gracias a este artículo en PythonTips[2]

[1] http://www.grantjenks.com/docs/sortedcontainers/
[2] https://pythontips.com/2016/04/24/python-sorted-collections/

Tomas Henriquez

unread,
Apr 26, 2016, 10:06:24 AM4/26/16
to python-venezuela
Esta chevere! justo ayer tuve que organizar un diccionario por su llave, al final termine haciendo esto:

from collections import OrderedDict
sorted_dict = OrderedDict(sorted(my_dict.items()))

Dudo que sea tan rapido como el que colocas, pero para cosas mas mundanas funciona bien hehe.

--
Este es un mensaje del foro Python de Venezuela - http://www.python.org.ve
Para suscripciones y retiros: http://goo.gl/ug9by
---
Has recibido este mensaje porque estás suscrito al grupo "Python Venezuela" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a python-venezue...@googlegroups.com.
Para obtener más opciones, visita https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages