Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can I speed up my openpyxl program reading Excel .xlsx files?
Post: How can I speed up my openpyxl program reading Exc...

Like many folks I need to read both .xls files (I call them S files, using xlrd) and .xlsx files (the X files, using openpyxl), in both cases files of about 30,000 rows. And in both cases I'm just co...
deac33 General Coding Help 0 3,404 May-04-2020, 08:02 PM
    Thread: Beginner: urllib error
Post: RE: Beginner: urllib error

(Feb-22-2019, 07:41 AM)tomfry Wrote: [quote='metulburr' pid='72353' dateline='1550786053'] most people use requests library now instead. try this and see if you get the same error. import request...
deac33 Web Scraping & Web Development 7 6,599 May-03-2020, 04:26 AM
    Thread: my openpyxl use is too slow, am I reading rows incorrectly?
Post: RE: my openpyxl use is too slow, am I reading rows...

Huge help for me, makes my program usable now. Makes sense to read the whole row instead of a cell at a time as I had done. **smile** I guess you didn't get any further help? Thanks mucho, -dea...
deac33 General Coding Help 2 8,332 Apr-30-2020, 10:29 PM
    Thread: How do I set the path to my module one directory below my python 3.7.3 program?
Post: How do I set the path to my module one directory b...

How do I set the path to my module one directory below my python 3.7.3 program? I was able to have success using --- import sys --- sys.path.append("DEAC/0-files") --- import DeacModule so I ca...
deac33 General Coding Help 1 2,025 Jul-29-2019, 11:53 PM

User Panel Messages

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