Python: Behind the Scenes

Full Featured (30 min.)

When you are writing code, you have a very clear target: that the code will run and that the output will be as expected. But have you ever stopped and thought about the language in which you are writing? The lecture will deal with topics that programmers usually don't talk about: Evaluation order, Variables scoping, what happens behind the scenes, and in general - the meaning of every line of the code. The purpose of the lecture is to give you a deeper understanding of the Python programming language through simple examples.