100 days of code. Day 2

This day was dealing with data types and specifically numbers. We covered the int() and float() values, along with subscript printing. We also explored the type() function to identify if the value we are handing is a int, string or float. BMI Calculator There were several exercises and one of them is calculating the Body … Read more

100 days of Code. Day 1

I decided to finally start the Udemy Course 100 Days of Code – The Complete Python Pro Bootcamp for 2021. My goal is to do this daily and if time permits, share my comments and projects for the day on this site. This Udemy course starts without needing Python installed as we are leveraging a … Read more