Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
lfa:2025:lab02 [2025/10/12 21:01]
cata_chiru created
lfa:2025:lab02 [2025/10/12 21:13] (current)
cata_chiru
Line 34: Line 34:
  
 </​note>​ </​note>​
 +
 +==== For Junior Python interviews ====
 +
 +In Python **everything** is an object. => Non-trivial objects are passed by reference.
 +
 +To have multiple Python versions working (useful for managing different features that may generate package conflicts) you should use virtual environments (venvs).
 +
 +Types are used for code cleanliness,​ they do not change the running of the program.
  
 ==== Lists in python ==== ==== Lists in python ====