Monday, 5 December 2022

Python String Operations - Encode

#ENCODE

b'My name is St\xc3\xa5le' b'My name is St\\xe5le' b'My name is Stle' b'My name is St\\N{LATIN SMALL LETTER A WITH RING ABOVE}le' b'My name is St?le' b'My name is Ståle'

No comments:

Snowflake - Notes

WPRKSPACES -  In September 2025, Snowflake introduced Workspaces, which combines the functionality of Worksheets, Notebooks, File Manager, Q...