Python tip 15: string transliteration

Published: 23 August 2022
on channel: learnbyexample
256
1

The `str.translate()` method accepts a table of codepoints mapped to another character or codepoint. Map to `None` for characters that have to be deleted. You can use the `ord()` built-in function to get the codepoint of characters. Or, you can use the `str.maketrans()` method to generate the mapping for you.

This video is based on content from my "100 Page Python Intro" ebook: https://github.com/learnbyexample/100...


On this page of the site you can watch the video online Python tip 15: string transliteration with a duration of hours minute second in good quality, which was uploaded by the user learnbyexample 23 August 2022, share the link with friends and acquaintances, this video has already been watched 256 times on youtube and it was liked by 1 viewers. Enjoy your viewing!