

Investigating Guest Stars in The Office
The Office! What started as a British mockumentary series about office culture in 2001 has since spawned ten other variants across the...
Rubash Mali
3 min read


Python Classes
Python is an “object-oriented programming language.” This means that almost all the code is implemented using a special construct called...
Omnia Sayed
2 min read


Python Functions
A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity...
Omnia Sayed
3 min read


Python techniques: The condition Expression (Also Known As If....Else Statement)
Making a decision with lots of possibilities is too hard, but it's also essential to decide on a single solution. We make decisions every...
rubayat tithi
2 min read
Python data types
Data types in Python Every value in Python has a datatype. Since everything is an object in Python programming, data types are actually...
Nehal Sherif
2 min read
List in python
How to create a list? In Python programming, a list is created by placing all the items (elements) inside square brackets [], separated...
Nehal Sherif
2 min read
