Show notes
In this Episode #13 of "The DDSRY Show". Deepak Yadav is Explaining about How Python Works ? | as I told you in first episode that python is an interpreted language.so let understand how python worksfirst, we write instructions in English based language.as I told you that python is an interpreted language so there is no need of compiling them.Python programs run the source code directlythe source code is converted into intermediate bytecode and then into the native computer language.then the code is executed.--- Send in a voice message: https://podcasters.spotify.com/pod/show/pythonprogrammingpodcast/message

