Hi guys! This is a new chapter towards my IGCSE computer science course and these are some key words:

A Counter is a container that keeps track of how many times equivalent values are added. It can be used to implement the same algorithms for which bag or multi set data structures are commonly used in other languages.

An array is a data structure that stores values of same data type. In Python, this is the main difference between arrays and lists. While python lists can contain values corresponding to different data types, arrays in python can only contain values corresponding to same data type.

Here are some more key words in a python script: append and remove.

fruits

 

This is another video of me and my friends (Alistair and Manav) explaining a python script that we did for our holiday homework. Hope you enjoy!

Alistair’s wordpress link: https://alistaircomputerscience.wordpress.com/

Manav’s wordpress link: https://computerscienceigsce.wordpress.com/

Video: https://www.youtube.com/watch?v=mCUNjHXZP5E

Holiday Homework end product script:

holiday-hw-working-script

 

A video of me Alistair and  Manav solving the problem of our python script.

Alistair’s wordpress link: https://alistaircomputerscience.wordpress.com/

Manav’s wordpress link: https://computerscienceigsce.wordpress.com/

Video: https://www.youtube.com/watch?v=kQHs5j_I97M