Fwd: save files

2019-04-21 Thread Franko rizai
-- Forwarded message - From: Franko rizai Date: Sun, 21 Apr 2019 at 19:22 Subject: save files To: Hello i am new to python and i have an issue.I downloaded the python 3.7.3(32-bit) and i start working on it.I open a new window to write(new file) and its ok. But when I want to sa

Re: Error while installing python for Windows 7 32bit

2019-04-21 Thread MRAB
On 2019-04-22 01:07, Bhargava Gurumanchi wrote: Hi Good morning i am getting this type of error while installing python for windows 7 32bit in my Laptop. please do needfull ASAP. Please find the attachment below Thanks and Regards This newsgroup automatically removes attachments. If you want

Error while installing python for Windows 7 32bit

2019-04-21 Thread Bhargava Gurumanchi
Hi Good morning i am getting this type of error while installing python for windows 7 32bit in my Laptop. please do needfull ASAP. Please find the attachment below Thanks and Regards -- - *BHARGHAVA GURUMANCHI* Nizamabad. Cell: 9177633364 Email: bhargavaguruman...@gmail.com -- https://mail.pyth

Re: Better ways for implementing two situations

2019-04-21 Thread DL Neil
Olá Paulo, On 22/04/19 6:23 AM, Paulo da Silva wrote: Hi all. I am looking for improved solutions to these two problems. They are to be in a program that deals with big data. So, they need to be fast and save memory. ... Given that we're talking "big data", which Python Data Science tools a

Re: Better ways for implementing two situations

2019-04-21 Thread MRAB
On 2019-04-21 19:23, Paulo da Silva wrote: Hi all. I am looking for improved solutions to these two problems. They are to be in a program that deals with big data. So, they need to be fast and save memory. Problem 1. I have a list of objects and want to split it in a list of groups. Each group

Better ways for implementing two situations

2019-04-21 Thread Paulo da Silva
Hi all. I am looking for improved solutions to these two problems. They are to be in a program that deals with big data. So, they need to be fast and save memory. Problem 1. I have a list of objects and want to split it in a list of groups. Each group must have all "equal objects" and have more

Re: Questions on Instance methods

2019-04-21 Thread eryk sun
On 4/21/19, Arup Rakshit wrote: > > I am reading https://docs.python.org/3/reference/index.html now, and it > seems like saying what Python can do, but not going deep to explain it > to a new comers most of the time. The guide to Python descriptors may help. https://docs.python.org/3/howto/descr

Re: Questions on Instance methods

2019-04-21 Thread Arup Rakshit
Hello Dieter, Thanks for taking time to explain this. I understood it half way, but that is my problem. I need to spend some more months to feel in home I guess. As you saw from documentation link, those are just words kind of spec. Which source you recommend to read which explains these conce