Python inner working

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ •

  • @cherishkansara7851
    @cherishkansara7851 11 місяців тому +147

    This gonna be the best python course available on UA-cam

    • @anvrag
      @anvrag 11 місяців тому +2

      cherish my guy did u remembered me? 12th commerce 🤓 accs and stats ke video me baat hui thi hahah i found u here

    • @cherishkansara7851
      @cherishkansara7851 11 місяців тому +1

      @@anvrag yeah bro we got a lot of similar interests

    • @anvrag
      @anvrag 11 місяців тому +3

      @@cherishkansara7851 ekdummm so how are u long time no see

    • @cherishkansara7851
      @cherishkansara7851 11 місяців тому

      @@anvrag bs bhai chal raha tu bata kya kar raha hai jeevan mein?

    • @anvrag
      @anvrag 11 місяців тому

      @@cherishkansara7851just programmar thingy aur kya 😅

  • @munna5553
    @munna5553 11 місяців тому +40

    Python ata h mughe but me ye course sirf apke liye dekh rha hu.
    your are great teacher and the reason is your positivity and smile.

  • @sahildar9942
    @sahildar9942 11 місяців тому +6

    eagerly waiting to start python back after 2020, 2019-2020 mei ek project banaya thaa fir zindagi Javascript ki taraf chali gyee thee ,
    kafi time se python se patch up krne ki soonch rha thaa , hitesh sir ne dediye mauka ,,, ab lagayenge chauka
    its real moka moka for me

  • @AG-fx2ge
    @AG-fx2ge 5 днів тому

    I often observe a lack of enthusiasm in my college professors during their lectures. In contrast, I find your teaching style incredibly engaging and inspiring. Your excitement and happiness are truly contagious and motivate me to learn more and stay connected to your courses. Thank you so much for all your videos

  • @casual_GamerHQ
    @casual_GamerHQ 11 місяців тому +16

    I hope sir just made a perk button that you can see all the videos at once... One video a day is just increasing my level of curiosity and that eagerness to start it as soon as possible... Sir please include this in the membership or go with 2 videos a day atleast ♥

    • @chaiaurcode
      @chaiaurcode  11 місяців тому +14

      Fir membership expensive krni pdegi, abhi to kuch zyada hi sasta ho jayega

  • @maskedcoder2005
    @maskedcoder2005 11 місяців тому +10

    One of the best python series i have ever encountered. The way sir explains the topics with so much clarity I am a fan of you sir 😍😍😍😍

  • @HassanAli-ej9yz
    @HassanAli-ej9yz 4 місяці тому

    🎯 Key points for quick navigation:
    00:00 *Introduction to the series focusing on Python inner workings and the necessity of being able to print "Hello, World".*
    00:26 *The creator sets a target of 300 comments within 24 hours of the video upload.*
    00:40 *Emphasis on understanding the inner workings and underlying engineering of Python, rather than just coding.*
    01:20 *Discussion of the confusion surrounding whether Python is an interpreted or compiled language, promising to explain the workings of Python.*
    01:52 *Introduction of Python's behind-the-scenes processes when writing simple programs.*
    03:01 *The importance of recognizing that Python scripts or programs execute instructions, which may include various operations.*
    04:29 *Explanation that the bytecode generated is distinct from Java bytecode, noting differences while describing its formation.*
    05:36 *Clarification that converting Python code to bytecode does not imply it becomes a compiled language; it serves as an intermediate step.*
    06:02 *The platform-independent nature of bytecode, allowing it to run on various systems without significant changes.*
    07:41 *Mention of frozen binaries in Python and their reconstitution, discussing software writing complexities.*
    08:10 *Organized file management is essential when making multiple changes to code in Python.*
    09:05 *The use of underscores in naming conventions indicates special importance or intended internal use within Python.*
    10:38 *Differencing algorithms are utilized in programming languages to identify changes in source code rather than rewriting it entirely.*
    11:10 *The Python version used impacts the bytecode created, highlighting the significance of versioning in Python development.*
    12:07 *The Python Virtual Machine (PVM) executes code in a continuous loop, acting as a simple software interpreter.*
    12:56 *The PVM can be seen as a runtime engine necessary for executing Python code, similar to how an engine is essential for a car to function.*
    13:39 *The PVM serves as the primary engine for running Python code, integrating directly with various Python environments and tools.*
    14:21 *Emphasizes the importance of in-depth knowledge of Python for high-end companies and open-source roles, which often ask detailed questions.*
    14:35 *Clarifies that bytecode is not machine code and does not provide direct instructions to hardware.*
    15:05 *Explains that bytecode is optimized for virtual machines, such as Java's, but is specific to the Python implementation.*
    15:40 *Indicates that the majority of Python usage is with CPython, the standard implementation, and other variants must be specifically mentioned.*
    16:08 *Lists variants of Python like Jython and IronPython, and mentions their specific use cases, such as working with Java binaries.*
    16:50 *Discusses performance-oriented versions of Python like PyPy and Stackless, highlighting the variety in the language's ecosystem.*
    17:10 *Reflects on the internal processes of Python that happen when executing simple commands like "Hello World."*
    17:25 *Suggests that understanding Python's syntax and standardized features is essential for effective programming.*
    17:55 *Encourages viewers to share the video for more content on Python's inner workings and to engage in further research and writing about the topic.*
    Made with HARPA AI

  • @_soumya_777
    @_soumya_777 11 місяців тому +2

    Sir, I have been following you for 4 years, a lot of my concepts have become clear because of you.

  • @jagdeep-l9i
    @jagdeep-l9i 11 місяців тому +1

    i learned Javascript from this channel and now i learning react from this channel , and i loved it

  • @HasnainKhalil-w6y
    @HasnainKhalil-w6y 9 днів тому

    Thank God this is my first semester in this field and i am glad that i got a chance to learn python from you ❤😊

  • @mohdfarhannawaz
    @mohdfarhannawaz 10 місяців тому +1

    (563th comment) Timestamp :-
    00:02 Understanding the inner working of Python
    02:53 Python code is converted into byte code
    05:40 Python compiles down to byte code, an intermediate platform-independent low-level code.
    08:31 Python source code changes are processed using a diffing algorithm.
    11:23 Python virtual machine handles file imports and optimization
    13:13 Python Virtual Machine(PVM) is the runtime engine for Python programming language.
    15:10 Python's specific interpretation and implementation
    16:58 Python inner working is complex and requires understanding of its standardized features.

  • @nikhilpatel4278
    @nikhilpatel4278 11 місяців тому +1

    Now, this is what is called a RAW Engineering! Thank You Sir! Waiting for this long journey ride!

  • @tusharkhanna575
    @tusharkhanna575 11 місяців тому +1

    been using python since last 3 yr
    but this topic was never taught nor seem appealing to me
    hats of to hitesh sir to teach this
    hoping more hidden insights to be explored
    reach+=1
    waiting to learn django, flask from you

  • @ashish_jangde
    @ashish_jangde 11 місяців тому +3

    Best Python course ever available on youtube

  • @PatelDevansh-rw5ww
    @PatelDevansh-rw5ww 6 місяців тому

    Hitesh Choudhary's Python tutorials are incredibly clear and beginner-friendly, simplifying complex topics.
    His engaging teaching style keeps viewers motivated and eager to learn more.
    The wide range of content ensures a comprehensive understanding of Python.

  • @DesignWithCode
    @DesignWithCode Місяць тому

    This man is the gem of teaching in the history of youtube

  • @stmathematics7895
    @stmathematics7895 11 місяців тому +1

    one of the best python series on entire youtube..

  • @sukhleenkaur7061
    @sukhleenkaur7061 10 місяців тому

    Sir your videos are life saver I cannot emphasize this enough. I wish you were my teacher in college but at least we can use your UA-cam channel to learn.
    Thank you so much for taking the time to post these videos for us!
    Please keep posting cause I just feel no matter how much I learn there is still something left to learn from your videos!

  • @Asingh42
    @Asingh42 10 місяців тому

    Hitesh sir A big Appreciation for you! I love how aap depth me jaate ho ki chize kaise kaam karti hai aur yahi aapko baaki sab se alag banata hai ❤️🔥

  • @baapofentertainment4851
    @baapofentertainment4851 2 місяці тому

    I am here for your way of teaching. You are amazing, please continue good work.

  • @Userasdgh
    @Userasdgh 5 днів тому

    (12:53) Python generates bytecode for all files whether the files are imported or not. If we run python file directly (not as imported file), bytecode is generated but is not stored on disk as file. The generated bytecode remains in primary memory for execution only.

  • @MS_Raunak
    @MS_Raunak 11 місяців тому

    I was stopped to watching any tutorial on youtube but after watching the js series here i am very very excited for python as well.
    Hopefully, it would be the great tutorial, god bless you and you bless us🙏

  • @rtleo5260
    @rtleo5260 11 місяців тому

    first time seeing someone explain such interesting topics of in the beginning rather than just telling the syntax for 10 videos and taking watchtime

  • @greatestdeveloper
    @greatestdeveloper 2 місяці тому

    this channel is the best when it comes to "behind the scenes"

  • @HGCSPAVANP
    @HGCSPAVANP 11 місяців тому

    thank you for taking this topic and appreciating Theory and inner working, most of the courses and youtubers doesn't even care to provide a basic foundation which is very important in long run.

  • @sounakbera7420
    @sounakbera7420 6 місяців тому

    sir apka isi inner working ke lie apka fan hu. app jo karte h wo aur koi nhi karta h. love u sir

  • @VARUNVERMABCE
    @VARUNVERMABCE 11 місяців тому

    I've just started learning python for DSA. Perfect time you launched this amazing playlist sir. Your teaching is so in depth and knowledgeable I enjoy them very much. Thank you for such great content sir

  • @msdhaliwal
    @msdhaliwal 11 місяців тому

    The best thing about this video and all others on this channel & English channel is "to the point & precise information". ❤

  • @JAYESH_THAR_1409
    @JAYESH_THAR_1409 11 місяців тому

    I was stopped to watching any tutorial on youtube but after watching the js series here i am very very excited for python as well.
    Hopefully, it would be the great tutorial, god bless you and you bless us🙏
    I was stopped to watching any tutorial on youtube but after watching the js series here i am very very excited for python as well.
    Hopefully, it would be the great tutorial, god bless you and you bless us🙏
    I was stopped to watching any tutorial on youtube but after watching the js series here i am very very excited for python as well.
    Hopefully, it would be the great tutorial, god bless you and you bless us🙏

  • @Waleedkkhan594
    @Waleedkkhan594 11 місяців тому +1

    Never imaged that the inner working would be so engaging and interesting, thank you sir for making python learning experience so engaging.

  • @mdmusaddique_cse7458
    @mdmusaddique_cse7458 10 місяців тому

    Been working with python for about an year, never new the bts in such depth!

  • @sky.digitalmedia2732
    @sky.digitalmedia2732 10 місяців тому

    Best Python course ever available on youtube 100%%

  • @kashishrocks
    @kashishrocks 11 місяців тому +1

    Sir one video a day is a great idea .It keeps us hooked .Pls continue this sir . I told my frnd abt python series .

  • @Sunil-cv2lx
    @Sunil-cv2lx 7 місяців тому

    I am starting learning python for the first time and so far i am loving it.

  • @avinaashprasadd7871
    @avinaashprasadd7871 11 місяців тому

    Hitesh Sir, K samjhane k tarika wakiye bht badhiya hai. I am really fan of his way to teaching

  • @WEB_D_lec
    @WEB_D_lec 11 місяців тому

    really wanted to learn Python then this man came up with python series with details.

  • @FYL_ADITYALAD
    @FYL_ADITYALAD 11 місяців тому +1

    Chai ke saath Python Ki series start kiye hai aaj thank you sir for this amazing series and this series and this is gonna help me build my fundamentals in python

    • @chaiaurcode
      @chaiaurcode  11 місяців тому +2

      Glad to hear that , thanks 😊☕️

  • @amitprakashsingh6985
    @amitprakashsingh6985 11 місяців тому

    This is the best for us in deep knowledge in any language. Only this Channel give us.

  • @engrvivs
    @engrvivs 11 місяців тому +1

    Informative and refreshing content related to Python, presented in attractive and comprehensible way. Really appreciate your efforts and kudos to your helpful attitude!!

  • @notanuragg
    @notanuragg 11 місяців тому +1

    currently on the backend series, this series came as a pleasant surprise! will be nice to learn a bit more about python that one is usually exposed to in the YT scene

  • @atharvagolande1455
    @atharvagolande1455 11 місяців тому

    videos hamesha 4k me dalo aur never compromise with concept love your videos

  • @afaqueabbasi6804
    @afaqueabbasi6804 11 місяців тому

    I hope this gonna be the best Python course available on UA-cam ever

  • @umeshsuman3621
    @umeshsuman3621 7 місяців тому

    This gonna be the best python course available on UA-cam

  • @sayakrudraxib4259
    @sayakrudraxib4259 11 місяців тому

    I'm fan of teaching style
    And the idea of 1 video and for the time limit is awesome

  • @PRAKASHKUMAR-uh6nv
    @PRAKASHKUMAR-uh6nv 11 місяців тому

    This is the Best Course in UA-cam...

  • @saptathirtachoudhury4158
    @saptathirtachoudhury4158 11 місяців тому

    Your contents are addictive and why not after all 10 years of coding journey.

  • @adityatomar3784
    @adityatomar3784 11 місяців тому

    Target achieved within 2 hrs of upload 300+ comments. Thank You Hitesh Ji for the top notch content

  • @winter_1306
    @winter_1306 11 місяців тому

    Here before 24 hrs hehe. I'm following these series diligently! thanks for the great content :)

  • @sahilsaini05
    @sahilsaini05 3 місяці тому +1

    Never have I ever thought of learnig bytecode, PVM in a Python series. Hats off for going that deep 🫡

  • @poetrylovers91
    @poetrylovers91 10 місяців тому

    Firstly Thank you so much Sir for doing the great series of Python I am extreme Beginner and recently i ll start coding and now find this playlist and i found best teaching method and your great positive vibes which can make me so motivated thanks alot for doing this

  • @sohailzafar3906
    @sohailzafar3906 11 місяців тому +1

    Seriously following this series man, I hope this series will be as good as expected, keep going

  • @mesumbinshaukat692
    @mesumbinshaukat692 11 місяців тому

    First time someone explained the behind-the-scenes of Python.

  • @OneOne-c7d
    @OneOne-c7d 11 місяців тому

    This will be the best python series on you tube

  • @nfornadim
    @nfornadim 11 місяців тому

    Sir you are excellent in all aspects. Your are simply a legend. You are the man of inspirations. Your are the best teacher in this world.

  • @mehak_rakesh_sharma
    @mehak_rakesh_sharma 8 місяців тому

    pehli baar python mein interest jagruk hua ....Thanku hitesh sir

  • @sayakrudraxib4259
    @sayakrudraxib4259 11 місяців тому

    It's helpful as many of us can't give much time every day but the video length is just right as that much can be spared for learning interesting and new things everyday

  • @AnjaliYadav-cu6vx
    @AnjaliYadav-cu6vx 2 місяці тому

    This is the best python Series ❤thank you Bhaiya

  • @abhishekjaiswal6114
    @abhishekjaiswal6114 11 місяців тому

    thank you so much
    I continue with the chai aur python series.
    I share your playlist with my classmates.

  • @virajkabbur765
    @virajkabbur765 Місяць тому

    Hitesh Sir always providing in-depth videos!

  • @deepakvattamwar6921
    @deepakvattamwar6921 11 місяців тому

    Best series of python on UA-cam

  • @ShubhamKumar-nq6ko
    @ShubhamKumar-nq6ko 11 місяців тому

    Dont know why but this series will definetly help me in my switch.

  • @nikshadali50
    @nikshadali50 11 місяців тому

    I am learning Python with a great teacher Sir Hitesh

  • @piyushnautiyal6271
    @piyushnautiyal6271 9 місяців тому

    Amazing knowledge and top notch video and audio quality... Awesome presentation 🙏🙏

  • @aryankaushik9206
    @aryankaushik9206 11 місяців тому

    ho gya target sir 340 around but sir kamm hi hai for this series back to back these series also make us engage like a live videos thanks sir vaise python acchi tarah aati hai mujhe but aa jate hai hum bhi kabhi kabhi sikhne apse
    lots of love sir😄😄

  • @Lucky-Shairwal
    @Lucky-Shairwal 11 місяців тому

    Happy evening Sir, My name is Lucky and I am a fan of your teaching skill. Great sir. I am also from Jaipur.😍😍😍😍😍😍

  • @pranaypaul6361
    @pranaypaul6361 11 місяців тому

    I'm excited to embark on my Python learning journey with Hitesh Sir's series. I anticipate that I'll approach Python in a completely new way compared to my previous experiences with learning any computer programming languages.

  • @fahadullah-q7w
    @fahadullah-q7w 11 місяців тому

    javascript backend series buhat confidence mil gaya ab python expert bhe ban jaon ga. international companies expert person is here

  • @OMKARANAVKAR
    @OMKARANAVKAR 11 місяців тому

    Today's video was really interesting. Enjoying the series.

  • @ProgrammerSushant49
    @ProgrammerSushant49 11 місяців тому

    Wanted to learn python and here is the king of coding

  • @Runtime_Error_2.O
    @Runtime_Error_2.O 11 місяців тому +1

    This is very best channel in UA-cam 😊

  • @praveshsrivastava2944
    @praveshsrivastava2944 11 місяців тому

    Best teacher of YT 🧑‍💻🧑‍💻

  • @Dipzeus
    @Dipzeus 11 місяців тому

    Sir please one request..Keep this course comprehensive..we want many lectures and videos. Oops chahiye aur bhi baki lectures..detailed aur advanced bhi

  • @munna5553
    @munna5553 11 місяців тому

    Best teacher = "Hitesh Guru ji"

  • @ruchikarawani
    @ruchikarawani 6 місяців тому

    THE BEST PYTHON COURSE ON UA-cam ❤

  • @kd-u1o
    @kd-u1o 17 днів тому +1

    I am enjoying this content❤

  • @mzohaib27
    @mzohaib27 6 місяців тому

    best youtube channel to learn.... love it..

  • @legityash
    @legityash 11 місяців тому +1

    This course seems to be best so far 🥳🥳🥳🥳

  • @HimaniSheoran
    @HimaniSheoran 11 місяців тому +1

    sir,we are waiting with excitment..for this great series.....

  • @lrchoudhary6875
    @lrchoudhary6875 11 місяців тому +4

    I'm a Python newbie, feel lucky to have Hitesh Sir as my mentor 🙇‍♂🙇‍♂🙇‍♂🙇‍♂

  • @RoshanGupta-fk9wi
    @RoshanGupta-fk9wi 11 місяців тому

    Whatever course you are creating, I will be watching.
    I hope next course will be Chai aur RUST

  • @Bakhudiansochan
    @Bakhudiansochan 3 місяці тому

    ye he asli course jo real life mn hota he na k koi sidha keera ki tarah chalte jao i like it

  • @MuhammadYasir-cl4jp
    @MuhammadYasir-cl4jp 11 місяців тому

    Going to be best python series on the internet ❤

  • @DigiMRK
    @DigiMRK 10 місяців тому

    one of the best teacher for me

  • @sayakrudraxib4259
    @sayakrudraxib4259 11 місяців тому

    Today's session was very enjoying one learn a lot about the internal workings of python code

  • @vandanapatil8182
    @vandanapatil8182 11 місяців тому

    End of the series please make real world projects sir 😊

  • @nirajandhakal3246
    @nirajandhakal3246 11 місяців тому

    Hello, sir. Thank you for your great videos. I have a question for you: How can I learn any programming language in depth, like you? Additionally, how can I properly read documentation? When I see documentation, I often feel overwhelmed and struggle to learn from it. Could you please make a video on how to read documentation effectively or how to independently learn any programming language in depth?

  • @halfmoon3294
    @halfmoon3294 11 місяців тому

    Yet another knowledge gaining session plz keep going and blessed us with the untapped knowledge showering, #GyanGanga

  • @SAzeGamER18
    @SAzeGamER18 26 днів тому

    we write code--->source code--->then, python compiler--->bytecode(is not a machine code)--->PVM(python virtual machine)---->machine code--->running program
    that's python known as interpreter language

  • @amantripathi-dv9mj
    @amantripathi-dv9mj 3 місяці тому

    best python series in youtube

  • @Mohdkaif-hx2um
    @Mohdkaif-hx2um 8 місяців тому

    Loved it, never saw video like it!!

  • @kashish3871
    @kashish3871 11 місяців тому +1

    Thanks a lot sir.New to your channel

  • @sandeeprock0195
    @sandeeprock0195 11 місяців тому

    Best phython course on UA-cam

  • @krishnamania1
    @krishnamania1 11 місяців тому +1

    Thank you sir , sab log bus use karna batate hain under the hood Kaise kaam karta hai vo nhi thank you sir

  • @MonkeyD.3892
    @MonkeyD.3892 10 місяців тому

    Best Explanation Ever . Thanks Sir .

  • @princekumar-yb9mi
    @princekumar-yb9mi 11 місяців тому

    Sir aapka video mai every day dekhta hu aapko dekhkar maja aajata ha

  • @Catchthetrend15
    @Catchthetrend15 11 місяців тому +1

    Learning with a great relaxed mind ❤

  • @AmitBiswas0142
    @AmitBiswas0142 11 місяців тому

    Loved this video, waiting for next one.

  • @ronix-
    @ronix- 11 місяців тому

    although i know python, i am watching this series cuz i know there's always next level things in this channel

  • @SaifAli-st7wf
    @SaifAli-st7wf 11 місяців тому

    Appreciated your efforts...
    chai aur code

  • @mukeshchaudhary5508
    @mukeshchaudhary5508 7 місяців тому

    First time I see that someone explain the whole working behind the program execution...