Cansu Yeksan Aktaş
1 min readSep 14, 2019

--

Glad to find the tutorial useful. If you want to translate a String to a new language that you create, you can use translate() method in Python. Please check the tutorial link below:

https://www.programiz.com/python-programming/methods/string/translate

If you want to translate between languages, like in the Google Translate API, you can use PyPI lib in Python. Please find the tutorial link below:

https://pypi.org/project/googletrans/

--

--