
Welcome to My Learning Journal
It’s time to sharpen my writing, return to coding, and document the journey—one lesson at a time. This blog was made as an extension to my portfolio where I can demonstrate my learning. No download links will be used.

It’s time to sharpen my writing, return to coding, and document the journey—one lesson at a time. This blog was made as an extension to my portfolio where I can demonstrate my learning. No download links will be used.

I sat down to teach myself to code again, after 12 months of endeavour, this is what I can tell you...
In Day 7 of the 30 Days of Python I go on to learn about sets. Sets can be described as storing unordered, un-indexed, and unique values only. These are the functions we can perform with them.

Tuples are lists, but have some limitations. Using them to store and reference information is typically what we find tuples used for. Nonetheless, in Day 5 of the 30 Days of Python Course by Asabeneh. I now retain my knowledge on tuples.