Hey, I’m Adon, a civil engineer turned data scientist. Coming from a non-CS background, I’ve navigated an unconventional path into the world of data science, blending analytical skills with a fresh perspective.

On this channel, we dive into data-driven strategies, tools, and insights to solve real-world problems and unlock career growth in tech—even if you’re starting from scratch.

If that resonates with you, consider subscribing! See you in the next video.

1 subscriber: 19 January 2025
100 subscribers: 22 January 2025
1000 subscribers: 10 April 2025


Adon Mathew

What will be printed?

class Car:
pass
c = Car()
print(type(c))

2 hours ago | [YT] | 0

Adon Mathew

Which of the following is a built-in Python module?

1 day ago | [YT] | 0

Adon Mathew

Which keyword is used to define a function in Python?

2 days ago | [YT] | 2

Adon Mathew

What will be the output?
for i in range(2):
print("Python")

3 days ago | [YT] | 2

Adon Mathew

Which function is used to get input from the user in Python?

3 days ago | [YT] | 3

Adon Mathew

What is the output of this code?
def test():
return 5

print(test() + 2)

1 month ago | [YT] | 3

Adon Mathew

Which widget is used to create a clickable button in Tkinter?

1 month ago | [YT] | 0

Adon Mathew

What will happen in this code?
i = 1

while i < 3:
print(i)

1 month ago | [YT] | 2

Adon Mathew

Which module is commonly used for mathematical operations in Python?

1 month ago | [YT] | 2

Adon Mathew

What is the output of this code?
print(2 + 3 * 2)

1 month ago | [YT] | 2