Sujan Karki
5 min read
Combining and Aggregating Data in Python
While analyzing data, there might arise situations where the data required is available in different tables. In such situations, one...
Rawda Rumaieh
2 min read
constructing a function never been easier !
Have you ever spent time to determine how many arguments you should pass to your function? After each line of code you realize you should...
Rawda Rumaieh
1 min read
Multiplying all elements in list
since “A Journey of a Thousand Miles Begins with a Single Step” understanding how to basically reach every element in a list and using...
Rawda Rumaieh
1 min read
calculate your BMI for better health
As obesity doesn't only affect your physical health it can have a damaging effect on the quality of life. thus evaluating the body mass...
fredy chimire
1 min read
Converting numbers into words
I started by defining a function which enable the user to enter input values of number needed to be converted into words #Defining a...