Please complete entire dsa with python no one can teach like you you're the best ❤😊
@lifemotivation85306 күн бұрын
Sir jb mai cmd me cd desktop command run kar rha hu toh (the system cannot find the path specified) aarha hai
@soheltechedt6 күн бұрын
i love your explanation
@jaypatel_40997 күн бұрын
import math n=50 l=math.ceil(math.log(n,2)) print((2**l-1)^n)
@Rakhee-s5v7 күн бұрын
Very nice.....very simply explained.
@harshitmishra78147 күн бұрын
yes brother
@RambabuLodhi-f6u8 күн бұрын
10x bhai
@Charvak0079 күн бұрын
bro your videos are amazing please make a full complied video playlist of python course and with all those topics which you have not covered yet.. you python teaching skills are best on youtube... thanks for teaching function in this amazing and detailed way
@Codeyug9 күн бұрын
kzbin.info/aero/PLI4OVrCFuY543naNBsCaRLrLSxI7MUOzZ This is complete python course
@personal18729 күн бұрын
>>> a = [1,2,3] >>> b = [4,5,6] >>> c = [7,8,9] >>> print([tuple(a), tuple(b), tuple(c)]) output: [(1, 2, 3), (4, 5, 6), (7, 8, 9)]
@riteshsharma184310 күн бұрын
n = int(input("enter the number : ")) p = int(input("how many power for the given number ? = ")) def power(n,p): if p == 0: return 1 else: return n*power(n,p-1) res = power(n,p) print(f"the value of {n} to the power of {p} is equal to {res}.")
@riteshsharma184310 күн бұрын
#printing name multiple without using loop or without multiple print statement name = input("enter your name : ") n = int(input("how many times you want to print your name ? = ")) i = 0 def display(name): global i,n if i == n: return i = i +1 print(f"{name},{i} times") return display(name) display(name)
@efootball-dls_9310 күн бұрын
3:50 aj ke liye bas itnahi viral diloag in 2024-25
@KapilSharma5641910 күн бұрын
koi question link daal diya karo yar
@PSECgagankumar10 күн бұрын
nice one bro
@Combuddy11 күн бұрын
Sistem
@tajik-h4q11 күн бұрын
method over riding!
@abdulbasithshaik361411 күн бұрын
For 3rd question we can directly use triple single quotes.
@ankitanapit175712 күн бұрын
Thank you so much sir you are great ❤ no one teach like you 😊
@manasswain163613 күн бұрын
This guy is not less than a God to me
@ruploo5814 күн бұрын
Crush example was hilarious
@ruploo5814 күн бұрын
You are just superb, I am loving your tutoriala
@AjinkyaF14 күн бұрын
sir can u please make a video on working of nested for loop for star pattern or any other program where nested for loop is used
@Codeyug14 күн бұрын
Just search on youtube :- "gor loop codeyug". I hope you will get it
@NatureSoundsandSleepmodes15 күн бұрын
Thnks bro
@Online_Courses-4AI16 күн бұрын
Explained in detail.
@Codeyug14 күн бұрын
Thanks and keep going
@omkarkarl19 күн бұрын
Because of you i got understanding of code in depth sir. Jay Maharashtra
@hemanthmuvvala565219 күн бұрын
You missed the 9th question and hopped into the 10th🙄
@satishjivrag-kb5us20 күн бұрын
Really informative thank you so much. Your explanation is simple and to the point.❤️😊 I have seen your lots of videos. I have one humble request please make a very long video on project from scratch of Data engineering, Roles and responsibilities in details of one single data developer.
@karan0114320 күн бұрын
Dekh bhai 15 min me exam hai data mining ka to ye dekh le ke jaa rha hoo lagta hai ho jayega theek
@Codeyug20 күн бұрын
Hope everything went well
@harshsarkarff12557 күн бұрын
Sahi mai
@VirajPoriya-qp6vr21 күн бұрын
🎉
@txlavagamer21 күн бұрын
→ ma Bangladeshi hu, my apka playlist follow karky bohat kus sikahu iskalia, apoko phaly danaibad myba question ha * apkahasy siktaho. * kus book ky name batia joparky my or bi jada kus sikhu *bhi ap bohat late my video upload karty ho kislia Or bhi mare name rabbi hy😊
@anandkumar-wf1so21 күн бұрын
you are GOAT!
@abhaykashyap480922 күн бұрын
Kya hum add object me direct add method ka return value pass kar sakte hain kya phir uss return value ka square kar sakte hain
@abhaykashyap480922 күн бұрын
Self is a variable that contain memory location of current object
@Codeyug22 күн бұрын
Yees
@manasswain163622 күн бұрын
One of the best playlist for python , no no THE BEST playlist for python on youtube, don't know why the video has so less views, feels unfair to this channel creator.
@Bunk4Code22 күн бұрын
Your tutorials have a nice explanation because you are considering many aspects of the challenges in the questions.
@Codeyug22 күн бұрын
Thanks and please do share
@VinodKumar-gv7cm22 күн бұрын
Great job 👍 Really appreciate your help and support