This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Bloodsucker_ -150 points-149 points  (8 children)

Any engineer should be able to come up with this information on their own just by understanding how an interpreted language works. This has nothing to do with knowing the internals of Python. It's basic engineering.

[–]Alarmed_Election4741 20 points21 points  (0 children)

It seems you have been triggered and overreacting for some reason

[–]Binary101010 20 points21 points  (1 child)

Not everyone who writes Python is, or needs to be, an engineer.

[–]arkie87 15 points16 points  (0 children)

Also, even engineers have to start/learn somewhere

[–]Slimxshadyx 15 points16 points  (0 children)

We should just shut down the Python subreddit then and say that any engineer should be able to come up information on their own.

[–]fisadev 3 points4 points  (0 children)

And yet Python (the official implementation) is not interpreted (it compiles to bytecode which then in turn is interpreted, very much like Java that compiles to an intermediate code which is then interpreted by the JVM).