Scopes and closure in python

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • Visit chaicode.com for all related materials, community help, source code etc.
    Welcome to chai aur code, a coding/programming dedicated channel in Hindi language. Now you can learn best of programming concepts with industry standard practical guide in Hindi language.
    All source code is available at my Github account:
    github.com/hit...
    Our Open-Source Project is here: freeapi.app
    Join me at whatsapp: hitesh.ai/what...
    for community discord: hitesh.ai/discord
    Instagram pe yaha paaye jaate h:
    / hiteshchoudharyofficial
    HTML video series: • HTML and VSCode - gett...
    Complete javascript series: • Javascript for beginne...
    Complete Reactjs series: • React JS roadmap | cha...
    Javascript and react interview series: • 1 call se shuru hui pl...
    Backend development with Javascript: • Javascript Backend Roa...
    Python Series: • Python series launch |...

Комментарии • 426

  • @sidharthkashyap6241
    @sidharthkashyap6241 11 месяцев назад +16

    Very Informative video sir...Thanks a Lot.
    Also, a humble request to all my fellow learners, it is evident that only ten percent viewers are liking or commenting on this series....guys this man is giving enormous value to us....trust me , i have taken paid as well as international courses but the way he is teaching and elucidating such complex topics in Easy manner , it is rare. Th e least we can do is to motivate him through liking, subscribing, and sharing his content. Thank you.

  • @Lucifervishu
    @Lucifervishu 10 месяцев назад +3

    sir doing awesome job to teach us

  • @AmitGusai-u7i
    @AmitGusai-u7i Год назад +9

    Out of the series in python, yours is the best one and in-depth

    • @skasr4124
      @skasr4124 10 месяцев назад

      Thank you very much sir

  • @anujpoudel
    @anujpoudel Год назад +4

    even though i already know these concepts im still watching it and appreciating this playlist. It was unfortunate for me that i didn't have these videos when i started learning python and had to learn hardway and took so much time which shouldn't be the case. Thank you sir 😄

  • @justtt.prerna
    @justtt.prerna 11 месяцев назад +1

    Idk but why this course is too underrated....In depth explanation, too easy to understand and implement , concepts are cleared for beginners too.

  • @nikhilgamercoc3166
    @nikhilgamercoc3166 Год назад +41

    Sir, let's start with Django after completing the Python series. ❤

  • @RabiyaShaikh2511
    @RabiyaShaikh2511 4 месяца назад

    Because of you Hitesh sir, I have develop my interest in coding. You are rare.

  • @yaswanthreddy2623
    @yaswanthreddy2623 6 месяцев назад +1

    Initially it was very complex to understand the working of closures. But, after watching the 2nd time it was clear. Thank you hitesh sir.

  • @foodiepanda6281
    @foodiepanda6281 20 дней назад

    Thank you dear sir for the amazing lectures

  • @Coder-rohits
    @Coder-rohits 6 месяцев назад +1

    your style and passion to take everything in depth is one of the thing which makes me crazy for programming

  • @shaikusman536
    @shaikusman536 9 месяцев назад

    Finally Scopes & Closure simplified......Thanks Hitesh sir ji....Respect from Bangalore...

  • @anandshinde0358
    @anandshinde0358 10 месяцев назад +1

    Thank you❤❤❤

  • @shivkojha
    @shivkojha 11 месяцев назад

    I am learning these concepts from docs and got overwhelmed, suddenly reminded about you and came here, this is so clear now, going to learn from next video of Object oriented programming.

  • @YuktiGarg-gi8zh
    @YuktiGarg-gi8zh 8 месяцев назад

    A great series from basic to advanced as he gives scope to 30 minutes that is finished by all the tutors in theory he is providing the implementation. A great Teacher, Thank you for this series.

  • @MDFAIZANSARI
    @MDFAIZANSARI 11 месяцев назад +3

    Closure explaination is very smooth.

    • @_little_master1874
      @_little_master1874 10 месяцев назад

      chal jhuthe

    • @MDFAIZANSARI
      @MDFAIZANSARI 10 месяцев назад

      @@_little_master1874 Closure ache se padhle, decorators smjhne me asani hogi... 😅

  • @AshharKhan-yy7zs
    @AshharKhan-yy7zs Месяц назад

    Sir,You bring revolution by teaching such complex and tough topics in a easy and simple language.

  • @abhishekkumbhar7079
    @abhishekkumbhar7079 Год назад

    awesome video on closure. I can able to relate with closure in JS from chai aur javascript series. Amazing teaching SirJi !!!💯💯💯💥💥💥💥💥💥

  • @pranaypaul6361
    @pranaypaul6361 Год назад

    awesome explanation of closure.....not to think much just remember this example n apply the basic to any other closure case....things will fall in place automatically....

  • @OMRAJSINGH-n4f
    @OMRAJSINGH-n4f 11 месяцев назад +1

    Thank you sir for bringing us a top class python series , its way better than the Nptel python series which i left just after 2-3 lecture because it was so boring and after watching that i thought i will never be able to understand python, but after watching your lecture i am able to understand the things better and able to gain some confidence too.

  • @mohitashliya8750
    @mohitashliya8750 9 месяцев назад

    Hitest ji mera Javascript ka closures ka doubt bhi clear ho gaya, Hm hm magic, God bless you really helpful😆😆

  • @AkashPandya9
    @AkashPandya9 5 месяцев назад

    It's very first time I came these far in any tutorial series!
    Python rocks, so does our mentor! 🍵✨

  • @akshaykudale4762
    @akshaykudale4762 7 месяцев назад

    Great Sir. Thanks very much. Every student in engineering college should watch this.

  • @timeless_tales2000
    @timeless_tales2000 9 месяцев назад +1

    best python series on youtube so far

  • @OMKARANAVKAR
    @OMKARANAVKAR 11 месяцев назад +1

    Scope and closure concept explained well. Thanks for the video.

  • @TheRawFootages
    @TheRawFootages 2 месяца назад

    num = int(input("Enter Number: "))
    def power(x):
    def number(num):
    return num ** x
    return number
    sqr = power(2)
    cube = power(3)
    print(sqr(num))
    print(cube(num))
    Input: 3
    Output: 9 and 27

  • @iamprogrammer5054
    @iamprogrammer5054 5 месяцев назад

    In every video, I learn something new. Hats off Hitesh sir. Now you are my favourite teacher ❤

  • @CodeWithKushwaha
    @CodeWithKushwaha 4 месяца назад

    thanks, Hitesh sir, now I understand the concept of Closures...

  • @mohammadaftabansari6882
    @mohammadaftabansari6882 2 дня назад

    Thanks for such incredible courses for absolutely free. They sure are a boon to the under privileged students who cannot afford to buy courses.

  • @krishnapalsingh2777
    @krishnapalsingh2777 11 месяцев назад +1

    Mza A Gya😎😎

  • @iamprogrammer5054
    @iamprogrammer5054 5 месяцев назад

    This person is a gem in teaching programming 🎉

  • @art3dhaven
    @art3dhaven 4 месяца назад

    Sir did great job to clear our fundamentals in starting now it is helping us

  • @alimohdbilalraza
    @alimohdbilalraza 7 месяцев назад

    sir, Your lectures are awesome. please dont stop posting quality content for us on YT

  • @akshayanand1748
    @akshayanand1748 Год назад +1

    amazingly amazing course sir ji🤩🤩

  • @AzadKumar-zi5lm
    @AzadKumar-zi5lm 7 месяцев назад +1

    Video 17 completed ✅

  • @sky.digitalmedia2732
    @sky.digitalmedia2732 10 месяцев назад

    Thank you Sir for these amazing playlists💝💝

  • @yashdewani5377
    @yashdewani5377 2 месяца назад

    sir i alredy learnd python from some one else but because of your teaching style i watched this series even i alredy know python please make videos on data science with python please sir

  • @aditya536
    @aditya536 7 месяцев назад +1

    I like this series

  • @hemantkumardas3333
    @hemantkumardas3333 Год назад

    In your last video of this series, you taught Recursion very nicely...

  • @swarnabhamajumder9561
    @swarnabhamajumder9561 Год назад

    Learning python day 11 - present sir
    00:02 Understanding scopes and namespaces in Python.
    02:17 Scopes and closure in Python
    06:08 Functions create separate memory spaces
    07:52 Understanding scope and closure in Python
    12:09 Understanding function parameter and scoping in Python
    14:35 Global scope and referencing in Python
    19:39 Understanding scopes and closure in Python
    21:51 Understanding scopes and closure in Python
    25:50 Understanding function definition and reference in Python
    27:46 Scopes and closure in Python

  • @ArjunSharma-yk5xf
    @ArjunSharma-yk5xf 7 месяцев назад

    Very insightful playlist. Thank you Sir

  • @meenakshimeeen
    @meenakshimeeen 4 месяца назад

    you are doing great sir.. thank you so much❤

  • @himanshkataria6508
    @himanshkataria6508 8 месяцев назад

    Thankyou so much sir, itna ache se samjhane k liye 😊

  • @mohitgaur4253
    @mohitgaur4253 Год назад

    Your videos push me get a chai and code❤❤

  • @Dev-Phantom
    @Dev-Phantom Год назад

    One of the Best Series ever. Just Like your JS series

  • @anandstephan6020
    @anandstephan6020 Год назад

    very nice video now i know the concept of clousure in both js and python

  • @Devika_1509
    @Devika_1509 11 месяцев назад +1

    Well explained!! Thankss for telling

  • @AzeemKhan-sr4my
    @AzeemKhan-sr4my 10 месяцев назад

    one of the best teacher 👍👍

  • @ukashaanwerali6360
    @ukashaanwerali6360 11 месяцев назад

    LOVE THE WAY YOU ARE TEACHING ❤

  • @MudasirAbbas007
    @MudasirAbbas007 Год назад +1

    Thank you Sir for these amazing playlists

  • @aksh1453
    @aksh1453 Год назад

    It's fun to learn when you give reference of javascript

  • @Darkgamer_019
    @Darkgamer_019 Год назад

    Sir hai toh best series❤❤🎉🎉

  • @Zara-pn9im
    @Zara-pn9im 4 месяца назад

    what an explanation hitesh sir🥰🥰🥰🥰

  • @NavdeepBhatt008
    @NavdeepBhatt008 Год назад

    Very Good Explained..😌

  • @nawazcode13
    @nawazcode13 Год назад

    Thank you for bringing content consistently for us.

  • @ritesh-dubey
    @ritesh-dubey 11 месяцев назад

    Very well explained❤

  • @rushikeshmodi4870
    @rushikeshmodi4870 9 месяцев назад

    Thank you sir for such informative session

  • @Abhay_Pandey_1
    @Abhay_Pandey_1 11 месяцев назад

    Excellent explanation 👍

  • @Rafian1924
    @Rafian1924 10 месяцев назад

    Great series❤

  • @muhammadadilnaeem
    @muhammadadilnaeem 4 месяца назад

    Awesome Explanation.

  • @deepanshuchaurasia4839
    @deepanshuchaurasia4839 Год назад

    Bhai agar hitesh sir itna Accha content bna rhe h to comment or like karne main jata kya h sab kardo bhaiyo sir ka target

  • @raishasnain9805
    @raishasnain9805 Год назад +1

    Ok sir

  • @joondas8920
    @joondas8920 2 месяца назад +1

    16:16 I guess it’s planned sir😂. Even I can clearly see the function is not called then it’s impossible that you will miss it. So obviously you set that thing up so that the logic gets rooted in our brains . Brilliant teaching ❤

    • @AmanKumar-ih4nq
      @AmanKumar-ih4nq Месяц назад

      i was thinking the same. without calling fuction how will value change. :)

  • @shaali9381
    @shaali9381 25 дней назад

    good sir, You are my teacher

  • @backspace11
    @backspace11 8 месяцев назад

    Sir ne to bhot easy kar diya python ko

  • @sumitram4132
    @sumitram4132 8 месяцев назад

    Great lecture ❤

  • @MdJoy-gf6kv
    @MdJoy-gf6kv Год назад

    Thank you sir for this type of master class content

  • @ayushmishra5861
    @ayushmishra5861 Год назад +2

    guys like target krdo yaar, I dont want it to stop, projects ke bina it would not be so fun

    • @ayushmishra5861
      @ayushmishra5861 Год назад

      I mean to say, like the video and comment something valuable, I do not seek likes on my comment.

    • @suryanshusingh8863
      @suryanshusingh8863 7 месяцев назад

      Ok

  • @Barunghorai-pn4vy
    @Barunghorai-pn4vy 10 месяцев назад

    Thanku sir,,It is very helpful

  • @skasr4124
    @skasr4124 10 месяцев назад

    Sir ji thanks for your support

  • @krishnamania1
    @krishnamania1 Год назад +1

    thanks sir , ek series cs fundamentals jaise os dbms ki bhi sir

  • @rocsanket12
    @rocsanket12 9 месяцев назад

    Best python series. 😄

  • @kashishrocks
    @kashishrocks Год назад +1

    Thanks a lot sir.

  • @sknazibulhossain4901
    @sknazibulhossain4901 Год назад

    Love thus series ❤

  • @shaktidube7153
    @shaktidube7153 Год назад +1

    Next js ki video kab AA Rahi hai , Announcement kare too 1 week ho Gaya sir , bohat respect hai aapke liye , hc sir op

  • @Prashantsharma-yf7nq
    @Prashantsharma-yf7nq Год назад

    Tqsm sir for amazing lectures.

  • @sheikhabdullah8298
    @sheikhabdullah8298 Год назад

    Target trailer. Thank You Sir for tutorial

  • @rsvijaytiwari
    @rsvijaytiwari 11 месяцев назад

    Continue this series 👏

  • @skasr4124
    @skasr4124 10 месяцев назад

    Your channel is amazing

  • @jesussheepakash9289
    @jesussheepakash9289 4 месяца назад

    thank you sir, abhi samajh me aaya

  • @Shishir.435
    @Shishir.435 11 месяцев назад

    Thank you so much sir for this palylist.

  • @sheroichi7728
    @sheroichi7728 5 месяцев назад

    outstanding , brilliant , spectacular

  • @muhammadhilal5807
    @muhammadhilal5807 11 месяцев назад

    Great Explanation!

  • @KritikaGoswami-k2b
    @KritikaGoswami-k2b 11 месяцев назад

    Thanks for this amazing content...

  • @maha33612
    @maha33612 11 месяцев назад +1

    thanks alot sir ffor this series

  • @shahjankhan3835
    @shahjankhan3835 Год назад

    thanku sir for these amazing palylist , please sir One video coming for (how to explain project )

  • @sheroichi7728
    @sheroichi7728 5 месяцев назад

    excellent explanation

  • @ItachiUchiha-ix5sg
    @ItachiUchiha-ix5sg 7 месяцев назад

    nice concept and nicely taught

  • @prpradhan2437
    @prpradhan2437 8 месяцев назад

    Thank you so much sir 🙏🙏🙏😊😊😊

  • @focus8070
    @focus8070 Год назад

    it's great comparison of JavaScript every language have same concept only the syntax different , even we are using advance concept of other language in JavaScript but we don't aware of this and theoretically we are not able to describe most of time

  • @good114
    @good114 10 месяцев назад +1

    ❤❤

  • @SIR_Studios786
    @SIR_Studios786 11 месяцев назад

    Getting confidence using python now, because python is not self explainatory, like, scope, like blocks ( as it is not using public, private, words, ie.e)

  • @priyankagehlot9945
    @priyankagehlot9945 6 месяцев назад

    Thankyou sir ❤❤❤❤❤❤

  • @AnkurDwivedi-wx9kh
    @AnkurDwivedi-wx9kh 9 месяцев назад

    best content online

  • @manishdhekane5393
    @manishdhekane5393 Год назад

    This lecture was amazing

  • @AngelWhite007
    @AngelWhite007 10 месяцев назад

    Best instructor

  • @vimalradadiya5929
    @vimalradadiya5929 Год назад

    Great content sir🙏

  • @arpanswain2876
    @arpanswain2876 Год назад

    awesome work and great video sir

  • @AwaisOtho
    @AwaisOtho 5 месяцев назад

    love this series

  • @AngelWhite007
    @AngelWhite007 10 месяцев назад

    you are the best sir!

  • @Darkgamer_019
    @Darkgamer_019 Год назад

    Thanks for ❤ this video