Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to get the duration of AMR audio file using python
Post: How to get the duration of AMR audio file using py...

hi, I have around 1000 of amr files. My task is to get the time duration of those amr audio files.Is there any amr audio file library or code example that can help me do this task?
Prince_Bhatia General Coding Help 0 2,246 Aug-12-2019, 05:58 AM
    Thread: How to find sum difference between two csv
Post: RE: How to find sum difference between two csv

No this is not assignment. Is there any live example you can also provide?
Prince_Bhatia General Coding Help 3 2,460 Jul-30-2019, 03:02 AM
    Thread: How to find sum difference between two csv
Post: How to find sum difference between two csv

Hi, I have two csv files. Csv 1 A 1 B 2 C 3 Csv 2 A 10 B 20 C 30 How do i find the sum difference of column 2 Like 10-1+20-2+30-3 So output csv would be A 9 B 18 C 27 Total 54 I can achieve the...
Prince_Bhatia General Coding Help 3 2,460 Jul-30-2019, 02:38 AM
    Thread: Need suggestion on software
Post: Need suggestion on software

Ok we need a pronounciation app in which i have the option to upload already recorded pronounciation of words and then . If i say a sentence and in that sentence if recorderd word is present and it is...
Prince_Bhatia Bar 1 1,645 Jul-05-2019, 11:34 AM
    Thread: How to remove space between strings
Post: RE: REMOVING SPACE BETWEEN THE STRING

a = 'abcdef @gmail.com' dm = a.replace(" ","") print(dm)
Prince_Bhatia General Coding Help 2 2,712 May-03-2019, 11:44 AM
    Thread: How to highlight html using python
Post: RE: How to highlight html using python

i am asking for both..to highlight the detected text in html.
Prince_Bhatia General Coding Help 2 3,586 May-03-2019, 11:31 AM
    Thread: How to highlight html using python
Post: How to highlight html using python

hi, i have written a code that look for changes in website and produce it's html. but my concern is how can i look highlight the change that has happen. below is my code: from urllib.request import...
Prince_Bhatia General Coding Help 2 3,586 Apr-30-2019, 07:08 AM
    Thread: TypeError: 'NoneType' object is not subscriptable
Post: RE: TypeError: 'NoneType' object is not subscripta...

I have edited my answer, please check
Prince_Bhatia General Coding Help 6 27,318 Apr-25-2019, 11:41 AM
    Thread: TypeError: 'NoneType' object is not subscriptable
Post: RE: TypeError: 'NoneType' object is not subscripta...

Please post error and code within python tags. This error simply states wherever you are storing data or returning data is empty or NONE. Secondly here: with open(labels_filename) as inf: labe...
Prince_Bhatia General Coding Help 6 27,318 Apr-25-2019, 11:36 AM
    Thread: Manipulating CSV
Post: Manipulating CSV

Hi, i have a csv file whose data structure is like this City Preference Type Value ['Adilabad'] Builder sale 0 ['Adilabad'] Owner sale 5 ['Adilabad'] Broker sale 0 ['Adilabad'] Builder rent 0 ['Adil...
Prince_Bhatia General Coding Help 1 1,952 Apr-25-2019, 11:18 AM
    Thread: [Idea Required] How can i track any change on a webpage?
Post: [Idea Required] How can i track any change on a we...

Hi, i wish to write a python scripts which will have the ability to track webpage pages and if any change that will happen it will save those changes on csv. Below are the things i am willing to imp...
Prince_Bhatia General Coding Help 1 2,098 Apr-24-2019, 08:21 AM
    Thread: can i get any xpath on click event?
Post: RE: can i get any xpath on click event?

No not like that... for examples import requests from flask import Flask app = Flask(__name__) @app.route('/') def get_data(): data = requests.get('https://maharerait.mahaonline.gov.in/').text ...
Prince_Bhatia General Coding Help 3 4,426 Apr-09-2019, 12:23 PM
    Thread: can i get any xpath on click event?
Post: can i get any xpath on click event?

i am trying to create an application where if i click any webpage text i can get xpath of the element? suppose i click on image and can i get xpath of that image using python?
Prince_Bhatia General Coding Help 3 4,426 Apr-09-2019, 10:32 AM
    Thread: Help regarding date format
Post: RE: Help regarding date format

Thank you so much
Prince_Bhatia General Coding Help 2 2,376 Apr-01-2019, 05:46 AM
    Thread: Help regarding date format
Post: Help regarding date format

hi, i have date like this 31-12-2024 (dd-mm-yyyy) and i want to convert this date to Dec, 2024. How can i do that. date = 31-12-2024 l_dt = datetime.datetime.strptime(date, '%d-%M-%Y') l_dt = l_d...
Prince_Bhatia General Coding Help 2 2,376 Apr-01-2019, 05:34 AM
    Thread: Reading and manipulating csv
Post: RE: Reading and manipulating csv

but how can i add them into one column?Please explain the concept also. Please check my output file like how i want my output to be
Prince_Bhatia General Coding Help 11 5,075 Mar-14-2019, 04:45 AM
    Thread: Reading and manipulating csv
Post: RE: Reading and manipulating csv

Yes i am using windows
Prince_Bhatia General Coding Help 11 5,075 Mar-13-2019, 04:21 PM
    Thread: Reading and manipulating csv
Post: RE: Reading and manipulating csv

i made a change in the code , please use that
Prince_Bhatia General Coding Help 11 5,075 Mar-13-2019, 01:06 PM
    Thread: Reading and manipulating csv
Post: RE: Reading and manipulating csv

Codec is UTF-8 only
Prince_Bhatia General Coding Help 11 5,075 Mar-13-2019, 01:01 PM
    Thread: Reading and manipulating csv
Post: Reading and manipulating csv

hi, I have a csv which has two columns and on the other hand i have multiple lists in my code. I am looping through second column of each data in csv and checking if it exists in the already define...
Prince_Bhatia General Coding Help 11 5,075 Mar-13-2019, 12:27 PM

User Panel Messages

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