Re: hi

2023-03-04 Thread MRAB
On 2023-03-04 17:13, Tom wrote: Bonjour je suis français et je ne comprend pas comment je peux acceder a python merci de me repondre CORDIALEMENT Lilian Go to https://www.python.org/downloads/ and download the installer for your operating system (Windows or MacOS). For Windows I'd

Re: hi

2023-03-04 Thread Thomas Passin
On 3/4/2023 12:13 PM, Tom wrote: Bonjour je suis français et je ne comprend pas comment je peux acceder a python merci de me repondre CORDIALEMENT Lilian Envoyé à partir de [1]Courrier pour Windows Veuillez expliquer ce que vous entendez par "peux accéder à un

hi

2023-03-04 Thread Tom
Bonjour je suis français et je ne comprend pas comment je peux acceder a python merci de me repondre CORDIALEMENT Lilian   Envoyé à partir de [1]Courrier pour Windows   References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 --

[issue401751] Make 0.0**-2.0 raise ValueError (fixes hi-pri bug 115831)

2022-04-10 Thread admin
Change by admin : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue401751] Make 0.0**-2.0 raise ValueError (fixes hi-pri bug 115831)

2022-04-10 Thread admin
Change by admin : -- github: None -> 33256 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44755] cpython Lib bisect.py overflow (lo + hi) // 2 a problem?

2021-07-27 Thread Dennis Sweeney
Dennis Sweeney added the comment: Thanks for the concern, but I'll close this as "not a bug". Feel free to re-open if you can give an example where the current code fails. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___

[issue44755] cpython Lib bisect.py overflow (lo + hi) // 2 a problem?

2021-07-27 Thread Dennis Sweeney
Dennis Sweeney added the comment: This is a good idea for languages where integers are bounded, but in Python, integers can be as large as you want, so there's no reason to worry about overflow: >>> lo = 1 * 10**100 >>> hi = 2 * 10**100

[issue44755] cpython Lib bisect.py overflow (lo + hi) // 2 a problem?

2021-07-27 Thread David Duffy
New submission from David Duffy : https://ai.googleblog.com/2006/06/extra-extra-read-all-about-it-nearly.html led me to change to lo+(lo+hi)/2 - would this affect bisect.py??? -- components: Library (Lib) messages: 398337 nosy: David.Duffy priority: normal severity: normal status

[issue40832] hi param in bisect module should not accept negative values

2020-07-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: If the implementation made it easy, I would add the check. But since it would be an invasive change, I'm inclined to pass on it because it is so uncommon — the lo and hi arguments are rarely used, even more rarely with a negative hi paired with a non

[issue40832] hi param in bisect module should not accept negative values

2020-05-31 Thread Vikash Raja Samuel Selvin
values for hi. -- ___ Python tracker <https://bugs.python.org/issue40832> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/

[issue40832] hi param in bisect module should not accept negative values

2020-05-31 Thread Raymond Hettinger
values was added when it was shown that that case sometimes arose in practice. At that time, a check for negative hi value was skipped because it either didn't seem to arise in practice or that it would occur in conjunction with a negative lo value. Another issue is that the C implementation

[issue40832] hi param in bisect module should not accept negative values

2020-05-31 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: -> rhettinger versions: -Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___ ___

[issue40832] hi param in bisect module should not accept negative values

2020-05-31 Thread SilentGhost
Change by SilentGhost : -- nosy: +rhettinger versions: +Python 3.10, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___ ___

[issue40832] hi param in bisect module should not accept negative values

2020-05-31 Thread Vikash Raja Samuel Selvin
, 0, -2) 0 In order to be consistent with the behavior for lo and not return wrong answers when hi is provided with a negative value -- components: Library (Lib) messages: 370416 nosy: samuel72 priority: normal severity: normal status: open title: hi param in bisect module should not

[issue1663329] subprocess/popen close_fds perform poor if SC_OPEN_MAX is hi

2020-04-23 Thread STINNER Victor
Change by STINNER Victor : -- resolution: accepted -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

Hi!! im searching for a ready app of python for pdf combiner

2020-01-06 Thread alon . najman
Hi!! im searching for a ready app of python for pdf combiner what I need exactly is a pdf combiner for 20 + pdfs to combine them as one, do a merge -- https://mail.python.org/mailman/listinfo/python-list

Re: Hi!! im searching for a ready app of python for pdf combiner

2020-01-06 Thread Rob Gaddi
On 1/6/20 8:13 AM, alon.naj...@gmail.com wrote: Hi!! im searching for a ready app of python for pdf combiner what I need exactly is a pdf combiner for 20 + pdfs to combine them as one, do a merge Why does this need to be in Python? Just download a copy of pdftk (which I think is written

Re: Hi there! We are here to answer any questions you have about Udacit...

2019-11-12 Thread DL Neil via Python-list
On 12/11/19 9:48 PM, joseph pareti wrote: great, thank you so much for the advice. In fact, I sent this mail to the python mailing list by mistake, but now I am glad I did ... There's plenty of over-lap between lists - PyTutor is another. Meantime I've received email from IBM about their

Re: Hi there! We are here to answer any questions you have about Udacit...

2019-11-11 Thread DL Neil via Python-list
On 12/11/19 7:14 AM, joseph pareti wrote: i have done the first 6 lessons of python --- https://classroom.udacity.com/courses/ud1110/lessons/bbacebc6-406a-4dc5-83f6-ef7ba3371da6/concepts/50247542-7933-4afe-9130-ff1dff429b03 what do you recommend next? My goal is ML/AI As with any

Re: Hi there! We are here to answer any questions you have about Udacit...

2019-11-11 Thread joseph pareti
pareti < joeparet...@gmail.com>: > > > -- Forwarded message - > Von: joseph pareti > Date: Do., 7. Nov. 2019 um 09:26 Uhr > Subject: Re: Hi there! We are here to answer any questions you have about > Udacit... > To: Sherry from Udacity > > > ap

Re: Hi how do I import files inside a txt file?

2019-09-30 Thread Tobiah
On 9/2/19 3:32 AM, Spencer Du wrote: Hi How do i import files inside a txt file if they exist in the current directory? Once you've read the module names you can use: new_module = __import__(modulename) So you'd read the name from your file into modulename and import the name contained

Re: Hi how do I import files inside a txt file?

2019-09-02 Thread DL Neil via Python-list
import os.path # from stateMachine import * with open("list_of_devices.txt", "r") as reader: for item in reader: try: os.getcwd() print("hi") except: print("error") Th

Re: Hi how do I import files inside a txt file?

2019-09-02 Thread Spencer Du
t; > import importlib > > > > > > import os > > > > > > import os.path > > > > > > # from stateMachine import * > > > > > > > > > > > > with open("list_of_devices.txt", "r") as reader: > > > >

Re: Hi how do I import files inside a txt file?

2019-09-02 Thread Joel Goldstick
ectly. > > > > > > > > > > import paho.mqtt.client as mqtt > > > > > from mqtt import * > > > > > import importlib > > > > > import os > > > > > import os.path > > > > > # from stateMachine i

Re: Hi how do I import files inside a txt file?

2019-09-02 Thread Spencer Du
om mqtt import * > > > > import importlib > > > > import os > > > > import os.path > > > > # from stateMachine import * > > > > > > > > with open("list_of_devices.txt", "r") as reader: > > > > for item in reader:

Re: Hi how do I import files inside a txt file?

2019-09-02 Thread Joel Goldstick
rt * > > > > > > with open("list_of_devices.txt", "r") as reader: > > > for item in reader: > > > try: > > > os.getcwd() > > > print("hi") > > >

Re: Hi how do I import files inside a txt file?

2019-09-02 Thread Spencer Du
> > import paho.mqtt.client as mqtt > > from mqtt import * > > import importlib > > import os > > import os.path > > # from stateMachine import * > > > > with open("list_of_devices.txt", "r") as reader: > >

Re: Hi how do I import files inside a txt file?

2019-09-02 Thread Spencer Du
> > import paho.mqtt.client as mqtt > > from mqtt import * > > import importlib > > import os > > import os.path > > # from stateMachine import * > > > > with open("list_of_devices.txt", "r") as reader: > >

Re: Hi how do I import files inside a txt file?

2019-09-02 Thread Pankaj Jangid
s > import os.path > # from stateMachine import * > > with open("list_of_devices.txt", "r") as reader: > for item in reader: > try: > os.getcwd() > print("hi") > except: >

Hi how do I import files inside a txt file?

2019-09-02 Thread Spencer Du
Hi How do i import files inside a txt file if they exist in the current directory? Here is the current code but I dont know how to do it correctly. import paho.mqtt.client as mqtt from mqtt import * import importlib import os import os.path # from stateMachine import * with open

Re: Hi I'm trying to get live data from stock using python , is it poss

2018-09-05 Thread Chris Angelico
On Thu, Sep 6, 2018 at 6:06 AM, Calvin Spealman wrote: > Please don't keep spamming this list with the same question, while you have > not responded to any of the advice you've already been given. > > If you have specific trouble with any of that advice and need further help, > please give

Re: Hi I'm trying to get live data from stock using python , is it poss

2018-09-05 Thread Calvin Spealman
PM alon najman wrote: > On Tuesday, September 4, 2018 at 7:21:31 PM UTC+3, alon@gmail.com > wrote: > > Hi , > > for example: > > I want to know if AAPL is more than value 300 and if it does I want it to > send to me mail with gmail :) . thanks for the hel

