TensorFlow uses Python, yes, but it also contains large amounts of C++ . This allows a simpler interface for experimentation with less human-thought overhead with Python, and add performance by programming the most important parts in C++.
Read moreWhat is TensorFlow used for in Python?
TensorFlow provides a collection of workflows to develop and train models using Python or JavaScript, and to easily deploy in the cloud, on-prem, in the browser, or on-device no matter what language you use.
Read moreDo you need Python for TensorFlow?
There are many different ways to use TensorFlow. The most commonly-used one is probably Python, followed by JavaScript . Additionally there is support for Swift, C, Go, Java, Haskell, C#, Go, and more.
Read more