Jan 15, 2026
| Qalab | Isticmaal | Xusuusin |
|---|---|---|
| Python | Luuqad barnaamij | Isticmaal Python 3; interpreter-ku wuxuu fulinayaa koodka xariiq ahaan |
| PyCharm | IDE | Community edition waa bilaash; abuur mashruuc, orod/debug |
| Anaconda | Deegaan cilmiga xogta | Waxay rakibtaa Jupyter, numpy, pandas, scikit-learn |
| pip | Rakibaha xirmooyinka | Loogu talagalay rakibidda xirmooyinka ka jira PyPI |
| Nooc | Tusaale Luuqad | Hawl/Farsamo |
|---|---|---|
| Integer | 10 | int() |
| Float | 4.9 | float() |
| String | "Mosh" | str(), .upper(), .lower(), .replace(), .find() |
| Boolean | True / False | bool() |
| List | [1,2,3] | .append(), .insert(), .remove(), .pop(), .clear(), .sort(), .reverse(), .count(), .index(), .copy() |
| Tuple | (1,2,3) | immutable; .count(), .index() |
| Dict | {"name":"John","age":30} | .get(), update via customer['key']=value |
| Shay | Ujeeddo | Tusaale |
|---|---|---|
| Module | Fayl leh kood | utils.py; import utils / from utils import find_max |
| Package | Folder isku ururinaya modules | ecommerce package: ecommerce.shipping |
| PyPI | Xirmooyin dhinac-saddexaad | pip install openpyxl |