Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8016269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:29:33+00:00 2026-06-04T20:29:33+00:00

In python 3.2, i can change the type of an object easily. For example

  • 0

In python 3.2, i can change the type of an object easily. For example :

x=0
print(type (x))
x=bytes(0)
print(type (x))

it will give me this :

<class 'int'>
<class 'bytes'>

But, in python 2.7, it seems that i can’t use the same way to do it. If i do the same code, it give me this :

<type 'int'>
<type 'str'>

What can i do to change the type into a bytes type?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T20:29:35+00:00Added an answer on June 4, 2026 at 8:29 pm

    What can i do to change the type into a bytes type?

    You can’t, there is no such type as ‘bytes’ in Python 2.7.

    From the Python 2.7 documentation (5.6 Sequence Types):
    “There are seven sequence types: strings, Unicode strings, lists, tuples, bytearrays, buffers, and xrange objects.”

    From the Python 3.2 documentation (5.6 Sequence Types):
    “There are six sequence types: strings, byte sequences (bytes objects), byte arrays (bytearray objects), lists, tuples, and range objects.”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm planning to use very big numbers in Python, but wonder if Python can
In Python I can define a function as follows: def func(kw1=None,kw2=None,**kwargs): ... In this
In python how can i develop this algorithm to find common patterns in a
I'm new to python and to django so this question will probably be easy
This may sound strange, but I need a better way to build python scripts
I'm trying to make sure an object is a string type in Python (for
Can I change editor associations based on the content type rather than individual file
From Python docs: sys.excepthook(type, value, traceback) This function prints out a given traceback and
A very simple case of diamond-type inheritance: class Root: def f(self): print('Root') class A(Root):
ORIGINAL QUESTION: (My question applies to Python 3.2+, but I doubt this has changed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.