Re: Phyton 32 or 64 bit?

2020-05-27 Thread Bischoop
On 2020-05-26, Alex Kaye wrote: > To all: > > The only stupid question is one that wasn't asked ! > > Alex > Well, visit FB and you'll change your mind. -- https://mail.python.org/mailman/listinfo/python-list

Re: Phyton 32 or 64 bit?

2020-05-26 Thread Alex Kaye
To all: The only stupid question is one that wasn't asked ! Alex On Tue, May 26, 2020 at 12:42 PM MRAB wrote: > On 2020-05-26 19:13, R. A. Hoffman via Python-list wrote: > > > > Good afternoon, > > > > > > > > Please forgive what may be a stupid question. I’m an absolute beginner > and downloa

Re: Phyton 32 or 64 bit?

2020-05-26 Thread MRAB
On 2020-05-26 19:13, R. A. Hoffman via Python-list wrote: Good afternoon, Please forgive what may be a stupid question. I’m an absolute beginner and downloaded Python 3.8 for 32bits. I’m running Windows 10 on 64bit machine. Question 1 : is it OK to run Python (32 bits) on my machine

Phyton 32 or 64 bit?

2020-05-26 Thread R. A. Hoffman via Python-list
Good afternoon,   Please forgive what may be a stupid question. I’m an absolute beginner and downloaded Python 3.8 for 32bits. I’m running Windows 10 on 64bit machine.   Question 1 : is it OK to run Python (32 bits) on my machine ?   Question 2 : The download went fine. How do I go from her

Re: phyton hata

2020-05-04 Thread Michael Torrie
On 5/4/20 4:15 AM, HÜSEYİN KOÇ wrote: > Phyton 3.8.2 versiyonu bilgisayarıma indirdim fakat sorunlar ile > karşılaştınız diyerek hata veriyor > > > Windows 10 için Posta<https://go.microsoft.com/fwlink/?LinkId=550986> ile > gönderildi > Please ensure Windows

Re: phyton hata

2020-05-04 Thread Souvik Dutta
ne hatası alıyorsun Souvik flutter dev On Tue, May 5, 2020, 1:28 AM HÜSEYİN KOÇ wrote: > Phyton 3.8.2 versiyonu bilgisayarıma indirdim fakat sorunlar ile > karşılaştınız diyerek hata veriyor > > > Windows 10 için Posta<https://go.microsoft.com/fwlink/?LinkId=550986

phyton hata

2020-05-04 Thread HÜSEYİN KOÇ
Phyton 3.8.2 versiyonu bilgisayarıma indirdim fakat sorunlar ile karşılaştınız diyerek hata veriyor Windows 10 için Posta<https://go.microsoft.com/fwlink/?LinkId=550986> ile gönderildi -- https://mail.python.org/mailman/listinfo/python-list

Re: phyton

