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
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
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
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
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
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 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
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
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
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
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
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
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
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
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'))
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(
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
>
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
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
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
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
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
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:
>
>
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
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
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
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
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
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
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
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
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 !!!
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
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
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
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
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
* 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
is phyton a programming language? what can a python do? how is it
different from others?
--
http://mail.python.org/mailman/listinfo/python-list
> 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
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
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
follow this link
http://freenewsoftware.blogspot.com/2007/12/python.html
--
http://mail.python.org/mailman/listinfo/python-list
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
-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
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.
>
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
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
>
> 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
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
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
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
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
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
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
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
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.
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
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
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
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
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
62 matches
Mail list logo