Skip to main content
Tuples Vs Lists on Python
Tuples Vs Lists
Tuples Vs Lists. Generated with AI.

tuples and lists are two types of data incorporated in Python that are used to store collections of elements. Although they share some similarities, they also have key differences. Let’s look at them:


Jose CerrejonLess than 1 minuteDeveloperPythonDeveloperTuplesListsComparison
Umount & Clean your NTFS/exFAT partition from macOS using Python
external hard drive
My external hard drive with tons of 💩.

Sometimes I think I'm the one who has problems with the NTFS/exFAT partition on macOS. I have to unmount and clean it, because exFAT is the file system I use on a Raspberry Pi acting as NAS using the great DietPi OS.


Jose CerrejonAbout 2 minAppleTipsPythonTutorial