Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: unable to print the list when using re.findall()
Post: RE: unable to print the list when using re.findall...

okay I would follow the same in future. pls answer the above
satyaneel General Coding Help 5 4,144 Sep-27-2017, 10:23 AM
    Thread: unable to print the list when using re.findall()
Post: RE: unable to print the list when using re.findall...

# -*- coding: utf-8 -*- """ Created on Wed Sep 20 07:44:11 2017 @author: Srinu """ import re #opening the file in read mode f=open('D:\EDUCATION\python\google-python-exercises\\babynames\\baby2008.ht...
satyaneel General Coding Help 5 4,144 Sep-27-2017, 10:05 AM
    Thread: unable to print the list when using re.findall()
Post: unable to print the list when using re.findall()

code: # -*- coding: utf-8 -*- """ Created on Wed Sep 20 07:44:11 2017 @author: Srinu """ import re f=open('D:\EDUCATION\python\google-python-exercises\\babynames\\baby2008.html','r') tuples=re.findal...
satyaneel General Coding Help 5 4,144 Sep-27-2017, 09:55 AM
    Thread: [Errno 22] Invalid argument
Post: RE: [Errno 22] Invalid argument

wonderful ... It's working. Thanks a ton
satyaneel General Coding Help 11 106,296 Sep-27-2017, 08:18 AM
    Thread: [Errno 22] Invalid argument
Post: RE: [Errno 22] Invalid argument

code: # -*- coding: utf-8 -*- """ Created on Wed Sep 20 07:44:11 2017 @author: Srinu """ f=open('E:\baby2008.txt','r')Error: Error:OSError: [Errno 22] Invalid argument: 'E:\x08aby2008.txt'
satyaneel General Coding Help 11 106,296 Sep-27-2017, 08:00 AM
    Thread: [Errno 22] Invalid argument
Post: [Errno 22] Invalid argument

When I am trying to open a html file with read mode in python spyder I am getting the following error [Errno 22] Invalid argument
satyaneel General Coding Help 11 106,296 Sep-27-2017, 07:06 AM

User Panel Messages

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