Re: Hi I'm trying to get live data from stock using python , is it

2018-09-05 Thread Michael Torrie
On 09/04/2018 10:21 AM, alon.naj...@gmail.com wrote: > Hi , > for example: > I want to know if AAPL is more than value 300 and if it does I want it to send to me mail with gmail :) . thanks for the help.. > Yes it's definitely possible! Hop on Google and do some searches; you're bo

Re: Hi I'm trying to get live data from stock using python ,

2018-09-05 Thread Skip Montanaro
> I want to know if AAPL is more than value 300 and if it does I want it to send to me mail with gmail :) . thanks for the help.. Try searching pypi.org for "finance", then scroll through the many returned packages. A few show how to get stock data from Yahoo! or Google. Skip --

Re: Hi I'm trying to get live data from stock using python , is it

2018-09-05 Thread Thomas Jollans
On 2018-09-04 18:22, alon.naj...@gmail.com wrote: > On Tuesday, September 4, 2018 at 7:21:31 PM UTC+3, alon@gmail.com wrote: >> Hi , >> for example: >> I want to know if AAPL is more than value 300 and if it does I want it to send to me mail with gmail :) . thanks for

Re: Hi I'm trying to get live data from stock using python , is it poss

2018-09-05 Thread alon najman
On Tuesday, September 4, 2018 at 7:21:31 PM UTC+3, alon@gmail.com wrote: > Hi , > for example: > I want to know if AAPL is more than value 300 and if it does I want it to send to me mail with gmail :) . thanks for the help.. im using python 2.7 -- https://mail.python.org/mailman

Hi I'm trying to get live data from stock using python , is it possible

2018-09-05 Thread alon najman
Hi , for example: I want to know if AAPL is more than value 300 and if it does I want it to send to me mail with gmail :) . thanks for the help.. -- https://mail.python.org/mailman/listinfo/python-list

Re: Hi I'm trying to get live data from stock using python , is it possible?

2018-09-04 Thread Akkana Peck
Skip Montanaro writes: > > I want to know if AAPL is more than value 300 and if it does I want it to > > send to me mail with gmail :) . thanks for the help.. > > Try searching pypi.org for "finance", then scroll through the many > returned packages. A few show how to get stock data from Yahoo!

Re: Hi I'm trying to get live data from stock using python , is it possible?

2018-09-04 Thread Michael Torrie
On 09/04/2018 10:21 AM, alon.naj...@gmail.com wrote: > Hi , > for example: > I want to know if AAPL is more than value 300 and if it does I want it to > send to me mail with gmail :) . thanks for the help.. > Yes it's definitely possible! Hop on Google and do some searche

Re: Hi I'm trying to get live data from stock using python , is it possible?

