What is a Compiler?

  Рет қаралды 131,549

Neso Academy

Neso Academy

Жыл бұрын

Python Programming: What is a Compiler?
Topics discussed:
1. The need of a Translator in programming.
2. The definition of Compiler.
3. The demo of compiling a C program and running the obtained executable file.
Python Programming Playlist: • Python Programming
Follow Neso Academy on Instagram: @nesoacademy (bit.ly/2XP63OE)
Contribute: www.nesoacademy.org/donate
Memberships: bit.ly/2U7YSPI
Books: www.nesoacademy.org/recommend...
Website ► www.nesoacademy.org/
Forum ► forum.nesoacademy.org/
Facebook ► goo.gl/Nt0PmB
Twitter ► / nesoacademy
Music:
Axol x Alex Skrindo - You [NCS Release]
#PythonByNeso #PythonProgramming #Compiler

Пікірлер: 63
@emmettwalsh2064
@emmettwalsh2064 Жыл бұрын
I love this instructor’s style and the very high quality & simplicity of his visuals - bravo.
@geraldthorburn1123
@geraldthorburn1123 Жыл бұрын
Brilliant teaching./explanation. I'd never taken the trouble before to learn about 'compiling' etc. You have the patience of a saint, in the way in which you reiterate certain points to 100% ensure they have been 'grasped'. Outstanding, thank you. I have sub'd.
@nithinnani8764
@nithinnani8764 Жыл бұрын
Sir, upload all videos of full course as soon as possible, Eagerly waiting because ur teaching is soo pratical, wonderful, and anyone understand quickly....
@wisdomokpamma131
@wisdomokpamma131 Жыл бұрын
Am so happy that you are an instructor for python course 😁😁😁
@swapnilborse3150
@swapnilborse3150 Жыл бұрын
Thank you so much for this deep explanation...
@santhoshk2722
@santhoshk2722 Жыл бұрын
Any one can understand easily without having any idea of CS and Coding.
@yadnyeshchaudhari2015
@yadnyeshchaudhari2015 Жыл бұрын
Yes
@nancynelson7262
@nancynelson7262 8 ай бұрын
Excellent explanation. Made it easy for non cs student too. Thank you
@annoyingprecision2487
@annoyingprecision2487 Жыл бұрын
Fantatsic explanation! Thanks a ton.
@gowthams4360
@gowthams4360 Жыл бұрын
Sir thank you for this wonderful lecture sir 💕😊
@ashwinivaidya4183
@ashwinivaidya4183 Жыл бұрын
Clearly understood 👍❤️ with c language comparison i understand it very clearly
@manjunathkc
@manjunathkc Жыл бұрын
thanks for the naso academy for putting too much effort to do these presentations...... great lacture thanks lot
@rishabhnarula1999
@rishabhnarula1999 6 ай бұрын
thank you sir, great teaching. 😊👍
@fortunatesithole3707
@fortunatesithole3707 3 ай бұрын
You are a great teacher... thanks
@krushnamayabehera6519
@krushnamayabehera6519 Жыл бұрын
Loved it sir
@sajitha9009
@sajitha9009 10 ай бұрын
Bro i love you so much!! Thank you so much!!!
@anshumansunar3557
@anshumansunar3557 20 күн бұрын
Thank you sir🎭
@amirarouabhia3052
@amirarouabhia3052 Жыл бұрын
Thank you!
@SuperTommox
@SuperTommox Жыл бұрын
Thank you sir
@sivaram9139
@sivaram9139 Ай бұрын
Can anyone explain me , what is meant by "executable with .exe extension " please ?
@billbakshi3307
@billbakshi3307 12 күн бұрын
Awesome ❤
@darkdiscoveries
@darkdiscoveries 3 ай бұрын
are notes also available in this playlist??
@user-yi4nb5ci9i
@user-yi4nb5ci9i Ай бұрын
thanks a lot
@natgenesis5038
@natgenesis5038 Жыл бұрын
If I’m not wrong ,I think it’s 3 levels such as ,machine language -> assembly languages-> high levels .
@Gayatri_shejule
@Gayatri_shejule 7 ай бұрын
#video3 Thank you so much sir 😊😊 Love from Maharashtra ❤❤
@nazusec
@nazusec Жыл бұрын
thanks
@beready1796
@beready1796 Жыл бұрын
Thanks man, is it full course?
@Cookwithruchi7887
@Cookwithruchi7887 Жыл бұрын
Thankyou ❤sir
@AnilKumar-jm3vv
@AnilKumar-jm3vv Жыл бұрын
Sir, how the .exe file will be executed in friends system, who is having different architecture ( different processor)
@rangarajann1781
@rangarajann1781 Жыл бұрын
That's the job of the compiler... The compiler will compile the code that is compatible with the processors if it is on same OS
@xerathgaming1915
@xerathgaming1915 2 ай бұрын
technically a compiler just is a program that converts a file containing certain programming language and translates the source code into another programming language. most likely its going to translate into assembly and not directly into machine code. after that step we have the assembler and linker steps but those are less complicated than the compiler step.
@maybeinactive
@maybeinactive 9 ай бұрын
great fligping tutorial
@ashnorth9793
@ashnorth9793 11 ай бұрын
great video but i have a doubt how does the executable run on any windows machine??
@hunkymcstudleypants7722
@hunkymcstudleypants7722 10 ай бұрын
I have that same doubt. I wish I had read down through the comments far enough to see your comment before I posted a very similar comment, except I used a few more words and mentioned "windows machine", "windows computer", "exe", and "executable" around seventy seven thousand times.
@prudhvirevanth412
@prudhvirevanth412 Жыл бұрын
Hello sir, please make a Videos on Electric and hybrid vehicles.....
@johneygd
@johneygd 8 ай бұрын
Are you not comfused with a crosscompilor? because that should allow you to run a program on different operating systems aslong as the cpu of both systems are the same,while a compilor is supposed to convert a written computer languange into another one,let’s say a Z80 to 6502,or vace versa ,all unsupported features getting flagged out by the compilor,the user then has to debug the compiled code,make some changes to it and optimise it
@hunkymcstudleypants7722
@hunkymcstudleypants7722 10 ай бұрын
Ok, but can an exe file run on ANY windows machine? That point wasn't made clear. I can't be the only one confused about which types of machines can run the exe. Like... imagine i wrote a program in C, then it was compiled and saved as an executable, and i wanted to give that executable to, let's say, a friend, for example. Would my friends windows computer also be able to run the executable? In other words, can that executable also run on my friends windows machine? If the answer is yes, then can only that exe run on my friends computer, which is a windows machine (not sure if I mentioned the part where it's a windows machine - so in case I didn't, I'd like to clarify that my friend who has a computer, his computer is a windows computer), and no other exe can run on my friends windows computer? Or can my friends computer, which is running the windows operating system, run any other exe on his windows machine? For example, my friend that has a windows computer has another friend that I've never met; that friend of my friend also has a computer, and that friends friend's computer is also a windows computer. If my friends friend gets an exe off his windows computer, and he gives it to my friend to run on his windows computer, will that exe run on my friends windows computer, just like how I copied an exe from my windows computer and gave it to my friend to run on his windows computer? Maybe I missed it, but I don't think he really talked much about whether or not exe's can run on any computer that is windows based, or if only the exe that was compiled from the C program I wrote on my windows computer is able to run on my friends windows computer, and no other exe will work on my friends windows computer. That specific concept is quite difficult to grasp, as I think most of you would agree... right?
@jedidiah4004
@jedidiah4004 3 ай бұрын
Lmao
@amanbaghel7841
@amanbaghel7841 Жыл бұрын
Sir , Is it possible to make these in hindi language also 🙏??
@karimhelmy1
@karimhelmy1 Жыл бұрын
What's the editor that u use to make your slides?
@aspect3000
@aspect3000 Жыл бұрын
Hello, what do #include #include Mean? Am confused
@saurabhbaij
@saurabhbaij Жыл бұрын
Do not bother about this code. It is being used to give u a feeling of compiler.. thats alll .. not of use for python
@mounirsabry1600
@mounirsabry1600 Жыл бұрын
The python counterpart of #include in C is 'import' in python. stdio.h is standard input/output library which includes functions like printf function which enables you to print stuff to the user screen. conio.h includes getch function which stands for get character, the function will read the first character the user writes to the console.
@shaileshsharma668
@shaileshsharma668 Ай бұрын
Sir could you plz share ppt
@muhammadarifpoetrylover8896
@muhammadarifpoetrylover8896 Жыл бұрын
Wonderful method of teaching can these lecturer convert in urdue
@user-qk4ni9tv4u
@user-qk4ni9tv4u 9 ай бұрын
Where is Intermediate and Advanced topics that was desribe in syllabus ?
@anuragsingh-099
@anuragsingh-099 Жыл бұрын
Noone is better then u sir and one thing is better about u not create drama like other creator to bring student to their channel
@James___a3n7
@James___a3n7 5 күн бұрын
What's on the horizon? Exclusive interview with Binance's CEO reveals future insights
@98487
@98487 8 ай бұрын
Can I learn programming without having technical education
@muhammadadeel3572
@muhammadadeel3572 7 ай бұрын
If you really want to learn programing go buy a brreif version read watch what you read abd then apply it 😄 its very entertaining 😁
@majjiharish4165
@majjiharish4165 Жыл бұрын
❤❤
@SajiSNairNair-tu9dk
@SajiSNairNair-tu9dk Ай бұрын
🤔
@ThunderSlav
@ThunderSlav 2 ай бұрын
DEXTOP ftw
@anikaitdash6519
@anikaitdash6519 10 ай бұрын
(In a positive way) Koun hai yeh log ?? Kahan se aate hain yeh log ?? (By 'log', I am referring the teachers, who are explaining brilliantly.)
@AnowarulHoque-
@AnowarulHoque- 6 ай бұрын
Hi
@Sigmavivid
@Sigmavivid Ай бұрын
Abhi tak nahi samajha mijhe kuch bhi😢
@NaveenKumar-ou4jg
@NaveenKumar-ou4jg 10 ай бұрын
I not understanding please in hindi or kannada
@uzairgaming4292
@uzairgaming4292 Жыл бұрын
First
@juanmacias5922
@juanmacias5922 Жыл бұрын
I think you lumped a few middle level languages into high level, but great video!
@JustplaY2011
@JustplaY2011 Жыл бұрын
If someone explains IT-stuff in an Indian accent, you better listen.
@j.sathyavathi5880
@j.sathyavathi5880 Ай бұрын
Very laag
@NaseerAhmad-dh3gv
@NaseerAhmad-dh3gv Жыл бұрын
Thank you sir
What is an Interpreter?
8:55
Neso Academy
Рет қаралды 85 М.
Is THIS Python's MOST Underrated Operator? (Walrus Operator)
5:45
Clown takes blame for missing candy 🍬🤣 #shorts
00:49
Yoeslan
Рет қаралды 38 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 162 МЛН
Now THIS is entertainment! 🤣
00:59
America's Got Talent
Рет қаралды 38 МЛН
How does Computer Hardware Work?  💻🛠🔬  [3D Animated Teardown]
17:13
Branch Education
Рет қаралды 2,4 МЛН
How Do Computers Remember?
19:32
Sebastian Lague
Рет қаралды 6 МЛН
SQL Interview questions | Data Analyst | Part - 1
11:56
The ML Mine
Рет қаралды 6 М.
why do header files even exist?
10:53
Low Level Learning
Рет қаралды 379 М.
Just In Time (JIT) Compilers - Computerphile
10:41
Computerphile
Рет қаралды 265 М.
The First Programming Languages: Crash Course Computer Science #11
11:52
Compilers, How They Work, And Writing Them From Scratch
23:53
Adam McDaniel
Рет қаралды 120 М.
Self Compiling Compilers - Computerphile
12:56
Computerphile
Рет қаралды 158 М.
Functions in Python are easy 📞
10:38
Bro Code
Рет қаралды 424 М.
100+ Computer Science Concepts Explained
13:08
Fireship
Рет қаралды 2,4 МЛН
Clown takes blame for missing candy 🍬🤣 #shorts
00:49
Yoeslan
Рет қаралды 38 МЛН