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 😊
1 year ago | [YT] | 0
View 0 replies
PythonHub
www.instagram.com/reel/DKjqctLRpGJ/?igsh=cjVybWgxc…
1 year ago | [YT] | 0
View 0 replies
PythonHub
What is the output of the following for loop and range() function
for num in range(-2,-5,-1):
print(num, end=", ")
2 years ago | [YT] | 1
View 0 replies
PythonHub
What would be the output of the following code?
a = '50'
b = '40'
print(int(b + a))
2 years ago | [YT] | 2
View 0 replies
PythonHub
How we can declare a function in python ?
2 years ago | [YT] | 2
View 0 replies
PythonHub
What is the value of below print statement?
D={“name”:”NISHITHA”,”age”:20}
print(D[“age”])
2 years ago | [YT] | 9
View 0 replies
PythonHub
What will be the output of the following code snippet ?
d={“name”:”Rama”,”age”:23}
print(list(d.keys()))
2 years ago | [YT] | 9
View 0 replies
PythonHub
What does the -d flag do in the docker run command?
2 years ago | [YT] | 9
View 0 replies
PythonHub
What does pip stand for python?
2 years ago | [YT] | 5
View 0 replies
PythonHub
Which one is NOT a legal variable name in python ?
2 years ago | [YT] | 5
View 3 replies
Load more