P6 - Interpreter vs Compiler [తెలుగు]

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

КОМЕНТАРІ • 10

  • @santoshrao4482
    @santoshrao4482 Рік тому +1

    Very well explained sir😊

    • @AnilITEduTelugu
      @AnilITEduTelugu  Рік тому

      @santoshrao4482:
      Thank you so much! I'm glad you found the explanation helpful. 😊

  • @hemanthhemu46
    @hemanthhemu46 Рік тому

    Nice sir baga cheputunaru sor miru petena 85 videos saripothaia inka indepth ga untaiaa phython lo

    • @AnilITEduTelugu
      @AnilITEduTelugu  Рік тому

      Thanks Hemanth👍
      Around 130 videos Core Python ki vastai. Ee 130 videos lo around 35 ~ 40 videos are related to the coding exercises and assignments.
      Ee 130 videos complete ga follow ayithe, Core Python lo strong knowledge vastundi.
      Same Core Python pattern lagane Advanced Python kuda around 120 videos vastai.
      If you follow all my Python videos, you will become an expert in the Python.
      Complete playlist link: ua-cam.com/play/PLaPm1H5AnNYtG6OJJhQU45s-DA3qomRG7.html&si=KLkTLv2sKTKUE82J
      Inka emina doubts unte adagandi.

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

    hi sir, well explained. i have onedoubt , enterpreter and compiler ani sysytem ki ela telusthundhi sir ,manam code ni run chestham kadh akkada line by line execution or overall execution ni batti .exe file anedhi complilor lo create avuthundhi kadha so adhe na doubt .

    • @AnilITEduTelugu
      @AnilITEduTelugu  9 місяців тому +1

      @srikoushikthallada1854:
      Determining whether a program will be executed using a compiler or an interpreter primarily depends on the programming language you're using.
      Inherently Compiled Languages: Some languages are designed to be compiled into machine code. For example, C, C++, and Rust are traditionally compiled languages. If you're writing in one of these languages, you'll typically use a compiler to translate your code into an executable program.
      Inherently Interpreted Languages: Languages like Python, Ruby, and JavaScript are traditionally interpreted. They are designed to be executed with an interpreter, which reads and executes the source code directly, without the need for a prior compilation step.
      Example:
      When you install Python on your system, the installation package includes the Python interpreter among other essential components. The Python interpreter is the program that reads and executes the Python code you write.
      In conclusion, python.exe is the executable file that contains the Python interpreter on Windows, enabling the execution of Python code.
      I hope this answers your question.

    • @srikoushikthallada1854
      @srikoushikthallada1854 9 місяців тому +1

      @@AnilITEduTelugu thank you so much sir

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

      @@srikoushikthallada1854:
      It's my pleasure 😀

  • @lokeshelukum2838
    @lokeshelukum2838 Рік тому

    Hi sir p1 to p61 still inka phython subject cheptunara

    • @AnilITEduTelugu
      @AnilITEduTelugu  Рік тому +2

      Avunu Lokesh. Deepth ga each concept ni explain chestuna. Danitho pattu assignments and coding exercise kuda unai. In case meeku use avani topics ni skip cheyyandi.