Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Bubble Sort Algorithm Not Sorting LikedList Contents
Post: Bubble Sort Algorithm Not Sorting LikedList Conten...

Hi, I am currently trying to code for this particular question which is Uncle Tim started his Secondhand Bookstore in 2000. As years passed, the number of books in his store increased significantly. ...
JayJayOi Homework 0 3,691 Jan-19-2018, 12:09 AM
    Thread: How Can I Resolve This Error
Post: RE: How Can I Resolve This Error

(Jan-18-2018, 02:51 PM)Gribouillis Wrote: The message indicates that python cannot compare a 'method' to a string with the comparison operator >. A method is a function. You get this because you ...
JayJayOi Homework 10 7,418 Jan-18-2018, 02:59 PM
    Thread: How Can I Resolve This Error
Post: RE: How Can I Resolve This Error

(Jan-18-2018, 01:26 PM)Gribouillis Wrote: I think python's message is clear enough: you are trying to call an instance of 'int' as if it was a function. Looking at the line displayed, you see that i...
JayJayOi Homework 10 7,418 Jan-18-2018, 01:56 PM
    Thread: How Can I Resolve This Error
Post: RE: How Can I Resolve This Error

(Jan-18-2018, 12:58 PM)Gribouillis Wrote: (Jan-18-2018, 12:50 PM)JayJayOi Wrote: when I dont call the AddBookToPosition function, the DisplayBook class works normally. At line 112, it seems to me ...
JayJayOi Homework 10 7,418 Jan-18-2018, 01:18 PM
    Thread: How Can I Resolve This Error
Post: RE: How Can I Resolve This Error

Hi Thanks For The Answers, When testing the system, it seems that when I dont call the AddBookToPosition function, the DisplayBook class works normally. Thanks
JayJayOi Homework 10 7,418 Jan-18-2018, 12:50 PM
    Thread: How Can I Resolve This Error
Post: How Can I Resolve This Error

Hi, I am currently trying to code for this particular question which is Uncle Tim started his Secondhand Bookstore in 2000. As years passed, the number of books in his store increased significantly. ...
JayJayOi Homework 10 7,418 Jan-18-2018, 10:47 AM
    Thread: How Can I Fix This Error
Post: RE: How Can I Fix This Error

Hi Everyone, The Code Has Now Been Updated To Reflect The Full Code. Thanks
JayJayOi Homework 2 2,578 Jan-17-2018, 01:41 AM
    Thread: How Can I Fix This Error
Post: How Can I Fix This Error

Hi, I am trying to store some information with regards to books into an object. My object class codes are as below: class Book: def __init__(self,Title,Author,BookID): self.Title=Title ...
JayJayOi Homework 2 2,578 Jan-16-2018, 03:51 PM
    Thread: I Can't Get This Sorting Function In This LinkedList Code To Work
Post: RE: I Can't Get This Sorting Function In This Link...

Hi MPD, I have made revisions to the code that was used to AddBookToPosition and I think this new code seems to solve the problem as far as I can see. Am trying to fix the mergesort Algorithm at the m...
JayJayOi Homework 10 7,930 Jan-11-2018, 01:14 AM
    Thread: I Can't Get This Sorting Function In This LinkedList Code To Work
Post: RE: I Can't Get This Sorting Function In This Link...

Hi MPD, I am using Python 3.6 on Windows 10
JayJayOi Homework 10 7,930 Jan-10-2018, 02:23 AM
    Thread: I Can't Get This Sorting Function In This LinkedList Code To Work
Post: RE: I Can't Get This Sorting Function In This Link...

def AddBookAtPosition(self, val, position): current_node = self.head ...
JayJayOi Homework 10 7,930 Jan-09-2018, 02:44 PM
    Thread: I Can't Get This Sorting Function In This LinkedList Code To Work
Post: RE: I Can't Get This Sorting Function In This Link...

Hi Everyone, Just An Update Here, I have followed the First Answer By MPD and corrected my code and this is the corrected code as per my understanding from MPD's answer.. class Node: ...
JayJayOi Homework 10 7,930 Jan-09-2018, 01:37 PM
    Thread: I Can't Get This Sorting Function In This LinkedList Code To Work
Post: RE: I Can't Get This Sorting Function In This Link...

(Jan-09-2018, 12:58 PM)mpd Wrote: First of all, you're doing your class kind of wrong. Every class method has a self argument with which you reference variables and methods within that class. So i...
JayJayOi Homework 10 7,930 Jan-09-2018, 01:02 PM
    Thread: I Can't Get This Sorting Function In This LinkedList Code To Work
Post: I Can't Get This Sorting Function In This LinkedLi...

Hi everyone, I am new here and the question that I am posting here is part of my School Assignment For Data And Algorithms. This Is The Question For The Assignment Uncle Tom started his Secondhand B...
JayJayOi Homework 10 7,930 Jan-09-2018, 12:14 PM

User Panel Messages

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