Why should I learn python?

preview_player
Показать описание
#python #tiktok #gaming #gamedev #fyp #coding #computers #programming
Рекомендации по теме
Комментарии
Автор

I’ve always wanted to learn python, it just seems so hard to learn. And I’m also not the smartest 🤫🤫

LeviAva
Автор

Python does not compile to another programming language. It compiles to bytecode that is then interpreted by C code. The video implies that python is a compiled language, when in fact, it’s an interpreted one. As a side, the definition you use for “scripting language” doesn’t seem correct, at least compared to the definitions I found when looking it up. How does dynamic typing make python a better fit for webscraping or machine learning? I have done web scraping with selenium before and I would not say that dynamic typing is useful. In my opinion it makes python more error prone because it allows cases where the type of a variable differs from what your code expects. To be clear I like python I just think you got some stuff wrong.

milkbone