Kalexam hai ... Ajj raat bar padunga 🥲🥲 .... btw awesome teaching experience 🤩🤩
@codeitup2 жыл бұрын
😊👍
@MrMukulpandey3 жыл бұрын
Every concept which i have seen till now is cleared....u r doing great..👌 Can u please start a series of projects in python which can be useful for College as well as those who are going to give interview or enhance their python skills in deep... because you explain easily everything 😊👌
@amit915012 ай бұрын
your videos are awsome, I purchased ur python book, it is really good
@codeitup2 ай бұрын
Awesome, thank you!
@VeNomop001413 жыл бұрын
0 dislike... this is show teachers explainaton power ✨💖💨👀
@codeitup3 жыл бұрын
😊
@harshitkanojiya97523 жыл бұрын
Sir , congratulations 🎉 aap ki is vedio pe ek bhi dislike nhi hai
@codeitup3 жыл бұрын
Thanks Harshit!
@ShivSingh-ss1vr4 жыл бұрын
Very helpful video Sir
@codeitup4 жыл бұрын
Keep watching !
@ShameekMukherjee-j9c9 ай бұрын
7:37 sir 1,2,3 ke baad comma nai h toh wo consider hoga kya 3 ??
@arhamazhar31102 жыл бұрын
Thank-you sir ❤️
@codeitup2 жыл бұрын
Most welcome😊
@lofi65hf11 ай бұрын
Thanku sir🥰
@codeitup11 ай бұрын
Most welcome!
@sivakumar-rs1ne4 жыл бұрын
Awesome Explaination Sir..🔥🔥 Loved & enjoyed watching your videos on C programming..😊😊 Sir Make videos on Python Tkinter GUI, exception handling, File handling.. Waiting..:) &what's your profession sir..?
@codeitup4 жыл бұрын
Sure, step by step I will cover all these topics..
@_AkashRuidas4 жыл бұрын
Tq
@codeitup4 жыл бұрын
🙂
@sheikhmuktadir2604 жыл бұрын
I almost complete python thanks to you sir... But i don't know oops and modules... can you please make videos in modules and oops concept... please sir
@codeitup4 жыл бұрын
I will start Modules very soon.
@faizalkhalifa91873 жыл бұрын
Thank sir
@codeitup3 жыл бұрын
Most welcome Faizal!
@BadalKumar-tu2wg3 жыл бұрын
Good
@codeitup3 жыл бұрын
😊
@meow-rd6op4 жыл бұрын
🔥
@codeitup4 жыл бұрын
😊
@vatsalsharma084 жыл бұрын
Sur aapne dictionary ko tuple mai change ka ni btaya vohi mere ko aapse samajhna tha🙏🙏
@codeitup4 жыл бұрын
Converting a dictionary into a list of tuples creates a list that contains each key-value pair in the dictionary as a tuple. For example, converting the dictionary {"a": 1, "b": 2, "c": 3} into a list of tuples results in [("a", 1), ("b", 2), ("c", 3)] .