James Owusu-Appiah
3 min read
Functions In Python
Python Functions A function is a piece of code that performs a specific task and only runs when called. It is made up of a set of...
jackson_gargar
1 min read
finding the circumference, Circumference, Area and Diameter Of a Circle
""" Author: Jackson I. Gargar Date: 1/12/2022 Assignment: Task: How to find the Circumference, Area and Diameter Of a Circle. """ Storing...
Youssef Hussien
4 min read
Was The Office a GOOD Series ?
Hello folks, The OFFICE, huh! An exciting series, right? However, we are here today to use it in our data science learning journey. But...
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...
Youssef Hussien
3 min read
Genders in Python aka Data Types:)
This blog introduces the concept of data types in Python.