On 2008-10-25 12:41:51 -0500, [EMAIL PROTECTED] said:
Kevin D. Smith:
What I want is a two color output image: black where the image wasn't
different, and white where it was different.<
There are several ways to do that. If speed isn't essential, then you
can create a third blank
rams do!), then you're doing ORM. If you're not using SQLAlchemy
(or similar), you're likely doing ORM badly.
SQLAlchemy's SQL layer definitely makes it a different beast from most
ORMs.
Kevin
--
http://mail.python.org/mailman/listinfo/python-list
Hello folks, my name is Kevin, HAM call vk3ukf, site www.vk3ukf.com
I am brand new to Python and having the big learn at the moment.
Running Windows XP pro SP3 with Delphi 7 free version
I installed Python 2.6 and the 1.1.6 PIL to go with it
Now, because I am running the free version of Delphi 7
"MRAB" wrote in message
news:mailman.4563.1240669629.11746.python-l...@python.org...
> Kevin Forbes VK3KUF wrote:
>> Hello folks, my name is Kevin, HAM call vk3ukf, site www.vk3ukf.com
>>
>> I am brand new to Python and having the big learn at the moment.
>
lphi 7.
Had to make sure a pile of paths were in the right places, one step at a
time.
I'm here now, big smile on my face too.
Thank you. Kevin.
--
http://mail.python.org/mailman/listinfo/python-list
return result
The problem is that when I use the help() function on them, I don't get
the doc string from the function that is being wrapped. Instead, I get
the following:
hasEmployees =
What do I need to do to get the doc string of the wrapped function to
apper when using help()?
doesn't have this argument and I don't understand the code
enough to know if it's possible to add it. Is this enhancement
possible without drastically changing the current code?
--
Kevin D. Smith
--
http://mail.python.org/mailman/listinfo/python-list
On 2009-05-07 23:48:43 -0500, Chris Rebert said:
On Thu, May 7, 2009 at 2:23 PM, Kevin D. Smith wrote:
I need the behavior of heapq.merge to merge a bunch of results from a
database. I was doing this with sorted(itertools.chain(...), key=
...), but
I would prefer to do this with
files not
getting installed. If those dlls haven't been previously installed,
they won't be on the client machine in order for python to use them.
However, I haven't had any luck installing these files manually and
getting python to work that way.
--
Kevin D. Smith
--
http://mail.python.org/mailman/listinfo/python-list
On 2009-08-21 11:43:31 -0500, Kevin D. Smith
said:
On 2009-08-21 10:39:09 -0500, "Martin v. Löwis" said:
Did you install Python to the network device from your XP box? That
would explain why you can run it: the required registry settings &
environment variables are added by
future_value = 0
for i in range(years):
# for i in range(months):
future_value += monthly_investment
future_value = round(future_value, 2)
# monthly_interest_amount = future_value * monthly_interest_rate
# future_value += monthly_interest_amount
# display the result
print(f"Year =
C:\Users\kevin\PycharmProjects\Myfuturevalue\venv\Scripts\python.exe
C:\Users\kevin\PycharmProjects\Myfuturevalue\FutureValueCal.py File
"C:\Users\kevin\PycharmProjects\Myfuturevalue\FutureValueCal.py", line 31
elif (years > 50.0) or (years < 1.0) : ^IndentationEr
Greetings... Kevin here:I need help, as you have guessed!I have this line: The
Print Statement... Why complain about a 'comma', or a ')'???def play_game():
number = random.randint(1, LIMIT)
print (f'"I am thinking of a number between 1 to {LIMIT}\n")
aze."
Isaiah 43:2
On Tuesday, April 18, 2023 at 06:44:37 PM MDT, aapost
wrote:
On 4/18/23 19:18, Kevin M. Wilson wrote:
>Why complain about a 'comma', or a ')'???
> print (f'"I am thinking of a number between 1 to {LIMIT}\n")
my
u: and when you pass
through the rivers, they will not sweep over you. When you walk through the
fire, you will not be burned: the flames will not set you ablaze."
Isaiah 43:2
On Tuesday, April 18, 2023 at 11:17:52 PM MDT, Kevin M. Wilson via
Python-list wrote:
print (f'
l, how do I set up the kind of "checking" I want?
Thank you, Kevin
"When you pass through the waters, I will be with you: and when you pass
through the rivers, they will not sweep over you. When you walk through the
fire, you will not be burned: the flames will not set you ablaze.&qu
Folks, help please! What the @#$! are these doing popping up. Code styles are
personal, and not subject to debate.Where can I edit these out of my IDE?
Kevin
"When you pass through the waters, I will be with you: and when you pass
through the rivers, they will not sweep over you. When you
Hi... How do I set Pycharm to find only syntax errors?!!
"When you pass through the waters, I will be with you: and when you pass
through the rivers, they will not sweep over you. When you walk through the
fire, you will not be burned: the flames will not set you ablaze."
Isaiah 43:2
| |
"When you pass through the waters, I will be with you: and when you pass
through the rivers, they will not sweep over you. When you walk through the
fire, you will not be burned: the flames will not set you ablaze."
Isaiah 43:2
| | Virus-free.www.avg.com |
--
https://mail.python.org/m
Ok, I'm not finding any info. on the int() for converting a str to an int (that
specifies a base parameter)?! The picture is of the code I've written... And
the base 10 paradigm involved?? years = int('y') # store for
calculationValueError: invalid literal for int() with base 10: 'y'What is mean
We can first convert the string representation of float into float using
float() function and then convert it into an integer using int().So, why can't
a string of an integer be converted to an integer, via
print(int(str('23.5')))???
Perplexed
| print(int(float('23.5'))) |
"When you pas
e."
Isaiah 43:2
On Thursday, May 25, 2023 at 05:55:06 PM MDT, Kevin M. Wilson via
Python-list wrote:
Ok, I'm not finding any info. on the int() for converting a str to an int
(that specifies a base parameter)?! The picture is of the code I've written...
And the
for path, dir, files in os.walk(myDestinationFolder):
# for path, dir, files in os.walk(destfolder):
print('The path is %s: ', path)
print(files)
os.chdir(mySourceFolder)
if not os.path.isfile(myDestinationFolder + file):
# if not os.path.isfile(destfolder + file):
prin
Set i = 0 at the begin of the code, that way each entry starts at Logical 0 of
the array/container/list...
"The only way to have experience is by having the experience"!
On Sunday, February 7, 2021, 12:56:40 PM MST, Karsten Hilbert
wrote:
Am Sun, Feb 07, 2021 at 07:47:03PM + schr
My employer has hundreds of scripts in 2.7, but I'm writing new scripts in 3.9!
I'm running into 'invalid syntax' errors.I have to maintain the 'Legacy' stuff,
and I need to mod the path et al., to execute 3.7 w/o doing damage to the
'Legacy' stuff...IDEA' are Welcome!
KMW
John 1:4 "In him was
Hey Community, Is there a site where I might/can download a version of
Tkinter for Python 2.7?
Seriously, KMW
John 1:4 "In him was life; and the life was the light of men."
--
https://mail.python.org/mailman/listinfo/python-list
oot, and
still no JOY.
Message is still popping open, when the IDE first executes. No documentation
have I found, details what
this option, the setting of...will do!
Any and all help, please!
Kevin
Good sense makes one slow to anger, and it is his glory to overlook an offense.
Proverbs 19:11
--
https://mail.python.org/mailman/listinfo/python-list
MS Edge settings are displayed in the first picture, the error I encountered is
the second picture...not sure how I get around this!I reloaded the browser
after checking the settings for JavaScript...confused.
Kevin
Good sense makes one slow to anger, and it is his glory tooverlook an
The following is my effort to understand how to process a string, letter, by
letter:
def myfunc(name): index = 0 howmax = len(name) # while (index <=
howmax): while (index < howmax): if (index % 2 == 0):
print('letter to upper = {}, index {}!'.format(name[index]
sweep over you. When you walk through the
fire, you will not be burned: the flames will not set you ablaze."
Isaiah 43:2
- Forwarded Message ----- From: Kevin M. Wilson via Python-list
To: python-list@python.org
Sent: Tuesday, May 28, 2024 at 10:35:23 PM MDTSubject:
Fl
break (Old_MacDonald:23 | name[indx] == 'd', indx = 4), based on the doc spec
in python.org (https://docs.python.org/3/library/pdb.html#debugger-commands)
Cell In[1], line 20
break (Old_MacDonald:23 | name[indx] == 'd', indx = 4)
^
SyntaxError: invalid syntax
I got one blan
Excuse please, my failure. As I have not been following this discussion, why is
the subject "Python List Is NOT Dead" a subject for discussion? Has the list
been moving towards closing?
KMW
***
"When you pass through the waters, I will be with you:
701 - 732 of 732 matches
Mail list logo