Why Code in Python?

Поділитися
Вставка
  • Опубліковано 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.