Python Vs C++ Vs Java!

preview_player
Показать описание

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:

ABOUT US:
Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.
Рекомендации по теме
Комментарии
Автор

You didn't mention Python bytecode at all! It's a myth that python isn't compiled. It is compiled to bytecode, which is an intermediate which gets interpreted. The Python interpreter isn't looking at your human readable Python code line by line.

ethanyalejaffe
Автор

Precise n to the point that what make me watch ur vdos always. No useless bla bla. Thanks

jamesT
Автор

Thank you for explaining this so succinctly and understandably. I am a rookie with it all, but I do like to know the basics so I can understand more complex ideas. Much appreciated.

Mtnsunshine
Автор

There are some tools for max speed:
1. Python world: Python + PyPy + GraalVM Python
2. Java world: GraalVM vs JVM (stack-based VM) vs Dalvik (register-based VM)

juancarlospizarromendez
Автор

Thanks Sahn, your explainers and animations are the best in the business! 😎✌️

gus
Автор

Always a clear explanation (with great animation), thank you!

saulorocha
Автор

Java Compiler compile Java codes to JVM bytecodes. Them JVM translates bytecode instructions to native instructions. So, this make Java faster then interpreted languages.
Additionally, JIT Compiler compiles some/all JVM bytecodes to native machine codes.

lteygwx
Автор

Cpython uses compiling into bytecode too and it uses its own machine code to run in a operating system

kirillgimranov
Автор

Thank you Mr ByteByte ! Your content is amazing !!!!

NK-iwrq
Автор

I have a question: Which do you use to make the animation for your video?

aiviet
Автор

Bro i really love your channel, im learning a lot!

sunday-thequant
Автор

Thanks. It's very helpful ❤
Your explanation and animation are good also.

trilecao
Автор

Awesome video! Side note: you used a `C#` logo at 4:22 instead of `C++`.

drewrodrigues
Автор

this video is very useful!! Thank you!!

chocolatepun
Автор

Excellent and concise explanations! 👍👍👍

renatoamaral
Автор

C++ compiler actually produces intermediate code with must then be linked by a linker that links and resolves the intermediate code to the target operating system. On Windows an an Exe or Linux other Unix based OSs the link step will generate a .so files

chrishinds
Автор

Probably covering Java GraalVM where Java is compiled for a specific CPU architecture would have been good as part of this video. Nevertheless great video! That can be in another one!

AleksandarT
Автор

Great and informative video. Thanks for sharing

vick_onrails
Автор

At the end the C# logo is used instead of C++.

blompinne
Автор

How do u made the animated video like this??

VuinhThanh-olfx