Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Custom Module not working in Jupyter Notebook with Pandas
Post: Python Custom Module not working in Jupyter Notebo...

Hi Guys, I have made a custom code in Python that i was to apply to a spreadsheet with Jupyter Notebook. I get the following error code and do not understand how to fix it. E:\OneDrive\Coding\Pyt...
fid Data Science 0 2,061 Jul-04-2020, 11:05 AM
    Thread: while loop problem
Post: RE: while loop problem

Thank You @jefsummers. The problem has been solved.
fid Data Science 2 2,266 Jun-19-2020, 07:21 PM
    Thread: while loop problem
Post: while loop problem

Hi Guys, I am having a problem with a while loop for a tax calculator. You don't have to understand taxes to understand the problem. Here is the Code. I think that the problem is the lst isnt append...
fid Data Science 2 2,266 Jun-19-2020, 03:58 PM
    Thread: python if command for a list
Post: RE: python if command for a list

Thank you very much for your help guys. The code works now. @bowlofred @buran Fid
fid General Coding Help 3 2,037 May-08-2020, 11:52 AM
    Thread: python if command for a list
Post: python if command for a list

Hi, Please check the following code. number = 20000 lst = [0,12500,50000,150000] lst.append(number) lst.sort() for b in lst: if lst.index(b) > lst.index(number): lst.remove(b) ...
fid General Coding Help 3 2,037 May-07-2020, 11:35 PM

User Panel Messages

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