2019-09-10 Thread Pankaj Jangid
inhahe writes: > On Tue, Sep 10, 2019 at 8:41 AM Pankaj Jangid > wrote: > >> You can do something like this ;-) >> >> >> import math >> >> def add_vat(a, b): >> return math.ceil(100*(a * 0.57 + sum([ord(c) for c in list(b)]) * >> 0.15538))/100 >> >> print(add_vat(101, 'high')) >> print(add_v

Re: phyton

2019-09-10 Thread Chris Angelico
On Tue, Sep 10, 2019 at 10:54 PM tim.gast--- via Python-list wrote: > > Op dinsdag 10 september 2019 14:45:58 UTC+2 schreef inhahe: > > On Tue, Sep 10, 2019 at 8:41 AM Pankaj Jangid > > wrote: > > > > > tim.g...@quicknet.nl writes: > > > > > > > For school i need to write the right code to get th

Re: phyton

2019-09-10 Thread inhahe
On Tue, Sep 10, 2019 at 12:06 PM tim.gast--- via Python-list < python-list@python.org> wrote: > Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: > > Hi everybody, > > > > For school i need to write the right code to get the following outcome. > > Can someone help me with thi

Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: > Hi everybody, > > For school i need to write the right code to get the following outcome. > Can someone help me with this > I can't find a solution to link the word high to 1.21. > > 11 print(add_vat(101, 'high')) > 12

phyton

2019-09-10 Thread tim.gast--- via Python-list
Hi everybody, For school i need to write the right code to get the following outcome. Can someone help me with this I can't find a solution to link the word high to 1.21. 11 print(add_vat(101, 'high')) 12 print(add_vat(101, 'low')) Outcome: 122.21 110.09 Thanks! -- https://mail.python.org

Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 14:45:58 UTC+2 schreef inhahe: > On Tue, Sep 10, 2019 at 8:41 AM Pankaj Jangid > wrote: > > > tim.g...@quicknet.nl writes: > > > > > For school i need to write the right code to get the following outcome. > > > Can someone help me with this > > > I can't find a so

Re: phyton

2019-09-10 Thread Frank Millman
On 2019-09-10 2:29 PM, tim.gast--- via Python-list wrote: Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: Hi everybody, For school i need to write the right code to get the following outcome. Can someone help me with this I can't find a solution to link the word high

Re: phyton

2019-09-10 Thread inhahe
On Tue, Sep 10, 2019 at 8:41 AM Pankaj Jangid wrote: > tim.g...@quicknet.nl writes: > > > For school i need to write the right code to get the following outcome. > > Can someone help me with this > > I can't find a solution to link the word high to 1.21. > > > > 11 print(add_vat(101, 'high'))

Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 14:36:13 UTC+2 schreef Pankaj Jangid: > tim.g...@quicknet.nl writes: > > > For school i need to write the right code to get the following outcome. > > Can someone help me with this > > I can't find a solution to link the word high to 1.21. > > > > 11 print(add_vat(

Re: phyton

2019-09-10 Thread Pankaj Jangid
tim.g...@quicknet.nl writes: > For school i need to write the right code to get the following outcome. > Can someone help me with this > I can't find a solution to link the word high to 1.21. > > 11 print(add_vat(101, 'high')) > 12 print(add_vat(101, 'low')) > > Outcome: > > 122.21 > 110.09 >

Re: phyton

2019-09-10 Thread inhahe
On Tue, Sep 10, 2019 at 8:31 AM inhahe wrote: > > > On Tue, Sep 10, 2019 at 8:10 AM tim.gast--- via Python-list < > python-list@python.org> wrote: > >> Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: >> > Hi everybody, >> > >> > For school i need to write the right code to

Re: phyton

2019-09-10 Thread inhahe
On Tue, Sep 10, 2019 at 8:10 AM tim.gast--- via Python-list < python-list@python.org> wrote: > Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: > > Hi everybody, > > > > For school i need to write the right code to get the following outcome. > > Can someone help me with this

Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: > Hi everybody, > > For school i need to write the right code to get the following outcome. > Can someone help me with this > I can't find a solution to link the word high to 1.21. > > 11 print(add_vat(101, 'high')) > 12

Re: phyton

2019-09-10 Thread Joel Goldstick
On Tue, Sep 10, 2019 at 8:10 AM tim.gast--- via Python-list wrote: > > Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: > > Hi everybody, > > > > For school i need to write the right code to get the following outcome. > > Can someone help me with this > > I can't find a

Re: phyton

2019-09-10 Thread tim.gast--- via Python-list
Op dinsdag 10 september 2019 13:03:46 UTC+2 schreef tim...@quicknet.nl: > Hi everybody, > > For school i need to write the right code to get the following outcome. > Can someone help me with this > I can't find a solution to link the word high to 1.21. > > 11 print(add_vat(101, 'high')) > 12

Re: phyton

2019-09-10 Thread Piet van Oostrum
tim.g...@quicknet.nl writes: > Hi everybody, > > For school i need to write the right code to get the following outcome. > Can someone help me with this > I can't find a solution to link the word high to 1.21. > > 11 print(add_vat(101, 'high')) > 12 print(add_vat(101, 'low')) > > Outcome: > >

Re: Phyton

2016-03-06 Thread Chris Angelico
On Mon, Mar 7, 2016 at 5:45 PM, wrote: > As a side note, you are probably aware that if you look at the Linux > ecosystems there are still a lot of distributions that have Python 2 > as a default. There are still also large mainstream libraries that > do not (or just very recently) have support f

Re: Phyton

2016-03-06 Thread marco . nawijn
On Sunday, March 6, 2016 at 6:10:22 PM UTC+1, Mark Lawrence wrote: > On 06/03/2016 15:28, marco.naw...@colosso.nl wrote: > > On Sunday, March 6, 2016 at 3:16:19 PM UTC+1, Diego ... wrote: > >> Hello! I have a question in an exercise that says : Write an expression to > >> determine whether a perso

Re: Phyton

2016-03-06 Thread Chris Angelico
On Mon, Mar 7, 2016 at 10:14 AM, Steven D'Aprano wrote: > And I take exception to your use of the word "Luddite" to describe Python 2. > Python 2 is a perfectly fine programming language, and it will continue to > be used by some well past 2020. There's no need to bully people into > upgrading to

Re: Phyton

2016-03-06 Thread Larry Martell
On Sun, Mar 6, 2016 at 6:14 PM, Steven D'Aprano wrote: > On Mon, 7 Mar 2016 04:05 am, Mark Lawrence wrote: > >> Why in the year 2016 are people still giving links to the Luddite Python >> 2 docs? > > Because Python 2.7 is still supported, and will be officially supported > until 2020, after which

Re: Phyton

2016-03-06 Thread Steven D'Aprano
On Mon, 7 Mar 2016 04:05 am, Mark Lawrence wrote: > Why in the year 2016 are people still giving links to the Luddite Python > 2 docs? Because Python 2.7 is still supported, and will be officially supported until 2020, after which it will still have third-party support from companies like Red Hat

Re: Phyton

2016-03-06 Thread Mark Lawrence
On 06/03/2016 17:20, Ian Kelly wrote: On Sun, Mar 6, 2016 at 10:05 AM, Mark Lawrence wrote: Why in the year 2016 are people still giving links to the Luddite Python 2 docs? Maybe because it's the version that comes up when googling for "python if statement". The obvious solution is to take

Re: Phyton

2016-03-06 Thread Ian Kelly
On Sun, Mar 6, 2016 at 10:05 AM, Mark Lawrence wrote: > Why in the year 2016 are people still giving links to the Luddite Python 2 > docs? Maybe because it's the version that comes up when googling for "python if statement". -- https://mail.python.org/mailman/listinfo/python-list

Re: Phyton

2016-03-06 Thread Mark Lawrence
On 06/03/2016 15:28, marco.naw...@colosso.nl wrote: On Sunday, March 6, 2016 at 3:16:19 PM UTC+1, Diego ... wrote: Hello! I have a question in an exercise that says : Write an expression to determine whether a person should or should not pay tax . Consider paying tax people whose salary is gre

Re: Phyton

2016-03-06 Thread Mark Lawrence
On 05/03/2016 15:41, Diego ... wrote: Hello! I have a question in an exercise that says : Write an expression to determine whether a person should or should not pay tax . Consider paying tax people whose salary is greater than R $ 1,200.00 I do not know how to mount the logical expression !!!

Re: Phyton

2016-03-06 Thread BartC
On 06/03/2016 15:28, marco.naw...@colosso.nl wrote: On Sunday, March 6, 2016 at 3:16:19 PM UTC+1, Diego ... wrote: Hello! I have a question in an exercise that says : Write an expression to determine whether a person should or should not pay tax . Consider paying tax people whose salary is gre

Re: Phyton

2016-03-06 Thread marco . nawijn
On Sunday, March 6, 2016 at 3:16:19 PM UTC+1, Diego ... wrote: > Hello! I have a question in an exercise that says : Write an expression to > determine whether a person should or should not pay tax . Consider paying tax > people whose salary is greater than R $ 1,200.00 > > I do not know how to

Phyton

2016-03-06 Thread Diego ...
Hello! I have a question in an exercise that says : Write an expression to determine whether a person should or should not pay tax . Consider paying tax people whose salary is greater than R $ 1,200.00 I do not know how to mount the logical expression !!! It's like: salary = 1250 tax = Not Tru

Re: What is a phyton?

2009-02-16 Thread Python
On 16 feb 2009, at 14:45, www.livtotravel.blogspot.com wrote: is phyton a programming language? what can a python do? how is it different from others? -- If i were to replace 'python' with 'french' would you be willing to write the answer in one email? it's gonna be

Re: What is a phyton?

2009-02-16 Thread Diez B. Roggisch
Thorsten Kampe schrieb: * (Mon, 16 Feb 2009 05:45:09 -0800 (PST)) is phyton a programming language? http://en.wikipedia.org/wiki/Phyton Thanks for quoting the OPs spam name so that the visibility of his post is increased. Diez -- http://mail.python.org/mailman/listinfo/python-list

Re: What is a phyton?

2009-02-16 Thread Thorsten Kampe
* www.livtotravel.blogspot.com (Mon, 16 Feb 2009 05:45:09 -0800 (PST)) > is phyton a programming language? http://en.wikipedia.org/wiki/Phyton -- http://mail.python.org/mailman/listinfo/python-list

What is a phyton?

2009-02-16 Thread www.livtotravel.blogspot.com
is phyton a programming language? what can a python do? how is it different from others? -- http://mail.python.org/mailman/listinfo/python-list

Re: Phyton module for Windows Event Viewer?

2008-05-03 Thread Tzury Bar Yochay
> Can someone point me in the right direction? I'm looking for a module > to monitor the Windows Event Viewer. http://docs.python.org/lib/module-logging.html NTEventLogHandler is the one you should use. happy pythoning -- http://mail.python.org/mailman/listinfo/python-list

Phyton module for Windows Event Viewer?

2008-05-03 Thread [EMAIL PROTECTED]
Hi all, Can someone point me in the right direction? I'm looking for a module to monitor the Windows Event Viewer. Thanks -- http://mail.python.org/mailman/listinfo/python-list

Regular expression for phyton ebook, free download | http://freepdf-ebook.blogspot.com/2007/12/regex-for-python.html

2007-12-14 Thread yuni . wijayanti
download free reference regex for phyton http://freepdf-ebook.blogspot.com/2007/12/regex-for-python.html -- http://mail.python.org/mailman/listinfo/python-list

Download new version of phyton language | http://freenewsoftware.blogspot.com/2007/12/python.html

2007-12-14 Thread yuni . wijayanti
follow this link http://freenewsoftware.blogspot.com/2007/12/python.html -- http://mail.python.org/mailman/listinfo/python-list

Web archtecture using two layers in Phyton

2007-05-27 Thread wagner
Hello, I need to develop an web applications that meet the following requirements: - 2 layers: the first one is the user interface (browser) and the second one is the interaction with the operacional system of the server. - the second layer must be developed using Python. I'd like to know if

RE: Web Archtecture using tow layers in Phyton

2007-05-24 Thread Wagner Garcia Campagner
-list@python.org Subject: Re: Web Archtecture using tow layers in Phyton On 5/23/07, Wagner Garcia Campagner <[EMAIL PROTECTED]> wrote: > Hello, > > I need to develop an web applications that meet the following requirements: > > - 2 layers: the first one is the user interfac

Re: Web Archtecture using tow layers in Phyton

2007-05-24 Thread Amit Khemka
On 5/23/07, Wagner Garcia Campagner <[EMAIL PROTECTED]> wrote: > Hello, > > I need to develop an web applications that meet the following requirements: > > - 2 layers: the first one is the user interface (browser) and the second one > is the interaction with the operacional system of the server. >

Web Archtecture using tow layers in Phyton

2007-05-24 Thread Wagner Garcia Campagner
Hello, I need to develop an web applications that meet the following requirements: - 2 layers: the first one is the user interface (browser) and the second one is the interaction with the operacional system of the server. - the second layer must be developed using Python. I'd like to know if it

Re: problem at installing phyton on windows

2007-03-26 Thread gslm
On 26 Mart, 00:50, "Stephen Eilert" <[EMAIL PROTECTED]> wrote: > On Mar 25, 6:23 pm, "gslm" <[EMAIL PROTECTED]> wrote: > > > > > > > Please, can you read again? > > Yes, I understand that in phyton interpreter, i can't call phyton

Re: problem at installing phyton on windows

2007-03-26 Thread bryan rasmussen
> > Obviously, "Phyton" will never be defined. > Indeed I remember in the climactic showdown between Phyton and the rest of the gamma ranger FooDroids and he kept doing the mega kick move. and I was thinking wow Phyton will never be defined, he will just keep kicking ass. I

Re: problem at installing phyton on windows

2007-03-25 Thread Paul Boddie
gslm wrote: > Please, can you read again? > Yes, I understand that in phyton interpreter, i can't call phyton > command.Thanks... > > But how can i run '.py' files from this command line?I wanted to use > the phyton command for this. Once you are in the Python int

Re: problem at installing phyton on windows

2007-03-25 Thread Steve Holden
gslm wrote: > Please, can you read again? > Yes, I understand that in phyton interpreter, i can't call phyton > command.Thanks... > > But how can i run '.py' files from this command line?I wanted to use > the phyton command for this. > > When i click a py

Re: problem at installing phyton on windows

2007-03-25 Thread Stephen Eilert
On Mar 25, 6:23 pm, "gslm" <[EMAIL PROTECTED]> wrote: > Please, can you read again? > Yes, I understand that in phyton interpreter, i can't call phyton > command.Thanks... > > But how can i run '.py' files from this command line?I wanted to use > t

Re: problem at installing phyton on windows

2007-03-25 Thread gslm
Please, can you read again? Yes, I understand that in phyton interpreter, i can't call phyton command.Thanks... But how can i run '.py' files from this command line?I wanted to use the phyton command for this. When i click a py extended file, for example calendar.py in lib direct

Re: problem at installing phyton on windows

2007-03-25 Thread Hertha Steck
gslm schrieb: > First, thaks a lot. > But I'm sorry.I haven't understood what i must do for ruunnig phyton > command.I delete path from proportiesof my computer.Then i open > command line of phyton.But when i write phyton these view below: > Traceback: > File &quo

Re: problem at installing phyton on windows

2007-03-25 Thread tac-tics
On Mar 25, 1:06 pm, "gslm" <[EMAIL PROTECTED]> wrote: > Hi! > I'm too new on phyton.I have installed phyton.But when I write phyton > command, unfortunately, i can't run.I suppose that it is bacause of > setting path.But i can't solve. > Can you h

Re: problem at installing phyton on windows

2007-03-25 Thread Gabriel Genellina
En Sun, 25 Mar 2007 15:40:14 -0300, gslm <[EMAIL PROTECTED]> escribió: > But I'm sorry.I haven't understood what i must do for ruunnig phyton > command.I delete path from proportiesof my computer.Then i open > command line of phyton.But when i write phyton these view b

Re: problem at installing phyton on windows

2007-03-25 Thread gslm
On 25 Mart, 20:16, "Paul Boddie" <[EMAIL PROTECTED]> wrote: > gslm wrote: > > Hi! > > I'm too new on phyton.I have installed phyton.But when I write phyton > > command, unfortunately, i can't run.I suppose that it is bacause of > > setting path.

Re: problem at installing phyton on windows

2007-03-25 Thread Paul Boddie
gslm wrote: > Hi! > I'm too new on phyton.I have installed phyton.But when I write phyton > command, unfortunately, i can't run.I suppose that it is bacause of > setting path.But i can't solve. > Can you help? It's "python" you should be typing, of

problem at installing phyton on windows

2007-03-25 Thread gslm
Hi! I'm too new on phyton.I have installed phyton.But when I write phyton command, unfortunately, i can't run.I suppose that it is bacause of setting path.But i can't solve. Can you help? Another thing is, when i double click the .py file, there are the project form and the command

Re: add re module to a embeded device phyton interpreter

2007-01-10 Thread robert
odlfox wrote: >I hav to add the re (regular expressions) functionality to an > Embeded device that I'm using. I read the re.py file and it says I > need several dependencies, one of them is the pcre module but I found > no pcre.py or pcre.pyc file. Someone knows where to find something to > s

add re module to a embeded device phyton interpreter

2007-01-10 Thread odlfox
I hav to add the re (regular expressions) functionality to an Embeded device that I'm using. I read the re.py file and it says I need several dependencies, one of them is the pcre module but I found no pcre.py or pcre.pyc file. Someone knows where to find something to solve my problem. Thanks

phyton memory management

2005-05-05 Thread Carlos Garcia
Hi all,      I do have a problem with python and it is that it raise an outofmemory (i comment lines in Py.java to avoid system.exit, to debug), i try to debug this issue with jprobe and realize that i get the exception even although the java heap is not in the limit, i can notice that pytho