Python packages that Tesla uses

Manpreet Singh
3 min readJun 13, 2021

Welcome back! As some of you may have seen, I made an article talking about the programming languages that Tesla uses, if you want to view that article check out the link below:

Now let’s talk about the Python packages that Tesla uses. As far as I can tell, there were 3 main packages that Tesla uses that I saw under their requirements segment of their career page, so let’s talk about these specific packages in detail.

Numpy

First off we have NumPy, this is a very popular package that allows us to do some scientific computing within Python. I have created several tutorials that utilize Numpy, i’ve also seen many data science job postings that require knowledge with this package as well, If you want to learn more about this package check out their website below:

--

--