

Well syntax error may be not the right wording, I am talking about stuff like unused variables, multiple semicolons, multiple declarations of variables, changing type of variables mid-code, dead code after return, return type mismatch etc.
Well syntax error may be not the right wording, I am talking about stuff like unused variables, multiple semicolons, multiple declarations of variables, changing type of variables mid-code, dead code after return, return type mismatch etc.
And depending on vibe coding, python just isn’t complaining about wrong syntax, but just do its job, which generally results in nasty code.
If you need a script language (run using interpreter instead of precompiling) use ruby, this one enforces good syntax.
The difference is, that C and similar can be compiled, python and similar needs an interpreter to be run.
This is the reason that languages that need to be compiled are why more efficient, meaning way less power is needed to execute, meaning less CO2 and cheaper server as less powerful hardware is needed.
C is easy as well… For me, even more easy than python, as I read like 100x more C++ rather than python…
I don’t even bother to write python anymore 🤣 I let it generate by AI nowadays
Damn! How inefficient 🤪 but that explains a lot
Python dev tend to vibe code while C (and other similar programming language) devs tend to plan more prior coding.
As a decision maker, I would let my devs only use python for proof of concepts or for build scripts…
😳python?!
😆damn, what a badass dog is that?!
But, it is funny how crows seem to actively provoke dogs. May dog reacts to as well 🤪 but she has no chance getting them 🤣 I generally laugh with the crows over her.
🫢did not expect WEF in the sources.
Didn’t even know that they release articles 😆
My grandfather once shot a crow in sri lanka, back in the days; he had to hide inside because of the “crow police”.
No joke! Like 10 to 50 crows were coming and attacking, he told (I was not yet alive when it happened)
If you ever traveled in Europe, you just know
*shocked pickachu
How do you need a study for that?!
Das ist ja fast wie in der Schweiz mit Herr Rösti…
Fine them billions!
If thy don’t comply with law, it has to hurt.
I guess, car manufacturers are to blame
So mamy still use very insecure ciphers, or it is possible to extend the “car is near me”-signal enabling click’n’drive.
👀 where is the database with all those leaked chatbot conversations?!
Guess, it is pretty valuable
International pressure
If you have a build server that builds every commit you push, you can work on other bugs or features in the meantime without needing more time.
And as soon as you have to search bugs in a big python project, you will use up all the “saved time” pretty fast.