I like the way you presented the concepts of dunder functions. Thank you!
@greghumphris1743 ай бұрын
Thank you for making the video. It was just what I was looking for as I wished to extend the string class to do user input processing and validation. Great Work!
@kingshahzad783 ай бұрын
Best Explanation❤
@lakshmiyelchuri236710 ай бұрын
I think so it is a copy of some other video(exact replica)🙄🙄🙄
@bryansong382 Жыл бұрын
no ui at all
@chiaghanamamobichukwu1593 Жыл бұрын
Thank you This was useful
@joaorenatinho1016 Жыл бұрын
Perfect video, very fast and eficient. Thanks a lot
@ssenyangeraymod2047 Жыл бұрын
At least for u u have tried
@Forakt Жыл бұрын
This was a nice run-through of CSV-files. Thank you.
@danish68132 жыл бұрын
Big thanks🙏👏
@ayubadan32202 жыл бұрын
Excellent, very helpful! Keep it up mate :)
@surajrout24822 жыл бұрын
Thank you sir
@sahilkarangutkar38062 жыл бұрын
thanks
@smartlearnteam2 жыл бұрын
Thanks a lot for the explanation. it was very helpful!
@1stRedShirt2 жыл бұрын
This is so helpful. Thank you!
@vanta11183 жыл бұрын
Thank you
@khushbukumari77533 жыл бұрын
Hello sir, can u explain about how update and delete credentials of user .
@shubhamchauhan70783 жыл бұрын
when i write python in cmd prompt it is displaying that python is not recognised
@TechProgrammer13 жыл бұрын
You have to set environment variable most likely.
@soniaayumauliapermatasari75123 жыл бұрын
it work. thank you
@slickwillie33763 жыл бұрын
It works! When I installed Python I did a custom installation to a non-default directory, and when I installed jupyterlab, it went to the default directory, so Jupiter didn't work, until I added the path to the environment. Now it works! Yea!
@doodledots_29753 жыл бұрын
sir how we create gui in jupyter notebook using python
@wisgallery14493 жыл бұрын
Thanks buddy . It's really helpful ❤👍
@lophyre13803 жыл бұрын
Using this method, wouldn’t that make the default object less general? What I mean by that is that now every computer object that gets created will have “8gb” of memory by default and you have to manually change that for every new computer object you make. Is there a way to instantly specify what size of memory I want my computer object to have without having to write an additional line of code?
@amms2473 жыл бұрын
Thank you!
@RATANAGARWALITINFORMER3 жыл бұрын
good topic sir
@mrbaertek3 жыл бұрын
thank you
@Engycation3 жыл бұрын
Very nice video Go ahead
@swimmingshi3 жыл бұрын
Thank you for the explanation. but however it would be much better if you further demo the use case of such method. I find it's hard for me to grab the insight of variants of techniques using. I think I should watch more videos and build more projects!
@TechProgrammer13 жыл бұрын
I will be creating new videos as well as complete playlist with additional projects. Thanks for suggestion.
@shambhav95344 жыл бұрын
It's feels like you are reading, not speaking. You are actually reading, but you must not show that in your speech. And that lack of emotion problem is fixed I think. Maybe that's because of your bad English, try improving on it.
@TechProgrammer14 жыл бұрын
English is not my native language, so yes there are symtoms of that. I m trying to improve and it is improving slowly. I was not reading script in this, but typing and speaking together makes it little difficult to manage, but I m sure slowly I will get there.
@shambhav95344 жыл бұрын
@@TechProgrammer1 Your English is abnormally bad though, will surely get better but till then don't expect more dedicated viewers than me.
@TechProgrammer14 жыл бұрын
Hmm probably I should spend little more time editing videos. Thank you very much for following videos and commenting your views.
@shambhav95344 жыл бұрын
You are talking too much time to teach stuff...it's not good.
@TechProgrammer14 жыл бұрын
Thanks Sambhav for your comment. I will try to improvise. I thought beginners will have trouble if I go too fast. Are you learning Dictionaries for the first time or you already know? Just being curious about the comment if you don't mind answering.
@shambhav95344 жыл бұрын
@Tech Programmer Not that you were slowly teaching but you were the thing is that, you were approaching it in the wrong way. First you need to directly show its syntax and its use and how to use it, then go to other functions, you did that but weren't good at it. Eg. In this video, you started with creating an empty dictionary instead of just teaching the main point of dictionary, First have all the main parts, that's how teaching is done. And also you are explaining stuff you don't need to thinking your audience doesn't know that. And I didn't knew dictionary before this. 1. Say what it is 2. Show syntax 3. Show it in use 4. Show about extra functions you can use on it 5. Give the summary to whatever was done as it could have been overwhelming to the brain. Do in theses steps without over explaining. Not exactly over explaining but explaining the wrong thing, kinda. I will find words to express this and tell you later. And I got these advise by watching others, not just came up just like that.
@TechProgrammer14 жыл бұрын
Yes, I agree that I am covering probably too many points into single video and I should break them down into separate videos. I have other videos which are like that. In these data science videos, my idea was to create video and also provide notebooks so that learner can follow along and the main topic was to learn Data analytics and Data science libraries so those topics will be separated into separate videos, but I covered Python and I didn't want to create too many videos on it. So, tried to group everything in single video. I also needed to cover all the topic. That's why I thought to take bottom up approach, but of course showing the required concepts are more important than covering all the details. I will definitely keep this in mind for future videos. Thanks a lot for your feedback. This definitely helps me.
@jhkz43134 жыл бұрын
Thanks! it really helps me how to create virtual environment! now it's time for me to learn django :)
@TechProgrammer14 жыл бұрын
You're welcome. I will create lessons on Django and Flask later. Right now focusing on data science topics using Python. Keep learning.
@deedanner64314 жыл бұрын
Why do you need the f" for the keyword?
@TechProgrammer14 жыл бұрын
That's used to inform Python compiler that the string that is going to follow will include some variables from Python. Then only we can use interpolation using ${ variable_name }. Without using f, it will simply print it as a string. Try it.
@deedanner64314 жыл бұрын
@@TechProgrammer1 Oh, so if there was a string there instead of a variable all you would need is the quotes not the f, correct?
@deedanner64314 жыл бұрын
My computer is down. I will play around with it tomorrow. Thanks for your help.
@TechProgrammer14 жыл бұрын
Yes for string, it should be just double or single quotes
@TechProgrammer14 жыл бұрын
No poblem. Take your time and always experiment to clear your doubts.
@jadubonl4 жыл бұрын
finally i understand the line: from <something> import <other_something> thank you very much !!!
@TechProgrammer14 жыл бұрын
Glad that it helped.
@deedanner64314 жыл бұрын
This is what I came up with for giving the user 3 chances to guess. Do you think it can be cleaned up a bit? Thanks! import random answer = random.randint(0,10) user_guess = int(input("Enter a number: ")) count = 0 for count in range(2): if user_guess == answer: print(f'You guessed it! The number was {answer}.') break elif user_guess > answer: print("Your guess is too high. Try again!") user_guess = int(input("Enter a number: ")) else: print("Your guess is too low. Try again!") user_guess = int(input("Enter a number: ")) else: if user_guess == answer: print(f'You guessed it! The number was {answer}.') else: print(f'Sorry, you have run out of chances. The number was {answer}.')
@TechProgrammer14 жыл бұрын
Thats great. You are really doing awesome job. Learning requires self practice. Keep up the good work
@deedanner64314 жыл бұрын
Very clear and to the point. Thanks!
@TechProgrammer14 жыл бұрын
Thanks. Glad that you liked it.
@ankitdabra1114 жыл бұрын
Nice content thanks so much keep it up
@TechProgrammer14 жыл бұрын
Thank you. Glad that you liked. Stay tuned. Lot more coming with Data science and machine learning content.
@suidheer4 жыл бұрын
simplest approach. thanks for sharing
@TechProgrammer14 жыл бұрын
Glad you liked it.
@ihssancanmturk38424 жыл бұрын
Me think: wonderful this super wonderful that ;)
@TechProgrammer14 жыл бұрын
Glad that its helping you.
@omegasilva89074 жыл бұрын
Good explanation.
@TechProgrammer14 жыл бұрын
Thanks. If you like, subscribe and share with others to support us.