2018-09-04 Thread Skip Montanaro
> I want to know if AAPL is more than value 300 and if it does I want it to > send to me mail with gmail :) . thanks for the help.. Try searching pypi.org for "finance", then scroll through the many returned packages. A few show how to get stock data from Yahoo! or Google. Skip --

Re: Hi I'm trying to get live data from stock using python , is it possible?

2018-09-04 Thread Thomas Jollans
On 2018-09-04 18:22, alon.naj...@gmail.com wrote: > On Tuesday, September 4, 2018 at 7:21:31 PM UTC+3, alon@gmail.com wrote: >> Hi , >> for example: >> I want to know if AAPL is more than value 300 and if it does I want it to >> send to me mail with gmail :) . thank

Re: Hi I'm trying to get live data from stock using python , is it possible?

2018-09-04 Thread alon . najman
On Tuesday, September 4, 2018 at 7:21:31 PM UTC+3, alon@gmail.com wrote: > Hi , > for example: > I want to know if AAPL is more than value 300 and if it does I want it to > send to me mail with gmail :) . thanks for the help.. im using python 2.7 -- https://mail.python.org/mail

Hi I'm trying to get live data from stock using python , is it possible?

2018-09-04 Thread alon . najman
Hi , for example: I want to know if AAPL is more than value 300 and if it does I want it to send to me mail with gmail :) . thanks for the help.. -- https://mail.python.org/mailman/listinfo/python-list

[issue32778] Hi

2018-02-05 Thread Steven D'Aprano
Change by Steven D'Aprano : -- stage: -> resolved status: open -> closed ___ Python tracker ___

[issue32778] Hi

2018-02-05 Thread REBECCA VICKERS
New submission from REBECCA VICKERS <dakota._.dun...@icloud.com>: Sent from my iPhone -- messages: 311701 nosy: REBECCAVICKERS000 priority: normal severity: normal status: open title: Hi ___ Python tracker <rep...@bugs.python.or

Re: Hi everyone

2017-05-24 Thread tommy yama
Hi Ian, yeah. feel free to ask for any relating python. thanks! On Thursday, May 25, 2017, Ian Kelly <ian.g.ke...@gmail.com> wrote: > On Wed, May 24, 2017 at 11:20 AM, Spaarwiel <jovancarller...@msn.com > <javascript:;>> wrote: > > > > Hi there, i was always

Re: Hi everyone

2017-05-24 Thread Ian Kelly
On Wed, May 24, 2017 at 11:20 AM, Spaarwiel <jovancarller...@msn.com> wrote: > > Hi there, i was always interested in coding but never took the time to learn it. > > So at age 34 i'm going to try and see if i can win this. > > Saw on a website this is good group page to com

Hi everyone

2017-05-24 Thread Spaarwiel
Hi there, i was always interested in coding but never took the time to learn it. So at age 34 i'm going to try and see if i can win this. Saw on a website this is good group page to come for help so i will def. be asking alot of questions here :) B.t.w i have no knowledge of coding whatsoever

Re: Hi! i need some help with a program in python on Raspberry pi3.

