Top Categories

Python 3 Tutorial for Beginners #15 - Sorting & Sets
  • Category:
  • Sub Category:
  • sort method
  • sorting tutorial
  • Python Sorting
  • Tutorial
  • python tutorials
  • python 3 sets
  • Python Sets
  • python tutorial for beginners
  • Python Tutorial
  • sets vs lists
No Views

Hey all, in this Python 3 tutorial we'll take a look at sorting data (lists) in to numerical and alphabetical order. We'll also look at a new data type called sets. Sets are a collection of data which do not allow duplicate values within them. 

Comments

You Might Be Interested In