Compiled vs Interpreted Programs (Animated)

4,303
0
Published 2024-02-21
Compiled and interpreted programs are not the same. We'll break down the difference with beautiful animations and talk about how compiled programs execute as raw machine code, while interpreted programs rely on another program at runtime.

Learn back-end development - www.boot.dev/
Learn Shells and Terminals - www.boot.dev/learn/learn-shells-and-terminals

All Comments (6)
  • @psadi_
    If a python fine contains the shebang like “#!/usr/bin/env python” Then it can be executed with ./script.py (the file need executable permissions though)