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

Which widget is used to take input from the user?

4 hours ago | [YT] | 1

Adon Mathew

What is the purpose of Label in Tkinter?

1 day ago | [YT] | 0

Adon Mathew

Which method is used to display widgets in Tkinter?

2 days ago | [YT] | 0

Adon Mathew

What does the following code do?

root = tk.Tk()

3 days ago | [YT] | 0

Adon Mathew

Which module is commonly used to create GUI applications in Python?

4 days ago | [YT] | 0

Adon Mathew

Which of the following best describes a class in Python?

2 months ago | [YT] | 3

Adon Mathew

What will be the output of this code?

class Test:
pass

obj = Test()
print(type(obj))

2 months ago | [YT] | 1

Adon Mathew

What does the self keyword represent in a class?

2 months ago | [YT] | 0

Adon Mathew

What is the purpose of the __init__ method in a class?

2 months ago | [YT] | 2

Adon Mathew

How do you create an object of a class named Student?

2 months ago | [YT] | 2