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?
print(2 + 3 * 2)

6 hours ago | [YT] | 0

Adon Mathew

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

1 day ago | [YT] | 0

Adon Mathew

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

2 days ago | [YT] | 3

Adon Mathew

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

3 days ago | [YT] | 0

Adon Mathew

Which statement about functions is TRUE?

4 days ago | [YT] | 1

Adon Mathew

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

5 days ago | [YT] | 1

Adon Mathew

Which of the following creates an empty list?

6 days ago | [YT] | 0

Adon Mathew

What will be the output?
x = 10
if x >= 10:
print("Yes")

1 week ago | [YT] | 4

Adon Mathew

Which operator is used to check equality in Python?

1 week ago | [YT] | 3

Adon Mathew

What is the output of this code?
print(type(True))

1 week ago | [YT] | 2