Re: What to write or search on github to get the code for what is written below:

2022-01-09 Thread Cameron Simpson
On 09Jan2022 13:08, Dennis Lee Bieber wrote: >>Only the four functions that I have written below I have to make and >>that’s it. All the input will be entered by the user on a website: >>1. First, I have to check in the Excel sheet or table whether the book user >>has entered is present in the b

Re: What to write or search on github to get the code for what is written below:

2022-01-09 Thread Avi Gross via Python-list
Is this thread even close to being on track? It is not really relevant to argue yet on whether to use EXCEL directly or a data.base. Many ways can be used to solve a problem and if the EXCEL sheet will never be updated manually or by some other program, it is sort of moot as you can ONE TIME tra

Re: What to write or search on github to get the code for what is written below:

2022-01-09 Thread Peter J. Holzer
On 2022-01-09 13:08:51 -0500, Dennis Lee Bieber wrote: > there are multiple ways to have Python access Excel -- from simple > read and write modules xlrd/xlwt, (which is out-dated; xlrd does not > work with .xlsx format, only the older .xls format). This is not true. xlrd has supported .xlsx since

Re: What to write or search on github to get the code for what is written below:

2022-01-09 Thread MRAB
On 2022-01-09 07:04, NArshad wrote: On Friday, 7 January 2022 at 02:59:17 UTC+5, alister wrote: On Thu, 6 Jan 2022 10:55:30 -0800 (PST), NArshad wrote: > All this is going to be in python’s flask and HTML only > > 1. First, I have to check in the Excel sheet or table whether the book > user

Re: What to write or search on github to get the code for what is written below:

2022-01-09 Thread NArshad
-Whose time?? My time I do not have not time to switch to a database but if necessary I can use the database to make changes in Excel column entries. -No changes?? I cannot change the column names. -“maybe the point is that at any time one has to be able to re-export to the original excel

Re: What to write or search on github to get the code for what is written below:

2022-01-09 Thread alister via Python-list
On Sun, 9 Jan 2022 08:53:58 -0800 (PST), NArshad wrote: > -Whose time?? > My time I do not have not time to switch to a database but if necessary > I can use the database to make changes in Excel column entries. > > -No changes?? > > I cannot change the column names. > > > -“maybe the point is

Re: What to write or search on github to get the code for what is written below:

2022-01-09 Thread alister via Python-list
On Sat, 8 Jan 2022 23:04:20 -0800 (PST), NArshad wrote: > On Friday, 7 January 2022 at 02:59:17 UTC+5, alister wrote: >> On Thu, 6 Jan 2022 10:55:30 -0800 (PST), NArshad wrote: >> >> > All this is going to be in python’s flask and HTML only >> > >> > 1. First, I have to check in the Excel sheet

Re: What to write or search on github to get the code for what is written below:

2022-01-09 Thread NArshad
On Friday, 7 January 2022 at 02:59:17 UTC+5, alister wrote: > On Thu, 6 Jan 2022 10:55:30 -0800 (PST), NArshad wrote: > > > All this is going to be in python’s flask and HTML only > > > > 1. First, I have to check in the Excel sheet or table whether the book > > user has entered is present in

Re: Extracting dataframe column with multiple conditions on row values

2022-01-09 Thread Edmondo Giovannozzi
Il giorno sabato 8 gennaio 2022 alle 23:01:13 UTC+1 Avi Gross ha scritto: > I have to wonder if when something looks like HOMEWORK, if it should be > answered in detail, let alone using methods beyond what is expected in class. > The goal of this particular project seems to be to find one (or per