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

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 ile > gönderildi > Please ensure Windows is up to date using Windows Update

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 ile > gönderildi > > -- > ht

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

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

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