Top 5 Python Interview Questions - NEVER miss these!!!

preview_player
Показать описание
Prepping for Python interviews? Note these questions!

#shorts
Рекомендации по теме
Комментарии
Автор

I would like it if you have a quick explanation with each tip

GravyPouch
Автор

1. Interpreted language, PVM, garbage collector, relatively easy syntax unlike type check in C++;
2. Tuples are immutable, same type, list more flexible;
3. PEP8 is good coding practice, also reference Google style;
4. no idea, GUI?
5. deep copy would allocate new memory area and copy, shallow copy will manipulate on current memory location, saving memory but dangerous !

andychan
Автор

This channel is great. Amazing short!!

pim
Автор

These are incredibly basic questions and would never be asked in a real interview

CodeCowboy
Автор

These are not interview questions. This is just random trivia.

A real question might be to traverse a balanced binary tree and return the maximum sum for any given path.

Anonymous_moron
Автор

this is not a good or useful video, these will never be asked except maybe the second

thesilentgamer