Introduction to programming
Kaggle Certification

Overview
I have successfully completed the Introduction to Programming certification on Kaggle, gaining a foundation in Python programming. This certification provided hands-on experience in writing clean, efficient code and applying programming principles to data analysis, automation, and problem-solving.
Code
Arithmetic and Variables – Calculations, define and modify variables: Link
Functions – Organise your code and avoid redundancy: Link
Data Types – Integers, floats, Booleans and strings: Link
Conditions and Conditional statements – Function running based on input: Link
Intro to Lists – Organise data to be more efficient : Link