Skip to content
Madhu Tutorials
  • About
    • Contact Us
    • Privacy Policy
    • Terms Of Use
  • All Blogs
  • DevOps
    • Docker
    • Ansible
    • TeamCity
    • Terraform
    • GitHub
  • Sysadmin
    • Linux
    • SSL
    • DNS
    • Mail
    • MySQL
    • Network
    • VMware
  • Cloud
    • AWS
  • Languages
    • Python
  • Others
    • Motivational Quotes
    • General
  • Toggle website search
Menu Close
  • About
    • Contact Us
    • Privacy Policy
    • Terms Of Use
  • All Blogs
  • DevOps
    • Docker
    • Ansible
    • TeamCity
    • Terraform
    • GitHub
  • Sysadmin
    • Linux
    • SSL
    • DNS
    • Mail
    • MySQL
    • Network
    • VMware
  • Cloud
    • AWS
  • Languages
    • Python
  • Others
    • Motivational Quotes
    • General

Python

  1. Home>
  2. All Blogs>
  3. Languages>
  4. Python
Read more about the article Resolving Unicode Encoding and Decoding Errors in Python?

Resolving Unicode Encoding and Decoding Errors in Python?

  • Post author:mreddy239
  • Post published:December 8, 2021
  • Post category:Python
  • Post comments:0 Comments

UnicodeEncodeError: 'ascii' codec can't encode character: UnicodeEncodeError typically occurs when you attempt to encode a Unicode string using the "ASCII" encoding method instead of using a UTF encoding method.Example in…

Continue ReadingResolving Unicode Encoding and Decoding Errors in Python?
Read more about the article About Encoding in Python and handling Unicode characters in Python2.x?

About Encoding in Python and handling Unicode characters in Python2.x?

  • Post author:mreddy239
  • Post published:December 8, 2021
  • Post category:Python
  • Post comments:0 Comments

In Python 2.x, the default encoding method is ASCII, while in Python 3.x, the default encoding method is UTF-8. In Python 2.x, strings are treated as ASCII by default, while…

Continue ReadingAbout Encoding in Python and handling Unicode characters in Python2.x?

ARCHIVES

TOP 5 TRENDING POSTS

  • VMware PowerCLI update root password in all ESXi Hosts?
  • Look at the file system resize progress with resize2fs
  • About PermitRootLogin and PasswordAuthentication in the sshd_config file?
  • How do you upgrade vCenter appliance 6.7 to 7.0?
  • How to use custom SSL certificates in vCenter?
Copyright - WordPress Theme by OceanWP