jagomart
digital resources
picture1_Py 10 List


 136x       Filetype PDF       File size 1.61 MB       Source: komputasi.files.wordpress.com


File: Py 10 List
collection lists python programming fundamental husni department of informatics engineering university of trunojoyo madura outline processing collection of data using lists list creation and manipulation various operations on lists 2 ...

icon picture PDF Filetype PDF | Posted on 03 Feb 2023 | 2 years ago
Partial capture of text on file.
    Collection: Lists
         Python Programming Fundamental 
                         Husni
            Department of Informatics Engineering
               University of Trunojoyo Madura
   Outline
  •Processing collection of data using lists
  •List creation and manipulation
  •Various operations on lists
                                                                   2
   Storing Collection of Data
   •Python provides many built-in data types to store a group 
    of data
    ◦ list–an ordered collection of objects
    ◦ tuple–immutable version of list
    ◦ dict–a collection of key-value mapping
    ◦ set – an unordered collection of distinct objects
   •And a lot more in the standard collections module
   •This course will focus only on list
                                                                          3
   Quick Task: Find Average
   •Find the average score of students.
                                   Enter student score (or ENTER to finish): 24
                                   Enter student score (or ENTER to finish): 26
                                   Enter student score (or ENTER to finish): 28
                                   Enter student score (or ENTER to finish): 32
                                   Enter student score (or ENTER to finish):
          24            28         Average score is 27.5
            26          32
                                                                                 4
The words contained in this file might help you see if this file matches what you are looking for:

...Collection lists python programming fundamental husni department of informatics engineering university trunojoyo madura outline processing data using list creation and manipulation various operations on storing provides many built in types to store a group an ordered objects tuple immutable version dict key value mapping set unordered distinct lot more the standard collections module this course will focus only quick task find average score students enter student or finish is...

no reviews yet
Please Login to review.