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 the output?
class Student:
def __init__(self, name):
self.name = name
s1 = Student("Rahul")
print(s1.name)
1 day ago | [YT] | 0
View 0 replies
Adon Mathew
Which function is used to display output on the screen?
2 days ago | [YT] | 0
View 0 replies
Adon Mathew
Which of the following is NOT a valid arithmetic operator in Python?
3 days ago | [YT] | 2
View 0 replies
Adon Mathew
What will be the output?
numbers = [10, 20, 30]
print(len(numbers))
4 days ago | [YT] | 0
View 0 replies
Adon Mathew
Which Tkinter widget is commonly used to display text?
5 days ago | [YT] | 1
View 0 replies
Adon Mathew
Which of the following is used to create an object of a class?
6 days ago | [YT] | 1
View 0 replies
Adon Mathew
What will be the output?
x = 5
if x > 3:
print("Yes")
else:
print("No")
1 week ago | [YT] | 3
View 2 replies
Adon Mathew
Which statement is used to import the math module?
1 week ago | [YT] | 0
View 0 replies
Adon Mathew
What will be the output?
def greet():
print("Hello")
greet()
1 week ago | [YT] | 1
View 0 replies
Adon Mathew
Which Tkinter widget is used to accept text input from the user?
1 week ago | [YT] | 0
View 0 replies
Load more