What is an Interpreter?

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 46

  • @OnlyOne1Dee
    @OnlyOne1Dee ปีที่แล้ว +20

    I am a Zambian but honestly Indian lectures are the best. His explain even a person with zero knowledge on the computer can understand. Thank you sir may God bless you 🙏

  • @mdarmanahmed2387
    @mdarmanahmed2387 ปีที่แล้ว

    May Rob give you the best priceworthy of this planet. Your teaching is mind-blowing.

  • @FailFactory0
    @FailFactory0 2 ปีที่แล้ว +25

    Please upload 2topic per day for python

  • @varshiniyadav8801
    @varshiniyadav8801 6 หลายเดือนก่อน +2

    After watching so many videos here I understood the topic... Thank you so much ❤

  • @mathemagicstelugu7848
    @mathemagicstelugu7848 2 ปีที่แล้ว +22

    How many of you need At least two videos per day for python....

  • @adikepavani2423
    @adikepavani2423 2 ปีที่แล้ว +6

    Yes sir , please upload 2 videos per day....

  • @-KAshokchari
    @-KAshokchari 2 ปีที่แล้ว +12

    Sir, upload more lecturer videos on python. You are teaching is simply superb sir. Thank you sir.....

  • @Cutiepie_050
    @Cutiepie_050 ปีที่แล้ว +3

    Best explanation ever and ever ❤️ thank u so much 🥰

    • @blazing9024
      @blazing9024 5 หลายเดือนก่อน

      hii, contact number?

  • @danyaltyrecenter7868
    @danyaltyrecenter7868 ปีที่แล้ว

    Ur Way of teaching is so nice

  • @jingersatuh6322
    @jingersatuh6322 11 หลายเดือนก่อน

    Crystal clear explanation.

  • @samanjafarii
    @samanjafarii ปีที่แล้ว

    That was really good explanation and you clarify the subject very well thanks.

  • @gpktelugu7684
    @gpktelugu7684 2 ปีที่แล้ว +4

    I request neso academy to upload atleast 2 videos per day

  • @Himanshu._.Bhargav
    @Himanshu._.Bhargav 2 ปีที่แล้ว +2

    sir please upload 2 videos per day for python programming

  • @phoenix4247
    @phoenix4247 ปีที่แล้ว

    hii sir thankyou for providing these topics we are grateful to you 😊😊😊😊

  • @Ghummakad_ladka
    @Ghummakad_ladka 8 หลายเดือนก่อน +1

    Amazing way of teaching, Thanks

  • @toniaedetphillips5500
    @toniaedetphillips5500 ปีที่แล้ว

    Thank you Neso Academy 🙏

  • @gpktelugu7684
    @gpktelugu7684 2 ปีที่แล้ว +3

    I am a 1st btech student we have python in 1st sem

  • @sofienesdiri8470
    @sofienesdiri8470 ปีที่แล้ว

    Web browser have just in time compiler which is mix of interpreter and compiler

  • @krushnamayabehera6519
    @krushnamayabehera6519 2 ปีที่แล้ว +3

    Is this possible to install interpreter in the same machine in which the java code is written.........

  • @prudhvirevanth412
    @prudhvirevanth412 ปีที่แล้ว +1

    Hello sir, please make an videos on el
    Electric and hybrid vehicles....

  • @shashishekhar7649
    @shashishekhar7649 2 ปีที่แล้ว +2

    Your videos are lovely and very well explained. Thanks for such a beautiful learning platform.
    One thing though, I don't have this much time to learn Python. It is currently taking 3 days to learn a very basic concept like compiler and interpreter.
    I genuinely urge you to upload your content at a faster pace. 1 hour of content daily is optimum for people learning to be professionals.
    I know it is not an easy task to make such amazing learning videos. Kudos to you for that.
    But please allow people like us to consume your content too. We don't have that much time to wait. Daily videos will be highly appreciated. You can charge a fee for your videos too (just to give you an added motivation, not that you need it). Please consider my request.

  • @mrbrownie1383
    @mrbrownie1383 ปีที่แล้ว +1

    i do not really understand that executable stuff at the end of the video, what do you mean by providing the code to the compiler? and how do you mean that I need to run the executable? now is it the .exe program or what?

  • @EFD39
    @EFD39 8 หลายเดือนก่อน

    Excellent video. Thank you!

  • @Beatriz-ht4ys
    @Beatriz-ht4ys ปีที่แล้ว

    Thanks

  • @tuttejkumar6713
    @tuttejkumar6713 ปีที่แล้ว

    Nice work sir 👍🏻

  • @MrudulaBhuvan
    @MrudulaBhuvan 2 ปีที่แล้ว

    Please upload trees complete concept in data structures

  • @DanielPromise-m77
    @DanielPromise-m77 2 หลายเดือนก่อน

    Oh i get it, so our apps are compiled, such as .apk or .exe ?

  • @ABDULKARIMHOMAIDI
    @ABDULKARIMHOMAIDI ปีที่แล้ว

    Thanks I'm greatfull

  • @abdulraziq6761
    @abdulraziq6761 2 ปีที่แล้ว +2

    What steps are need for creating his own programming language ?
    Respected Sir.

    • @איתיחזות-ה1כ
      @איתיחזות-ה1כ ปีที่แล้ว

      To "Create your own programming language " you need first to decide if its gonna be interpreter or compiler and after that' create your own syntax and try that the compiler or the interpreter will understand that by
      doing a lot of thing ' hahahah

    •  ปีที่แล้ว

      @@איתיחזות-ה1כ step 1: choose compiler or interpreter.
      Step 2: make the if statements needed to detect if a function is in the code and checks the second line for code and checks the third line for code.
      Step 3: repeat step 2 until you are happy with your functions
      Step 4: make sure your interpreter/compiler actually can read the files. Of not, go to heaven

    •  ปีที่แล้ว

      File.myprogramminglang:
      Function hahaha(s) {
      Return s * 2;
      }
      Interpreter:
      Import interpreter.myfunctions;
      Import interpreter.readlinejson;
      Let file = [{“line”:”1”,”text”:[“Function”,”hahaha”,{“type”:”parameter”,”args”:”s”},”{“],{“line”:”2”,”text”:[“Return”,”s”,”*”,”2”]},{“line”:”3”,”text”:[“}”]}]
      If file[1]:
      Let line1 = file[1]
      If file[2]:
      Let line2=file[2]
      If file[3]:
      Let line3 = file3
      If file[4]:
      Let line4 = file4

      Let char1 = Read(line1.text[1])….
      Myfunction x = new Myfunction()
      If char1 in x:
      Print(“you made a function called: “ + char2 + char3)…..
      **2000 years later**
      Print(“you closed this function with “ + char9)

    • @hetaeramancer
      @hetaeramancer ปีที่แล้ว +1

      First, start learning how to do it
      Second, try doing it
      Third, give up since it's so fvcking hard

  • @phoenix4247
    @phoenix4247 ปีที่แล้ว

    is interpreter program also can't run in different OS like compilers ??

  • @joby5072
    @joby5072 5 หลายเดือนก่อน

    How to work Compailer and interpreter work in cmd

  • @tugcesentuna8034
    @tugcesentuna8034 10 หลายเดือนก่อน

    Video starts at 4.30.

    • @tugcesentuna8034
      @tugcesentuna8034 10 หลายเดือนก่อน

      oh btw interpreter must be installed on the friends machine i think, im kinda sure because you said millions of time. such a time waste!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @AyanKhan-nx3in
    @AyanKhan-nx3in 2 ปีที่แล้ว

    Sir , i want to ask could you do project in this video

  • @YogiRaj-108
    @YogiRaj-108 ปีที่แล้ว +1

    C language ka source code copy kar ke dusre machine me ide download kar ke source code copy kar dege ide me aur fir compile kar ke run kar dege simple executable file dene ki jarurat hii nhi hai source code de doo

  • @ashokkumaryadavyadav5525
    @ashokkumaryadavyadav5525 2 ปีที่แล้ว

    Sir please python ka nest video upload kariye

  • @SerobZeromintis
    @SerobZeromintis 5 หลายเดือนก่อน

    indian...

  • @greyrabbit2157
    @greyrabbit2157 ปีที่แล้ว

    slay

  • @danyaltyrecenter7868
    @danyaltyrecenter7868 ปีที่แล้ว

    Ur Way of teaching is so nice

  • @Kart-xv2fm
    @Kart-xv2fm ปีที่แล้ว

    Thanks