All levelsPronunciation#pronunciation#python#machine-learning#data-science#ipa
Python ML Library Names Pronunciation
Saying 'NOOM-pee' instead of 'NUM-pie' or 'SCI-pee' instead of 'SKY-pie' can signal unfamiliarity with the Python data science ecosystem. Practise correct pronunciation before your next data engineering or ML interview.
0 / 5 completed
1 / 5
How is NumPy correctly pronounced?
NumPy is pronounced 'NUM-pie' — 'Num' rhymes with 'dumb' (short u) and 'Py' rhymes with 'pie' (from Python). It stands for Numerical Python. Common mispronunciation: saying 'NOOM-pee' by treating the 'u' as a long vowel, or splitting into three syllables. In a technical interview: 'I used NumPy (NUM-pie) arrays for the matrix operations.'
2 / 5
How is SciPy correctly pronounced?
SciPy is pronounced 'SKY-pie' — 'Sci' is said like 'sky' (from science, where 'sci' = 'sky') and 'Py' rhymes with 'pie'. It is a scientific computing library for Python. Common mispronunciation: saying 'SCI-pee' with a short 'i' or treating 'Py' as 'pee'. In a technical interview: 'SciPy (SKY-pie) has excellent signal processing functions.'
3 / 5
How is Pandas (the Python library) correctly pronounced?
Pandas is pronounced 'PAN-duhz' — exactly like the plural of the animal 'panda'. The name derives from 'panel data'. Common mispronunciation: stressing the second syllable ('pan-DAS') due to Spanish or Portuguese influence, or drawing out the final vowel. In a technical interview: 'I loaded the CSV with Pandas (PAN-duhz) DataFrames.'
4 / 5
How is Matplotlib correctly pronounced?
Matplotlib is pronounced 'MAT-plot-lib' — three natural chunks: MAT (from MATLAB) + PLOT + LIB (from library). The primary stress falls on the first syllable. Common mispronunciation: placing stress on 'PLOT' to get 'mat-PLOT-lib', which is also widely heard but the MAT-first stress is more standard. In a technical interview: 'I visualised the results using Matplotlib (MAT-plot-lib).'
5 / 5
How is Seaborn correctly pronounced?
Seaborn is pronounced 'SEE-born' — 'Sea' rhymes with 'free' (long 'ee') and 'born' rhymes with 'corn'. It is a statistical data visualisation library built on Matplotlib. Common mispronunciation: saying 'SEA-burn' by confusing the vowel in 'born', or shifting stress to 'say-BORN'. In a technical interview: 'I used Seaborn (SEE-born) to generate the correlation heatmap.'