Re: [Tutor] Tutor Digest, Vol 93, Issue 4

2011-11-01 Thread Rinu Boney
Alexander Etter , can u help me setup the emacs as python ide - like code refactoring and stuff? can i get to you by email? Thanks. > > Rinu, I use emacs. I use Python and C++. I'm also a university student. > Last semester I learned python 2.7 using IDLE, and continued with IDLE > while I searche

[Tutor] Pickling Class Instances

2011-10-31 Thread Rinu Boney
I have a class 'book' and function for input and display of the class members then there are 2 functions for pickling and unpickling class instances from and to a file. after unpickling , then displaying it shows only the last class instance stored in the file! what can be the possible problems? __

[Tutor] Pickle Class Instances

2011-10-31 Thread Rinu Boney
This Is My Program : class book: def __init__(self,bno=100,bname='Book'): self.book_number=bno self.book_name=bname def enter_book(self): self.book_number=input("Enter Book No : ") self.book_name=input("Enter Book Name : ") def display_book(self):

Re: [Tutor] Tutor Digest, Vol 92, Issue 123

2011-10-31 Thread Rinu Boney
anaging the list at >tutor-ow...@python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Tutor digest..." > > > Today's Topics: > > 1. Setting Up Emacs (Rinu Boney) > 2. Re: Setting Up Emacs (Stev

[Tutor] Setting Up Emacs

2011-10-30 Thread Rinu Boney
I am New To Python. I Would Like To Setup Emacs As A Python IDE. I Don't Know Anything About Emacs! Can Someone Help Me ? Thanks. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinf