Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lfa:2025:lab02 [2025/10/12 21:08] cata_chiru |
lfa:2025:lab02 [2025/10/12 21:13] (current) cata_chiru |
||
---|---|---|---|
Line 35: | Line 35: | ||
</note> | </note> | ||
- | ==== For 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 ==== |