Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
General Python code for Newbie
#4
So, first of all, no one on this forum is going to do this for you. We can help, a lot, but you must show effort and ask specific questions when you hit a problem you can not solve yourself.
Second, this is way too broad questions and we can give only general directions how to start and what you can explore

(Apr-26-2017, 05:34 AM)Ramakrishna Wrote: Q1. How can i get the two exact same files today's and yesterday's excel file.
check Requests if you download the files from Internet
eventually you may need additional packages like Selenium and PhantomJS

if you "download' the files from some network location build-in modules for file manipulation should do.

(Apr-26-2017, 05:34 AM)Ramakrishna Wrote: Q2. How to compare the two excels.
Q3. How can i highlight in red and exclamatory mark.

check packages that allow you to read/write excel files. Is it really xls/xlsx/xlsm files or csv?

http://www.python-excel.org/
https://www.xlwings.org/
build-in csv module (if not really xls* files)

also pandas and numpy are very powerful and have great functionality for data crunching.
Reply


Messages In This Thread
General Python code for Newbie - by Ramakrishna - Apr-26-2017, 05:34 AM
RE: General Python code for Newbie - by Low_Ki_ - Apr-26-2017, 06:11 AM
RE: General Python code for Newbie - by wavic - Apr-26-2017, 06:16 AM
RE: General Python code for Newbie - by buran - Apr-26-2017, 06:16 AM
RE: General Python code for Newbie - by Ramakrishna - Apr-26-2017, 06:21 AM
RE: General Python code for Newbie - by buran - Apr-26-2017, 06:27 AM
RE: General Python code for Newbie - by volcano63 - Apr-26-2017, 09:02 PM
RE: General Python code for Newbie - by volcano63 - Apr-27-2017, 12:01 AM
RE: General Python code for Newbie - by Larz60+ - Apr-26-2017, 10:03 PM
RE: General Python code for Newbie - by krishnam - Apr-28-2017, 09:38 AM
RE: General Python code for Newbie - by snippsat - Apr-27-2017, 03:55 PM
RE: General Python code for Newbie - by volcano63 - Apr-27-2017, 04:23 PM
RE: General Python code for Newbie - by snippsat - Apr-27-2017, 04:54 PM
RE: General Python code for Newbie - by volcano63 - Apr-28-2017, 03:45 AM
RE: General Python code for Newbie - by zivoni - Apr-27-2017, 05:27 PM
RE: General Python code for Newbie - by buran - Apr-29-2017, 02:34 PM
General Python code for Newbie - by krishnam - Apr-28-2017, 05:16 AM
RE: General Python code for Newbie - by nilamo - Apr-28-2017, 05:41 AM
RE: General Python code for Newbie - by ndc85430 - Apr-28-2017, 05:43 AM
General Python code for Newbie - by krishnam - Apr-29-2017, 10:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Newbie Needs Help with Python Port to Web RobertL 1 2,290 May-09-2020, 10:50 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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