Python tip 15: string transliteration

Publicado el: 23 agosto 2022
en el canal de: 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...


En esta página del sitio puede ver el video en línea Python tip 15: string transliteration de Duración hora minuto segunda en buena calidad , que subió el usuario learnbyexample 23 agosto 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 256 veces y le gustó 1 a los espectadores. Disfruta viendo!