Tutorials

RealPython – Unicode in Python – Working With Character Encodings

 RealPython – Unicode in Python – Working With Character Encodings   Free Tutorial Download

Handling character encodings in Python or any other language can at times seem painful. Places such as Stack Overflow have thousands of questions stemming from confusion over exceptions like UnicodeDecodeError and UnicodeEncodeError. This tutorial is designed to clear the Exception fog and illustrate that working with text and binary data in Python 3 can be a smooth experience. Python’s Unicode support is strong and robust, but it takes some time to master.

This tutorial is different because it’s not language-agnostic but instead deliberately Python-centric. You’ll still get a language-agnostic primer, but you’ll then dive into illustrations in Python, with text-heavy paragraphs kept to a minimum. You’ll see how to use concepts of character encodings in live Python code.

By the end of this tutorial, you’ll:

  • Get conceptual overviews on character encodings and numbering systems
  • Understand how encoding comes into play with Python’s str and bytes
  • Know about support in Python for numbering systems through its various forms of int literals
  • Be familiar with Python’s built-in functions related to character encodings and numbering systems

Character encoding and numbering systems are so closely connected that they need to be covered in the same tutorial or else the treatment of either would be totally inadequate.

 

Download  RealPython – Unicode in Python – Working With Character Encodings Free

https://beaconschool-my.sharepoint.com/:u:/g/personal/zcamacho_beaconschool_org/EU7XeUclrdNJp8kdPjsSKisBXD9gQZpR-rMYVgw4qy1fzg
https://bayfiles.com/Lfp8w4Peo6
https://drive.google.com/file/d/1_IvOQHTUFic45h2jeaG_K_F6-gnCLR7p/view?usp=sharing
https://drive.google.com/file/d/1KkJMGAzvqC6NXjziwhJh2HNxvunIEvAQ/view?usp=sharing
https://uptobox.com/ara5ttfnpfev

Password : freetuts.download

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Check Also

Close
Back to top button