Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
lfa:2023:proiect_e2 [2023/11/08 14:13] tpruteanu |
lfa:2023:proiect_e2 [2023/11/08 14:23] (current) tpruteanu |
||
---|---|---|---|
Line 154: | Line 154: | ||
Versiunea de python pe care o vom folosi pentru aceasta tema este ''python3.12''. Un ghid de instalare a acestei versiuni poate fi gasita [[https://aruljohn.com/blog/install-python/|aici]] | Versiunea de python pe care o vom folosi pentru aceasta tema este ''python3.12''. Un ghid de instalare a acestei versiuni poate fi gasita [[https://aruljohn.com/blog/install-python/|aici]] | ||
+ | |||
+ | <note important> | ||
+ | Este recomandat sa parcurgeti [[lfa:2023:lab_python_extras|documentul extra]] pentru descrierea unor feature-uri folosite in schelet si a unora utile in implementarea proiectului, mai ales topic-urile: | ||
+ | * [[lfa:2023:lab_python_extras#dictionaries_sets_and_hashable_objects | hashing]] | ||
+ | * [[lfa:2023:lab_python_extras#python_312_generics | genericitate in python 3.12]] | ||
+ | * [[lfa:2023:lab_python_extras#dataclasses | decoratorul dataclass]] | ||
+ | </note> | ||
Pentru rularea testelor folositi comanda ''python3.12 -m unittest''. | Pentru rularea testelor folositi comanda ''python3.12 -m unittest''. |