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 is the output of this code?
def test():
return 5

print(test() + 2)

3 weeks ago | [YT] | 3

Adon Mathew

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

3 weeks ago | [YT] | 0

Adon Mathew

What will happen in this code?
i = 1

while i < 3:
print(i)

3 weeks ago | [YT] | 2

Adon Mathew

Which module is commonly used for mathematical operations in Python?

3 weeks ago | [YT] | 2

Adon Mathew

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

3 weeks ago | [YT] | 2

Adon Mathew

Which keyword is used to create an object from a class?

4 weeks ago | [YT] | 1

Adon Mathew

What is the output of this code?
x = [1, 2, 3]
print(len(x))

4 weeks ago | [YT] | 4

Adon Mathew

Which Tkinter method is used to start the GUI event loop?

1 month ago | [YT] | 0

Adon Mathew

Which statement about functions is TRUE?

1 month ago | [YT] | 1

Adon Mathew

What is the output of this code?
for i in range(2):
print("Python")

1 month ago | [YT] | 2