DAY 3 AT ANDELA BOOTCAMP

On day three, the lessons became so intensive but the mode of teaching was very enjoyable. I got to learn and polish so many things in python in one day. they included data types, data structure use of *args and **kwargs, object oriented programming which involved class, inheritance(sub-class and super-class) importing codes and code katas.

What caught ma attention most was knowing that I would import different modules while working on them. This helped me know that, besides coding, I need to be neat i.e. my code has to be neat. Rather than writing all the functions in one module, I would still import them and even have different modules of different functions.

Oh yes! This was a great relief.This is how to import a module:

from () import ()

where; the brackets preceding from is the file name you want to import from while the brackets preceding import represents the function name to import.

I still look forward to learning more and getting to the next week!