2017-04-17 Thread breamoreboy
On Friday, April 14, 2017 at 3:27:29 PM UTC+1, Kasper wrote: > every time i run the program i get this messeage: > > Traceback (most recent call last): > File "smartmirror.py", line 159, in get_weather > temprature2 = "%S%S" % (str(int(weather_obj['currently']['temperature'])), >

Re: Hi! i need some help with a program in python on Raspberry pi3.

2017-04-14 Thread Terry Reedy
On 4/14/2017 10:27 AM, Kasper wrote: every time i run the program i get this messeage: Traceback (most recent call last): File "smartmirror.py", line 159, in get_weather temprature2 = "%S%S" % (str(int(weather_obj['currently']['temperature'])), degree_sign) KeyError: 'currently' Error:

Re: Hi! i need some help with a program in python on Raspberry pi3.

2017-04-14 Thread Peter Otten
Kasper wrote: > every time i run the program i get this messeage: > > Traceback (most recent call last): > File "smartmirror.py", line 159, in get_weather > temprature2 = "%S%S" % (str(int(weather_obj['currently'] ['temperature'])), > degree_sign) > KeyError: 'currently' > Error:

Re: Hi! i need some help with a program in python on Raspberry pi3.

2017-04-14 Thread Steve D'Aprano
On Sat, 15 Apr 2017 12:27 am, Kasper wrote: > every time i run the program i get this messeage: > > Traceback (most recent call last): > File "smartmirror.py", line 159, in get_weather > temprature2 = "%S%S" % > (str(int(weather_obj['currently']['temperature'])), > degree_sign) >

Hi! i need some help with a program in python on Raspberry pi3.

2017-04-14 Thread Kasper
every time i run the program i get this messeage: Traceback (most recent call last): File "smartmirror.py", line 159, in get_weather temprature2 = "%S%S" % (str(int(weather_obj['currently']['temperature'])), degree_sign) KeyError: 'currently' Error: 'currently'. Cannot get weather. How do

[issue26653] bisect raises a TypeError when hi is None

2016-03-30 Thread Mike Lenzen
Mike Lenzen added the comment: Sounds good, but then I think the docs could be clearer about this. I scratched my head at the function signature bisect.bisect_left(a, x, lo=0, hi=len(a)) because it isn't valid (in Python, maybe in C?), so I checked the source and saw hi=None. I'm not sure how

[issue26653] bisect raises a TypeError when hi is None

2016-03-30 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> not a bug status: open -> closed ___ Python tracker ___

[issue26653] bisect raises a TypeError when hi is None

2016-03-28 Thread Raymond Hettinger
Raymond Hettinger added the comment: Sorry, I don't think that is a good idea. The use of None as a placeholder for optional arguments is legitimate and well enshrined in Python history. The code is bisect is very old, stable, and battle-tested. There isn't a real bug here, nothing is

[issue26653] bisect raises a TypeError when hi is None

2016-03-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: May be change the placeholder? For example to sys.maxsize, float('inf') or ['len(a)']. -- nosy: +serhiy.storchaka ___ Python tracker

[issue26653] bisect raises a TypeError when hi is None

2016-03-28 Thread Raymond Hettinger
Raymond Hettinger added the comment: The pure python code used None as a placeholder for an optional argument. It is not an intended input value. The documented signature is: bisect.bisect_left(a, x, lo=0, hi=len(a)). -- priority: normal ->

[issue26653] bisect raises a TypeError when hi is None

2016-03-28 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger ___ Python tracker ___

[issue26653] bisect raises a TypeError when hi is None

2016-03-27 Thread Xiang Zhang
Xiang Zhang added the comment: The C version bisect_right can only accept number as hi, which conflicts with the python version using None as the default value. -- nosy: +xiang.zhang ___ Python tracker <rep...@bugs.python.org>

[issue26653] bisect raises a TypeError when hi is None

2016-03-27 Thread Mike Lenzen
New submission from Mike Lenzen: >>> bisect.bisect([1, 2, 3], 1, hi=None) TypeError: 'NoneType' object cannot be interpreted as an integer I'm assuming this is an error in the C implementation because the Python source has: if hi is None: hi = len(a) -- c

Re: Hi Im having a problem with python it keeps telling me I need a python interpreter installed Im using windows 10. Can you help?

2016-03-14 Thread Sibylle Koczian
Am 13.03.2016 um 20:19 schrieb mrihustle12: Sent from my Sprint Samsung Galaxy S® 6. Not with this information, we'd need much more. The OS is necessary information, but not sufficient. Have you got Python installed? If yes, which version? Where did you get it and how did you install it?

Hi Im having a problem with python it keeps telling me I need a python interpreter installed Im using windows 10. Can you help?

2016-03-14 Thread mrihustle12
Sent from my Sprint Samsung Galaxy S® 6. -- https://mail.python.org/mailman/listinfo/python-list

[issue25819] print "Hi" in python 3 exception handling doesn't work

2015-12-07 Thread Zachary Ware
Zachary Ware added the comment: Also, if you only need to support Python 2.6+, you can use 'from __future__ import print_function' and get all the benefits of 'print' as a function in Python 2 (except the 'flush' argument, which was added in Python 3.3). -- nosy: +zach.ware

[issue25819] print "Hi" in python 3 exception handling doesn't work

2015-12-07 Thread Calvin Simpkinson
New submission from Calvin Simpkinson: When you execute the code: try: print "Hi" except: print("Hello") in python 3.5, it creates a syntax error in Terminal on Mac and a pop-up error in IDLE, while it should just print Hello in the console. -- messages:

[issue25819] print "Hi" in python 3 exception handling doesn't work

2015-12-07 Thread Emanuel Barry
Emanuel Barry added the comment: The reason you are experiencing this behviour is because of the way Python works. Python needs to compile your code before it can execute it. It parses the code, sees an invalid token ('print "Hi"'), fails to compile and throws an error. Your code

[issue25819] print "Hi" in python 3 exception handling doesn't work

2015-12-07 Thread R. David Murray
R. David Murray added the comment: By the way, if your goal is to write python2/3 compatible code, notice that 'print("hello")' is valid in python2 and will do the same thing as print "hello"...as long as you don't use commas in the argument list to print. -- nosy: +r.david.murray

Re: Hi

2015-11-12 Thread Michael Torrie
On 11/12/2015 02:32 AM, Mark Lawrence wrote: > On 11/11/2015 17:35, Cameron Houliston wrote: >> Can I have a link to use python >> >> Sent from Mail for Windows 10 >> > > I usually start with www.google.co.uk. I think Windows 10 blocks Google. :) And of course the official home of Python is

