Why Code in Python?

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 5

  • @joan38
    @joan38 4 дня назад

    4:58 compilers help finding bugs before you even run the program. It's a good thing

  • @joan38
    @joan38 4 дня назад

    5:39 you won't find your mistakes until you specifically execute the line of code where the mistake is. So you are leaving that to luck basically. Compiled language on the other hand check the entire program before running. Although it still won't catch everything you find out faster than with Python.

  • @joan38
    @joan38 4 дня назад

    4:51 most compiled languages are incrementally compiled

  • @SabonaMarara
    @SabonaMarara 4 дня назад

    Thanks a lot

  • @joan38
    @joan38 4 дня назад

    5:24 Dynamic typing is not a "feature". It's more of a lack of feature.