Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: json.dumps output error in python3
Post: RE: json.dumps output error in python3

Thank you
prayuktibid General Coding Help 2 2,652 Jan-21-2020, 06:41 AM
    Thread: json.dumps output error in python3
Post: json.dumps output error in python3

I am trying to send a dict file in JSON fromat usin "ujson.dumps" method to local http server. After executing ujson.dumps the output get changes. This is my code import ujson file ={ "success...
prayuktibid General Coding Help 2 2,652 Jan-21-2020, 06:23 AM
    Thread: output mismatching when porting a python from python2 env to python3 env
Post: RE: output mismatching when porting a python from ...

(Jan-20-2020, 04:37 PM)Larz60+ Wrote: It would be most helpful to explain the process, inputs, process, outputs The input of this code is "camera setting" and "capture option" which is mentioned in ...
prayuktibid General Coding Help 2 2,555 Jan-21-2020, 04:41 AM
    Thread: output mismatching when porting a python from python2 env to python3 env
Post: output mismatching when porting a python from pyth...

I am porting a python code which was written in python2 into the latest python3.8. I made some minor changes in syntax without changing the main logic such that it could run in the python3 environment...
prayuktibid General Coding Help 2 2,555 Jan-20-2020, 03:54 PM
    Thread: Python3 JSON encoding error “string argument without an encoding” when porting python
Post: Python3 JSON encoding error “string argument witho...

I am porting python 2.7x code to python 3.7x. This code trying to POST some data to the server using a TCP socket. I am getting an encoding error while creating JSON.dumps(data). try: ...
prayuktibid Networking 0 2,570 Jan-16-2020, 02:43 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020