Hi

2015-11-12 Thread Cameron Houliston
Can I have a link to use python Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

Re: Hi

2015-11-12 Thread Mark Lawrence
On 11/11/2015 17:35, Cameron Houliston wrote: Can I have a link to use python Sent from Mail for Windows 10 I usually start with www.google.co.uk. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --

Re: Hi am new to python

2015-09-09 Thread alister
On Tue, 08 Sep 2015 17:44:26 -0500, Nassim Gannoun wrote: > Hi I'm also new to Python but would like to reply. > Like others have stated there is a built in function (sum) that can give > the sum of the elements of a list, but if what you are trying to do is > learn how to use the w

Re: Hi am new to python

2015-09-09 Thread Denis McMahon
On Tue, 08 Sep 2015 17:44:26 -0500, Nassim Gannoun wrote: > My question is in a while loop; how do l sum all the numbers in the > given list (list_a)? You don't normally use a while loop or a counter to iterate over a list. Such a question should only be used as a precursor to discussing better

Re: Hi am new to python

2015-09-09 Thread Emile van Sebille
On 9/9/2015 3:35 PM, Denis McMahon wrote: On Tue, 08 Sep 2015 17:44:26 -0500, Nassim Gannoun wrote: My question is in a while loop; how do l sum all the numbers in the given list (list_a)? You don't normally use a while loop or a counter to iterate over a list. Such a question should only be

Hi am new to python

2015-08-31 Thread Chubasco Diranga
Can anyone please help me with the following please? My question is in a while loop; how do l sum all the numbers in the given list (list_a)? list_a = [8, 5, 2, 4] sum_a = 0 # for storing the sum of list_a i = 0 # for looping through the list_a# Use a while loop to sum all numbers in list_a#

Re: Hi am new to python

2015-08-31 Thread Ian Kelly
On Mon, Aug 31, 2015 at 5:27 PM, Chubasco Diranga wrote: > Can anyone please help me with the following please? > > My question is in a while loop; how do l sum all the numbers in the given > list (list_a)? > > list_a = [8, 5, 2, 4] > sum_a = 0 # for storing the sum of

Re: Hi am new to python

2015-08-31 Thread Emile van Sebille
On 8/31/2015 4:27 PM, Chubasco Diranga wrote: Can anyone please help me with the following please? My question is in a while loop; how do l sum all the numbers in the given list (list_a)? list_a = [8, 5, 2, 4] sum_a = 0 # for storing the sum of list_a i = 0 # for looping through the list_a#

Re: Hi am new to python

