Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 955 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 955 Bytes

Encoding and Decoding in Python

Simple example how to encode and decode strings in Python

Reference to:

[1] Valentyn N Sichkar. Simple example how to encode and decode strings in Python // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Encoding_Decoding_in_Python (date of access: XX.XX.XXXX)

Description

Using PyCharm as IDE for Python here is the program which shows how to Encode and Decode strings in Python.
To choose the right Codec for needed language go to the page: https://docs.python.org/3.7/library/codecs.html
Or choose 'utf-32' as standard for all languages.

MIT License

Copyright (c) 2018 Valentyn N Sichkar

github.com/sichkar-valentyn

Reference to:

[1] Valentyn N Sichkar. Simple example how to encode and decode strings in Python // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Encoding_Decoding_in_Python (date of access: XX.XX.XXXX)