Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lfa:2025:lab02 [2025/10/12 21:09]
cata_chiru
lfa:2025:lab02 [2025/10/12 21:13] (current)
cata_chiru
Line 37: Line 37:
 ==== For Junior Python interviews ==== ==== For Junior Python interviews ====
  
- ​* ​In Python **everything** is an object. => Non-trivial objects are passed by reference.+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).+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 ====