Scopes and closure in python

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024
  • 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 |...

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

  • @sidharthkashyap6241
    @sidharthkashyap6241 9 месяцев назад +10

    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 7 месяцев назад +2

    sir doing awesome job to teach us

  • @AmitGusai-u7i
    @AmitGusai-u7i 9 месяцев назад +7

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

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

      Thank you very much sir

  • @yaswanthreddy2623
    @yaswanthreddy2623 4 месяца назад +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.

  • @anujpoudel
    @anujpoudel 9 месяцев назад +3

    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 😄

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

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

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

    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.

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

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

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

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

  • @justtt.prerna
    @justtt.prerna 9 месяцев назад

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

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

    Closure explaination is very smooth.

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

      chal jhuthe

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

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

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

    This person is a gem in teaching programming 🎉

  • @OMRAJSINGH-n4f
    @OMRAJSINGH-n4f 8 месяцев назад +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.

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

    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.

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

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

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

    best python series on youtube so far

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

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

  • @CodeWithKushwaha
    @CodeWithKushwaha Месяц назад

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

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

    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....

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

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

  • @art3dhaven
    @art3dhaven Месяц назад

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

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

    Mza A Gya😎😎

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

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

  • @TheRawFootages
    @TheRawFootages 11 дней назад

    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

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

    Thank you❤❤❤

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

    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

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

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

  • @yashdewani5377
    @yashdewani5377 4 дня назад

    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

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

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

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

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

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

    Sir ne to bhot easy kar diya python ko

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

    Thank you Sir for these amazing playlists💝💝

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

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

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

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

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

    Very insightful playlist. Thank you Sir

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

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

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

    amazingly amazing course sir ji🤩🤩

  • @nikhilgamercoc3166
    @nikhilgamercoc3166 9 месяцев назад +37

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

  • @Dev-Phantom
    @Dev-Phantom 9 месяцев назад

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

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

    I like this series

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

    one of the best teacher 👍👍

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

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

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

    thank you sir, abhi samajh me aaya

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

    Thank you Sir for these amazing playlists

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

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

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

    Well explained!! Thankss for telling

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

    Your videos push me get a chai and code❤❤

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

    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)

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

    Thank you sir for such informative session

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

    Video 17 completed ✅

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

    outstanding , brilliant , spectacular

  • @muhammadadilnaeem
    @muhammadadilnaeem Месяц назад

    Awesome Explanation.

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

    28:50 my mind was blown by the code. but when i apused the video and focused on the code for 2 minutes... i was like: "daaamnnnnn"

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

    LOVE THE WAY YOU ARE TEACHING ❤

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

    Best Course on Python

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

    Best instructor

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

    Sir ji thanks for your support

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

    best content online

  • @MdJoy-gf6kv
    @MdJoy-gf6kv 9 месяцев назад

    Thank you sir for this type of master class content

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

    Target trailer. Thank You Sir for tutorial

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

    Now i am getting confidence in python

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

    what an explanation hitesh sir🥰🥰🥰🥰

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

    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

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

    Excellent explanation 👍

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

    Thank you for bringing content consistently for us.

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

    Thanks a lot sir.

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

    Best python series. 😄

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

    Great lecture ❤

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

    Sir hai toh best series❤❤🎉🎉

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

    Very well explained❤

  • @Prashantsharma-yf7nq
    @Prashantsharma-yf7nq 9 месяцев назад

    Tqsm sir for amazing lectures.

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

    excellent explanation

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

    Great series❤

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

    Very Good Explained..😌

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

    Thanku sir,,It is very helpful

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

    Thank you so much sir for this palylist.

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

    Samajh me aa gaya

  • @AarjuKamboj-ks3vp
    @AarjuKamboj-ks3vp 6 месяцев назад

    Dhynwad guru jii 🤲🏼

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

    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

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

    thanks alot sir ffor this series

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

    Your channel is amazing

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

    nice concept and nicely taught

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

    Thanks for this amazing content...

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

    Great Explanation!

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

    Continue this series 👏

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

    Ok sir

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

    This lecture was amazing

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

    love this series

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

    sir amazing explanation

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

    Very well explained

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

    awesome work and great video sir

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

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

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

    perfect explanation

  • @random-videos-all
    @random-videos-all 9 месяцев назад

    Very Well Done Sir Ji

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

    Love thus series ❤

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

    Bag pack concept is awesome

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

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

  • @adityapratapsingh7140
    @adityapratapsingh7140 3 месяца назад +1

    target reachedddd

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

    Thankyou sirr🙏🥹

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

    you are the best sir!