Welcome to PythonHub, your go-to destination for learning Python from scratch! I'm Nishitha Damamkar, a passionate Python developer with 2.5 years of experience. Whether you're a complete beginner or looking to brush up your skills, this channel is designed to make Python programming accessible and fun. Join me on this learning journey as we explore the fundamentals, tackle real-world projects, and build a solid foundation in Python. Don't forget to subscribe, hit the bell icon, and let's code together!


PythonHub

Please follow our telegram channel for latest update on finance,tech and health blogs 😊

4 months ago | [YT] | 0

PythonHub

What is the output of the following for loop and  range() function

for num in range(-2,-5,-1):
    print(num, end=", ")


 

1 year ago | [YT] | 1

PythonHub

What would be the output of the following code?
a = '50'
b = '40'
print(int(b + a))

1 year ago | [YT] | 2

PythonHub

How we can declare a function in python ?

1 year ago | [YT] | 2

PythonHub

What is the value of below print statement?
D={“name”:”NISHITHA”,”age”:20}
print(D[“age”])

1 year ago | [YT] | 9

PythonHub

What will be the output of the following code snippet ?
d={“name”:”Rama”,”age”:23}
print(list(d.keys()))

1 year ago | [YT] | 9

PythonHub

What does the -d flag do in the docker run command?

1 year ago | [YT] | 9

PythonHub

What does pip stand for python?

1 year ago | [YT] | 5

PythonHub

Which one is NOT a legal variable name in python ?

1 year ago | [YT] | 5