About 50 results
Open links in new tab
  1. MP4 decoder - Python Forum

    Jan 13, 2018 · I want to read the video and audio information from mp4 file format.If possible I want to run under python 2.7.I have searched but couldn`t find any

  2. How can i fix json.decoder.JSONDecodeError - Python Forum

    Oct 30, 2021 · Hello, how do I solve this problem? import json def write_json (new_date, filename='data.json'): try: with open (filename, 'r+') as file: #First we load existing data into a dict. …

  3. Python 3.5.2 & json on win 10 - Python Forum

    Nov 28, 2016 · I have uninstalled python on my win 10 system and re-installed python 3.5.2. The following tiny bit of code causes a series of error messages import json with open ...

  4. json.load () in Python 3

    Dec 31, 2018 · Hi I'm trying to adapt some code I've found online for use in my own function. I can get the code to run in Python 2 but would really like to get it to work in Python 3. The code that works in …

  5. Python Forum - Fernet Cola: improvised string encoder / decoder

    This is an improvised string encoder-decoder based in Fernet algorithm.

  6. How to use isintance with condition? - Python Forum

    May 8, 2025 · You are trying to create a lexer in Python. A simple way to do that is to use regular expressions to recognize lexical tokens in the input streams. If you are ready to start with an external …

  7. How to detect wireless modem connected serially to my laptop in python

    Jan 8, 2019 · With the help of some earlier coding suggestion, I was trying to select the serial port with which I have connected the wireless modem. I am using serial.tools.list_ports to list down all the com …

  8. Ask help for utf-8 decode/encode - Python Forum

    Feb 7, 2017 · Thank you. Does you mean using python 3 could solve the problem? What difference between 2.7 and 3 in manipulating utf-8 related issues? In Python 2, there are strings (characters …

  9. decoding backslash sequenses - Python Forum

    Jan 21, 2021 · i am getting some large strings (or bytes) with many kinds of backslash sequences including unicode sequences. is there a codec that can decode all of these to make a better string (str)?

  10. Problems with JSONDecodeError - Python Forum

    Mar 7, 2022 · Hello everyone, all good? The attached code, files downloaded in csv through a NasaPower api, to run a first line of use: NasaPower ('20150101', '20210831', 'your output path') …