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 python".

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 -- https://mail.python.o

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 in

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 ML/AI

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 professional

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

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 details

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

2018-09-05 Thread Calvin Spealman
18 at 4:02 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 f

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: 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 -- https://mail.py

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! o

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 searc

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 -- https://mail.

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

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 wrote: > On Wed, May 24, 2017 at 11:20 AM, Spaarwiel > wrote: > > > > Hi there, i was always interested in coding but never took the time to > learn it. > > > &

Re: Hi everyone

2017-05-24 Thread Ian Kelly
On Wed, May 24, 2017 at 11:20 AM, Spaarwiel 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 come for help so i will

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 whats

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'])), > degree_sign

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: 'cu

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: 'currently

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) > KeyErr

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 i

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

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 http

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 -- https://mail.python.

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 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

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 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

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 > given list (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 > i = 0 # for looping

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# Us

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 list_a > i = 0 # for loopin

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# If

Re: Hi

2015-07-27 Thread Christopher Mullins
> > 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 it, there is an error. > The error is "There is a problem with this Windows Installe

Re: Hi

2015-07-26 Thread Joseph Wayodi
On Sat, Jul 25, 2015 at 8:30 AM, 김지훈 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-25 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 wo

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

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 cp

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 it, there

Re: Hi. I have questions about Python

2015-05-28 Thread Sturla Molden
이현상 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 "forksafe" on Linux

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 ?http://www.reddit.com/r/Python/comments/37khen/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 tag > repeated twice) > Please help me on this Normally, when pulling da

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 th

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 pr

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

2014-05-22 Thread Ben Finney
"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 learn the python3

转发: 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 librari

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 , Denis McMahon 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 should have long since been replaced with ssh. On

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 > > --

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 anothe

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 Dwight Hutto
On Fri, Sep 14, 2012 at 4:16 AM, alex23 wrote: > On Sep 14, 5:22 pm, Dwight Hutto wrote: >> Completely OT for this discussion. > > My apologies, I'll leave you to your thrashing around like a giant > child then. Please explain that one. I usually keep the thrashing for inside the house, unlike y

Re: hi

2012-09-14 Thread alex23
On Sep 14, 5:22 pm, Dwight Hutto wrote: > Completely OT for this discussion. My apologies, I'll leave you to your thrashing around like a giant child then. -- http://mail.python.org/mailman/listinfo/python-list

Re: hi

2012-09-14 Thread genban tade
Great to meet you, thank you for your advise 2012/9/14 Dwight Hutto > > You'll love it here. It's always amusing. > > But remember to hit reply all > > Unless you might want to contact someone personally. Some don't mind, > and some may complain. Me I don't care either way. > > Great to meet yo

Re: hi

2012-09-14 Thread Dwight Hutto
On Fri, Sep 14, 2012 at 3:08 AM, Ian Kelly wrote: > On Fri, Sep 14, 2012 at 12:09 AM, alex23 wrote: >> On Sep 14, 3:44 pm, Dwight Hutto 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 douc

Re: hi

2012-09-14 Thread Dwight Hutto
On Fri, Sep 14, 2012 at 2:09 AM, alex23 wrote: > On Sep 14, 3:44 pm, Dwight Hutto 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/

Re: hi

2012-09-14 Thread Ian Kelly
On Fri, Sep 14, 2012 at 12:09 AM, alex23 wrote: > On Sep 14, 3:44 pm, Dwight Hutto 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. Holy cow, that's the website

Re: hi

2012-09-13 Thread alex23
On Sep 14, 3:44 pm, Dwight Hutto 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-13 Thread Dwight Hutto
> You'll love it here. It's always amusing. > But remember to hit reply all Unless you might want to contact someone personally. Some don't mind, and some may complain. Me I don't care either way. Great to meet you though. Hope you find the it educationally stimulating. -- Best Regards, David

Re: hi

2012-09-13 Thread Dwight Hutto
On Fri, Sep 14, 2012 at 1:09 AM, genban tade -- > http://mail.python.org/mailman/listinfo/python-list ail.com> wrote: > > > -- > http://mail.python.org/mailman/listinfo/python-list > thank you for your reply,I'm new here You'll love it here. It's always amusing. But remember to hit reply all when

Re: hi

2012-09-13 Thread Dwight Hutto
Wait, that was out of context. Subject: Hi On Fri, Sep 14, 2012 at 1:09 AM, genban tade wrote: > > > -- > http://mail.python.org/mailman/listinfo/python-list > Hey, how are you? -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com -- http://mail.python.org/m

Re: hi

2012-09-13 Thread Dwight Hutto
Hey, how are you? -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com -- http://mail.python.org/mailman/listinfo/python-list

Re: hi can someone help please key bind

2011-10-15 Thread Alexander Kapps
On 15.10.2011 19:30, Gary wrote: Hi im trying to use key bind on Tkinter to call this function def Start(): for i in range(60,-1,-1): ent['text'] = i time.sleep(1) root.update() ent['text'] = 'Time Out!' root.update() i know the function is ok as i have ass

Re: hi can someone help please key bind

2011-10-15 Thread MRAB
On 15/10/2011 18:30, Gary wrote: Hi im trying to use key bind on Tkinter to call this function def Start(): for i in range(60,-1,-1): ent['text'] = i time.sleep(1) root.update() ent['text'] = 'Time Out!' root.update() i know the fun

hi can someone help please key bind

2011-10-15 Thread Gary
Hi im trying to use key bind on Tkinter to call this function def Start(): for i in range(60,-1,-1): ent['text'] = i time.sleep(1) root.update() ent['text'] = 'Time Out!' root.update() i know the function is ok as i have ass

Hi

2011-08-06 Thread Naresh Agrawal
Looking for a Python Developer with · Database (Oracle or SQL server ) – MUST have Capital Market Experience  - Fixed Income Market / Trading Systems    · Java/.Net as the base development expertise Please let me know if any one is interested

Strings show as brackets with a 'u'. Hi, ...[u'174'] ...Probably newbie question but not sure how suppress the brackets and the 'u' ? I assume pyhon is telling me it's a unicode string in the n variab

2011-07-24 Thread Saranya Sweet
http://123maza.com/65/beauty147/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Me ayudas? Hi . I need aid in creating script to blender.

2011-05-12 Thread Felipe Vinturini
e.vintur...@gmail.com > Date: Thu, 12 May 2011 16:23:12 -0300 > Subject: Re: Me ayudas? Hi . I need aid in creating script to blender. > To: jean_p...@hotmail.es > CC: python-list@python.org > > > > 2011/5/12 Jean Carlos Páez Ramírez > > Hello. > > The attached f

Re: Me ayudas? Hi . I need aid in creating script to blender.

2011-05-12 Thread Felipe Vinturini
2011/5/12 Jean Carlos Páez Ramírez > Hello. > > The attached file is script of blender fact in python that .tmb serves to > concern archives (secondly attached file), unloadings to blender and uses > script and concerns the second file that you shipment you see so that it. > Everything can be pu

Hi all. I need aid in creating script to blender.

2011-05-12 Thread Jean Carlos Páez Ramírez
Hello. The attached file is script of blender fact in python that .tmb serves to concern archives (secondly attached file), unloadings to blender and uses script and concerns the second file that you shipment you see so that it. Everything can be published and, but it is not possible to be exp

Re: HI

2011-05-02 Thread anvar
Dear Ulrich Eckhardt and Jean-Michel Pichavant! First of all thank you for your attention. I'have never expected to receive response. Actually, I am doing my internship in Marketing Division in small company., I got this assignment yesterday morning. My boss wants perfect technology diffusion bas

Re: HI

2011-05-02 Thread Jean-Michel Pichavant
p_i S_i +(q_i-p_i ) s_i (t-1)-(q_i/S_i ) [s_i (t-1) ]^2, S_i=μ_i (t)M_i Hi, Nice joke. JM -- http://mail.python.org/mailman/listinfo/python-list

Re: HI

2011-05-02 Thread Ulrich Eckhardt
anvar wrote: > Could you please help me with the modeling in Python the following > problem: (e.g., g_t means g with index t) Typically, you would use either a list or a dict to simulate something like that: # list g = [1, 2, 4, 8, 16] print g[3] # dictionary h = {} h[0] = 1 h[1]

Re: HI

2011-05-02 Thread anvar
Here we need to estimate p_i, q_i, and β. Thank you, > Min∑_(i=1)^n▒∑_(t=1)^l▒[s_i (t)-min[s ̂_i (t)×α_t×exp(g_t ),C_i > (t) ] ]^2 > subject to > s_i (t)=f_i (t)[S_i+f_(i-1) (t)[S_(i-1)+f_(i-2) (t)[S_(i-2)+⋯f_2 (t) > [S_2+f_1 (t) S_1 ]…] ] ][1-f_(i+1) (t)] > f_i (t)=F_i (t)-F_i (t-1) > F_i (t)=((

HI

2011-05-02 Thread anvar
Hello, Could you please help me with the modeling in Python the following problem: (e.g., g_t means g with index t) Min∑_(i=1)^n▒∑_(t=1)^l▒[s_i (t)-min[s ̂_i (t)×α_t×exp(g_t ),C_i (t) ] ]^2 subject to s_i (t)=f_i (t)[S_i+f_(i-1) (t)[S_(i-1)+f_(i-2) (t)[S_(i-2)+⋯f_2 (t) [S_2+f_1 (t) S_1 ]…] ] ][1-

hi joining me

2011-03-29 Thread kalpana N
ms.kalpana2...@rediffmail.com -- http://mail.python.org/mailman/listinfo/python-list

hi

2010-12-28 Thread phani indra
-- http://mail.python.org/mailman/listinfo/python-list

HI ALL, COUPLE R INVITING U FOR HOT DATING FOR FREE.... PLZ WELCOME(ABOVE 18YEARS ONLY)

2010-11-19 Thread d...@couples
HI ALL, COUPLE R INVITING U FOR HOT DATING FOR FREE PLZ WELCOME(ABOVE 18YEARS ONLY) http://x2c.eu/58 http://x2c.eu/58 http://x2c.eu/58 http://x2c.eu/58 http://x2c.eu/58 http://x2c.eu/58 http://x2c.eu/58 http://x2c.eu/58 -- http://mail.python.org/mailman/listinfo/python-list

hi

2010-11-13 Thread sms
http://infohivaids.blogspot.com/ -- http://mail.python.org/mailman/listinfo/python-list

HI... WE R HOT COUPLES AND SEARCHING FOR HOT MAN, WOMAN OR COUPLES FOR REAL FUN

2010-10-08 Thread COUPLES FOR FUN
HI... WE R HOT COUPLES AND SEARCHING FOR HOT MAN, WOMAN OR COUPLES FOR REAL FUN JUST CLICK... http://adultfriendfinder.com/go/page/reg_form_video_03?pid=g1250650-ppc http://adultfriendfinder.com/go/page/reg_form_video_03?pid=g1250650-ppc http://adultfriendfinder.com/go/page

(((((( hi Friend))))))

2010-07-09 Thread (((مجموعة الدعوة الى الله البر يدية)))
(( hi Friend)) I bet that your happiness here Site a priest after being found happiness www.islamalways.com www.shareislam.com Other Sites: For more information about Islam http://islamtomorrow.com/ http://www.55a.net/firas/english/ http://english.islamway.com/ http

  1   2   3   >