Tech C**P
15 subscribers
161 photos
9 videos
59 files
304 links
مدرس و برنامه نویس پایتون و لینوکس @alirezastack
Download Telegram
When you use set in Python it makes sure that your list is unique, but does not keep the insertion order of
the set. For that use the below python package:

https://pypi.python.org/pypi/orderedset

NOTE: becareful if you want to use it in production as it is 5 times slower than set!

#python #set #ordered_set #orderedset