sets/script.rst
changeset 333 91b427241f8f
parent 281 d91133654fc8
child 427 c193744340ba
equal deleted inserted replaced
332:b702c10e5919 333:91b427241f8f
     1 .. Objectives
     1 .. Objectives
     2 .. ----------
     2 .. ----------
     3 
     3 
     4 .. A - Students and teachers from Science and engineering backgrounds
     4 .. By the end of this tutorial, you will be able to 
     5    B - Will learn what are tuples and why they are needed
     5 
     6        Will learn the various methods of accessing elements in tuples
     6 .. * Create sets from lists
     7    C - 
     7 .. * Perform union, intersection and symmetric difference operations
     8    D - 
     8 .. * Check if a set is a subset of other
       
     9 .. * understand various similarities with lists like length and containership
       
    10 
     9 
    11 
    10 .. Prerequisites
    12 .. Prerequisites
    11 .. -------------
    13 .. -------------
    12 
    14 
    13 ..   1. Getting started with lists
    15 ..   1. Getting started with lists