Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Exception handling in regex using python
Post: Exception handling in regex using python

Hi all, I am having a regular expression to be read from the file. regex = '(START\s*([a-zA-Z]\w*)\s*([a-zA-Z]\w*)\s*([a-zA-Z]\w*)\s*([a-zA-Z]\w*)\s*VAR1(?P<var1>\s*(0|1).[0-9]\d*) VAR2(?P<...
ShruthiLS General Coding Help 1 2,364 May-03-2020, 05:46 PM
    Thread: Indexed position editing of a lst
Post: RE: Indexed position editing of a lst

Ya thank you for the reply. But how can I edit by adding something to the zeroth position i.e., Mysore in this example. May it be anything.
ShruthiLS General Coding Help 4 2,504 Sep-26-2019, 07:28 AM
    Thread: Indexed position editing of a lst
Post: Indexed position editing of a lst

Hi everyone, I have a list say suppose, list= [Mysore,Bangalore,chennai,pune] In this I want to edit the list like, edited_list=[Mysore is a beautiful city,Bangalore,chennai,pune] How can we do th...
ShruthiLS General Coding Help 4 2,504 Sep-26-2019, 07:13 AM
    Thread: User Interaction with Excel sheet
Post: RE: User Interaction with Excel sheet

Ok thank you, let me check. And can I pass the file object as an argument for the other function and access the file contents in the other function? Is it possible?? If so,please give me a articles to...
ShruthiLS Data Science 7 4,648 Jun-15-2018, 12:27 PM
    Thread: User Interaction with Excel sheet
Post: RE: User Interaction with Excel sheet

Thank you all for the reply,Now I am able to read the excel file by changing to .csv format. But the requirement is as I change the data in the .csv file it should reflect automatically, and that is n...
ShruthiLS Data Science 7 4,648 Jun-15-2018, 05:50 AM
    Thread: User Interaction with Excel sheet
Post: User Interaction with Excel sheet

Hi Everyone, I am new to python and wanted to open the excel file while .py script is running and it should wait for the user to enter the input to the excel file without using any module...
ShruthiLS Data Science 7 4,648 Jun-14-2018, 12:05 PM
    Thread: Timers In python
Post: RE: Timers In python

Ok thanks for the reply. But I don't have access for the event of closing the thread. Will the multiprocessing works in that way....
ShruthiLS General Coding Help 3 2,895 Jun-11-2018, 05:31 AM
    Thread: Timers In python
Post: Timers In python

Hi Everyone, I am new to python,and wanted to Implement the Timer concept In python. I tried with threading module but don't know how to stop the Thread. And I am using only one thread ve...
ShruthiLS General Coding Help 3 2,895 Jun-05-2018, 05:20 AM

User Panel Messages

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