2015-08-31 Thread Chris Angelico
On Tue, Sep 1, 2015 at 9:27 AM, Chubasco Diranga wrote: > Can anyone please help me with the following please? > > My question is in a while loop; how do l sum all the numbers in the given > list (list_a)? > > list_a = [8, 5, 2, 4] > sum_a = 0 # for storing the sum of list_a

Re: Hi am new to python

2015-08-31 Thread Ben Finney
Chubasco Diranga writes: > Can anyone please help me with the following please? Welcome! Is this a homework assignment? It's okay to ask for help with those, but we're not going to do the work for you. > My question is in a while loop; how do l sum all the numbers in the

Re: Hi

2015-07-27 Thread Christopher Mullins
I downloaded files(Python 2.7.10 - 2015-05-23 https://www.python.org/downloads/release/python-2710/) to setup on your website. (also got the version of x64 because of my cpu) But when I try to install it, there is an error. The error is There is a problem with this Windows Installer

Re: Hi

2015-07-26 Thread Joseph Wayodi
On Sat, Jul 25, 2015 at 8:30 AM, 김지훈 coolji1...@gmail.com wrote: Hi. I recently changed my path to be a programmer so I decided to learn python. I downloaded files(Python 2.7.10 - 2015-05-23) to setup on your website. (also got the version of x64 because of my cpu) But when I try to install

Re: Hi

2015-07-26 Thread John Ladasky
On Saturday, July 25, 2015 at 10:39:48 AM UTC-7, 김지훈 wrote: Hi. I recently changed my path to be a programmer so I decided to learn python. I downloaded files(Python 2.7.10 - 2015-05-23) to setup on your website. Unless you need to maintain someone's older software, I would personally

Re: Hi

2015-07-25 Thread blue
... also you can have all python modules from : http://www.lfd.uci.edu/~gohlke/pythonlibs/ read this mini tutorial ( working also with python 2.7) : http://python-catalin.blogspot.ro/2014/10/windows-all-modules-for-python-34.html -- https://mail.python.org/mailman/listinfo/python-list

Hi

2015-07-25 Thread 김지훈
Hi. I recently changed my path to be a programmer so I decided to learn python. I downloaded files(Python 2.7.10 - 2015-05-23 https://www.python.org/downloads/release/python-2710/) to setup on your website. (also got the version of x64 because of my cpu) But when I try to install

Re: Hi

2015-07-25 Thread Emile van Sebille
On 7/24/2015 10:30 PM, 김지훈 wrote: Hi. I recently changed my path to be a programmer so I decided to learn python. I downloaded files(Python 2.7.10 - 2015-05-23 https://www.python.org/downloads/release/python-2710/) to setup on your website. (also got the version of x64 because of my cpu

Hi. I have questions about Python

2015-05-28 Thread 이현상
Hi.Please note that do not speak english well. Do you know Python 2 vs Python3 MultiProcessing the difference ?Multiprocessing is better performance? Search results do not make a big difference. Why it will occur following the performance issues

Re: Hi. I have questions about Python

2015-05-28 Thread Sturla Molden
이현상 lhs3...@naver.com wrote: Hi.Please note that do not speak english well. Do you know Python 2 vs Python3 MultiProcessing the difference ?Multiprocessing is better performance? The main difference is that multiprocessing on Python 3.4 (and later) will allow you to use APIs that are not

Hi Guys... Reading XML using Jython code

2014-10-09 Thread Venugopal Reddy
Am new to python and Jython... Kindly help me on My issue please ! My Issue is: XML parsing using Jython.. I am sucessfully reading XML file using xml.etree.ElementTree package .. But I have a issue in below scenario . this scenario my code is not working. In my XML file , One main node is

Re: Hi Guys... Reading XML using Jython code

2014-10-09 Thread Denis McMahon
On Thu, 09 Oct 2014 05:30:21 -0700, Venugopal Reddy wrote: XML parsing using Jython.. In my XML file , One main node is there and Multiple child tags are there. But In Child tags , same name repeated twice (like subject tag repeated twice) Please help me on this Normally, when pulling

转发: hi,How much time can transition to python3

2014-05-22 Thread who2are2...@gmail.com
hi, i learn python is 0.5 year, i'm so much love python, i come from non English speaking countries, Python2 coding problem has been troubling me, I started to learn the python3 now, But many libraries do not support python3, I know python3 publishing for many years. Why do so many libraries

Re: 转发: hi,How much time can transition to python3

2014-05-22 Thread Ben Finney
who2are2...@gmail.com who2are2...@gmail.com writes: i learn python is 0.5 year, i'm so much love python, Welcome, you have found a very good programming language. I'm glad you like it. i come from non English speaking countries, Python2 coding problem has been troubling me, I started to

Re: 转发: hi,How much time can transition to python3

2014-05-22 Thread lovePython999999
在 2014年5月22日星期四UTC+8下午5时38分57秒,Ben Finney写道: i learn python is 0.5 year, i'm so much love python, Welcome, you have found a very good programming language. I'm glad you like it. i come from non English speaking countries, Python2 coding problem has been

Hi. I want to create a script to read a file placed in a remote linux server using python..need help..?

2014-05-02 Thread Bhawani Singh
I have created the script till here .. import os os.chdir(/var/log) fd = open(t1.txt, r) for line in fd: if re.match((.*)(file1)(.*), line): print line, Output : file1 this script i ran on the linux server, but now i want to run this script from another linux

Re: Hi. I want to create a script to read a file placed in a remote linux server using python..need help..?

2014-05-02 Thread Denis McMahon
On Fri, 02 May 2014 12:55:18 -0700, Bhawani Singh wrote: I have created the script till here .. import os os.chdir(/var/log) fd = open(t1.txt, r) for line in fd: if re.match((.*)(file1)(.*), line): print line, Output : file1 this script i ran

Re: Hi. I want to create a script to read a file placed in a remote linux server using python..need help..?

2014-05-02 Thread Roy Smith
In article lk16di$854$1...@dont-email.me, Denis McMahon denismfmcma...@gmail.com wrote: Method b: Use telnet to login to your account on the other server, run the script. Ugh. I hope nobody is using telnet anymore. Passwords send in plain text over the network. Bad. All uses of telnet

hi

2013-12-21 Thread Downright Trows
testing -- https://mail.python.org/mailman/listinfo/python-list

HI Need help for python coding

2013-04-09 Thread kamalakar gs
Hi, Actually I have PCL file (i..e patran file).I want python coding to be done so that it will read the PCL file and open Patran GUI window.How to do that.Kindly find the attached PCL file for your ref. Thanks regards Kamalakar shell.pcl Description: Binary data -- http://mail.python.org

Re: hi

2012-09-14 Thread alex23
On Sep 14, 3:44 pm, Dwight Hutto dwightdhu...@gmail.com wrote: CEO:http://www.hitwebdevelopment.com I don't know what gives more of a negative impression of your business, your acting like a tedious douchebag or the website itself. -- http://mail.python.org/mailman/listinfo/python-list

Re: hi

2012-09-14 Thread Ian Kelly
On Fri, Sep 14, 2012 at 12:09 AM, alex23 wuwe...@gmail.com wrote: On Sep 14, 3:44 pm, Dwight Hutto dwightdhu...@gmail.com wrote: CEO:http://www.hitwebdevelopment.com I don't know what gives more of a negative impression of your business, your acting like a tedious douchebag or the website

Re: hi

2012-09-14 Thread Dwight Hutto
On Fri, Sep 14, 2012 at 2:09 AM, alex23 wuwe...@gmail.com wrote: On Sep 14, 3:44 pm, Dwight Hutto dwightdhu...@gmail.com wrote: CEO:http://www.hitwebdevelopment.com I don't know what gives more of a negative impression of your business, your acting like a tedious douchebag or the website

Re: hi

2012-09-14 Thread Dwight Hutto
On Fri, Sep 14, 2012 at 3:08 AM, Ian Kelly ian.g.ke...@gmail.com wrote: On Fri, Sep 14, 2012 at 12:09 AM, alex23 wuwe...@gmail.com wrote: On Sep 14, 3:44 pm, Dwight Hutto dwightdhu...@gmail.com wrote: CEO:http://www.hitwebdevelopment.com I don't know what gives more of a negative impression

  1   2   3   >