On Friday, May 6, 2016 at 5:07:28 PM UTC-4, Ethan Furman wrote:
> On 05/06/2016 01:35 PM, beliavsky--- via Python-list wrote:
>
> > Most of [Guido's] keynote at that conference was answering questions from
> > the people who had attended. And he actually said, &quo
to anti-male suppression but to greater female
interest in working with children.
In our public middle school (grades 6-8, ages 11-13) there is a programming
club that is open to girls. My son is shut out because of his sex. That is just
as wrong as excluding him because of his skin color. I oppose such
discrimination.
--
https://mail.python.org/mailman/listinfo/python-list
."
I just installed Intel Python today. Has anyone tried it? Does it run your
programs faster than the usual CPython?
--
https://mail.python.org/mailman/listinfo/python-list
tand that can anyone put some light on that how
> license can be expired?
I assume that the Intel python.exe executable will stop running on that date.
When I had a trial license for the Intel Fortran compiler, ifort.exe stopped
working after one month.
--
https://mail.python.org/mailman/listinfo/python-list
ng(scraping) so experence in this
> field is advantage.
No thanks.
--
GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
quot;The Constitution only gives people the right to
pursue happiness. You have to catch it yourself."
-Benjamin Franklin
--
https://mail.python.org/mailman/listinfo/python-list
and provide guidance?
Thank you very much.
Bella
--
https://mail.python.org/mailman/listinfo/python-list
rammer, I am constantly learning
new things in this type of discussion and I doubt that I am alone.
However, if/when the discussion falls into name calling and willy
waving, it is time to end the thread. Just my 2¢.
--
GNU/Linux user #557453
"It's curtains for Windows around my house."
-Cybe R. Wizard
--
https://mail.python.org/mailman/listinfo/python-list
https://mail.python.org/mailman/listinfo/python-list
gt; Thank you.
There is coLinux and andLinux.
--
GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
Intel has released Beta Update 1 of its Python distribution:
"What's New!
Jupyter* notebook interface
Neural network APIs support for pyDAAL
Optimized random number generation features for numpy.random package"
--
https://mail.python.org/mailman/listinfo/python-list
om/customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
st add only 2.7 installation dir to
the PATH var and use 'pip'.
--
Let There Be Light
Custom LED driveri prema specifikacijama
http://tinyurl.com/customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
uggestions for a good open source text editor for the Mac out there? For
now, I am going to stick with vim.
--
https://mail.python.org/mailman/listinfo/python-list
ct that something amazing was done. I
keep an open mind to any possibility. Right now there
is no actual proof to support any theory.
--
GNU/Linux user #557453
"Be at war with your vices, at peace with your neighbors,
and let every new year find you a better man."
-Benjamin Franklin
--
https://mail.python.org/mailman/listinfo/python-list
Thanks for your help!
The operator '<=' means less than or equal. To get the results
you are expecting, you need to use '<' only.
i=1
while i<5:
print(i)
i=i+1
1
2
3
4
--
GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
more
people test it, the better can get it. :)
Currently it's only written to be compatible with Python 2.7. Any help in
making it compatible with 2.7 and 3.5 would be appreciated.
--
https://mail.python.org/mailman/listinfo/python-list
;t need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
://mail.python.org/mailman/listinfo/python-list
ion of pyaudio...
sudo apt-get install python3-pyaudio
> Do I have to set a path also for to find the modules
No.
--
GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
May I know if the Python packages listed on the PyPI page
(https://pypi.python.org/pypi) are OS-independent? That is, do I download and
install the same package on both Windows and Linux systems?
Thank you.
Regards,Rayne
--
https://mail.python.org/mailman/listinfo/python-list
Thanks! One more question: Does "pip install" require Internet to work? Or are
all implementations already contained in the packages and so do not require
additional downloads?
From: Pete Forman
To: python-list@python.org
Sent: Thursday, July 21, 2016 2:19 PM
Subject:
;ve already answered my question that additional
downloads of the correct version for specific OS and Python version is
required.
--
https://mail.python.org/mailman/listinfo/python-list
died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
I am trying to associate the .py file extension with idle...where IS idle?
Can you make it a bit more difficult to load/use your software please.
--
https://mail.python.org/mailman/listinfo/python-list
t.com/antivirus
--
https://mail.python.org/mailman/listinfo/python-list
-1-0.dll >. Please give me the exact address
because I'm a beginner ? Thank you.
Best regards
---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel
antivirus Avast.
https://www.avast.com/antivirus
--
https://mail.python.org/mailman/listinfo/python-list
e I'm a beginner ? Thank you.
Best regards
---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel
antivirus Avast.
https://www.avast.com/antivirus
--
https://mail.python.org/mailman/listinfo/python-list
ntoa(struct.pack(" GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
()):
...
from functools import partial
from operator import pow
for i in map(partial(pow, 2), count()):
...
Take your pick.
--
https://mail.python.org/mailman/listinfo/python-list
know why?
Of course I am not sure if this post will make it to the
server.
--
GNU/Linux user #557453
Restricted area! Authorized trespassers only.
--
https://mail.python.org/mailman/listinfo/python-list
some light on the subject.
--
GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
gt; import sys
>>> sys.executable
'C:\\Program Files (x86)\\Python37-32\\python.exe'
(Your location may well be different)
Peter
--
https://mail.python.org/mailman/listinfo/python-list
paid."
- Martin Mull
--
https://mail.python.org/mailman/listinfo/python-list
n".
>
> *return proc.strip().decode("utf-8")*
return proc.decode("utf-8").strip()
--
GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
get paid."
>> - Martin Mull
>
> IF YOU CAN'T HELP BETTER IGNORE THE POST AND DON'T TRY TO BE A SMART
> ASS.
with an attitude like that I will go one better & ignore ALL your posts
--
Good news. Ten weeks from Friday will be a pretty good day.
--
https://mail.python.org/mailman/listinfo/python-list
--
https://mail.python.org/mailman/listinfo/python-list
)
this should be more than enough to help you with you homework without
doing it for you
--
If reporters don't know that truth is plural, they ought to be lawyers.
-- Tom Wicker
--
https://mail.python.org/mailman/listinfo/python-list
thon.org/issue35170
but these were typically solved by the OP installing libffi from the
repository of his/her distro. Note that in my case I must compile
libffi from source.
Any ideas?
Thanks a lot,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
https://mail.python.org/mailman/listinfo/python-list
oblem:
https://bugs.python.org/issue34823
It's still open with no comments at all :(
Is there a chance this will be fixed?
Summarizing: the problem is that python can't be build on linux from
source if libffi is installed to non-standard directories.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
https://mail.python.org/mailman/listinfo/python-list
>
> Then you'll have CONFIGURE_LDFLAGS and PY_LDFLAGS set in the generated
> makefile and setup.py will pick up the directory from there.
Thanks a lot! This indeed worked, now _ctypes compiles no problemlo!
Cheers,
Daniel
> Anyways, hope it helps. This worked for me on Ubuntu 16.04.5 LTS.
--
https://mail.python.org/mailman/listinfo/python-list
Python
Data Analysis with Pandas and Python
Learn Python by Building a Blockchain and Cryptocurrency
Python for Finance: Investment Fundamentals and Data Analytics
Python For Offensive PenTest: A Complete Practical Course
--
https://mail.python.org/mailman/listinfo/python-list
seperate type.
Why looks different than others? afraid of cannot been watched by others?
--
https://mail.python.org/mailman/listinfo/python-list
In fact, there is only 3 types in all prigramming languages.
Primitive type: int, string, bool, char
Complex type: struct or class
Array Type: int[10], string[100], struct[1000]
These 3 type can represent all thins in the world.
--
https://mail.python.org/mailman/listinfo/python-list
;
}
--
https://mail.python.org/mailman/listinfo/python-list
l. Am I missing
>>> something?
>>
>> a[1:] == a[:-1]
>>
>> :)
>>
>>
> Very clever! It is definitely the shortest solution.
would that still not return true if the list was a palindrome?
--
Every young man should have a hobby: learning how to handle money is
the best one.
-- Jack Hurley
--
https://mail.python.org/mailman/listinfo/python-list
rg ) == len(a):
>>>>
>>>> I'm somewhat afraid that this won't scale all that well. Am I missing
>>>> something?
>>>
>>> a[1:] == a[:-1]
>>>
>>> :)
>>>
>>>
>> Very clever! It is definitely the shortest solution.
>
> would that still not return true if the list was a palindrome?
ignore me, just tried & ok
--
I'm not proud.
--
https://mail.python.org/mailman/listinfo/python-list
extras_require={
'testing': tests_require,
},
install_requires=requires,
setup_requires=setup_requires,
tests_require=tests_require,
test_suite='tests',
entry_points="""\
[paste.app_factory]
main = api:main
[console_scripts]
initialize_api_db = api.scripts.initializedb:main
""",
)
--
https://mail.python.org/mailman/listinfo/python-list
On Tuesday, 15 January 2019 07:48:57 UTC, Chris Angelico wrote:
> On Tue, Jan 15, 2019 at 6:18 PM dieter wrote:
> >
> > dcs3spp via Python-list writes:
> > > I am a newbie completely confused with python package management.
> > >
> > > I have a setup
p; I suspect it has been
misinterpreted.
unless i am very much mistaken the tutor expects the program to pick the
3 random numbers each time it is run, not the programmer
--
We've picked COBOL as the language of choice.
--
https://mail.python.org/mailman/listinfo/python-list
On Wednesday, 16 January 2019 07:07:29 UTC, dieter wrote:
> dcs3spp via Python-list writes:
> > ...
> > So to manage the development of private packages, e.g. wheels, I would have
> > to use my own private repository (something like devpi or a an alternative
> > clou
termios.TIOCGWINSZ, "1234"))
os.close(tty)
print str(ts[1]) + "x" + str(ts[0])
--
GNU/Linux user #557453
"There are only 10 types of people in the world...
those who understand Binary and those who don't."
-Spike
--
https://mail.python.org/mailman/listinfo/python-list
On Thursday, 17 January 2019 07:41:43 UTC, dieter wrote:
> dcs3spp via Python-list writes:
> > ...
> > How do I configure python setup.py develop to pull the pyramid_core
> > dependent packages using virtualenv?
>
> Your "setup.py" below should work (onc
On Friday, 18 January 2019 07:39:00 UTC, dieter wrote:
> dcs3spp via Python-list writes:
> > ...
> > How do I configure setuptools to pull my own private dependency package
> > using virtualenv + python setup.py develop
>
>
> You call "python setup.py dev
On Saturday, 19 January 2019 07:33:50 UTC, dieter wrote:
> dcs3spp via Python-list writes:
> > On Friday, 18 January 2019 07:39:00 UTC, dieter wrote:
> > ...
> > My situation is similar to the following
> >
> > Assume the following two privately devel
AD mode
with ZipFile(file_name, 'r') as zip:
# printing all the contents of the zip file
zip.printdir()
# extracting all the files
print('Extracting all the files now...')
zip.extractall()
print('Done!')
--
https://mail.python.org/mailman/listinfo/python-list
AD mode
with ZipFile(file_name, 'r') as zip:
# printing all the contents of the zip file
zip.printdir()
# extracting all the files
print('Extracting all the files now...')
zip.extractall()
print('Done!')
--
https://mail.python.org/mailman/listinfo/python-list
On Saturday, 19 January 2019 11:17:19 UTC, dcs3spp wrote:
> On Saturday, 19 January 2019 07:33:50 UTC, dieter wrote:
> > dcs3spp via Python-list writes:
> > > On Friday, 18 January 2019 07:39:00 UTC, dieter wrote:
> > > ...
> > > My situation is similar to
On Sunday, 20 January 2019 20:38:30 UTC, Oscar Benjamin wrote:
> On Sun, 20 Jan 2019 at 16:22, dcs3spp via Python-list
> wrote:
> >
> > On Saturday, 19 January 2019 11:17:19 UTC, dcs3spp wrote:
> > >
> > > My question is, can setuptools be configured to pull
On Sunday, 20 January 2019 21:27:53 UTC, Oscar Benjamin wrote:
> On Sun, 20 Jan 2019 at 21:12, dcs3spp via Python-list
> wrote:
> >
> > Pip 18.1 supports reading pep508 direct urls from install_requires. In
> > future release there are plans to deprecate the --process-d
t your code
into a function takes the 3 numbers as parameters. you will find as you
progress it is a better way of structuring your program & increases
flexibility.
good luck with your learning & congratulations on asking for assistance
not simply a solution
--
Zoidberg: Muy macho. Hey, gringos, here comes El Zoido to ruin
your drinking water!
--
https://mail.python.org/mailman/listinfo/python-list
rg/mailman/listinfo/python-list
ecause I didn't know what exactly should I
search for.
Best Regards
--
Let There Be Light
Custom LED driveri prema specifikacijama
http://tinyurl.com/customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
ortunately this was all I had:
https://stackoverflow.com/q/28056171/1324175
--
Let There Be Light
Custom LED driveri prema specifikacijama
http://tinyurl.com/customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
a
http://tinyurl.com/customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
as among the search results.
You can see the question was asked 4 years ago.
--
Let There Be Light
Custom LED driveri prema specifikacijama
http://tinyurl.com/customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
(' ')
>
> if text.count(' ') in text:
> space=\n
>
> rightText = text-space
>
> print(rightText)
>
> I should have an output like this:
> The best day of my life!
--
There is nothing new except what has been forgotten.
-- Marie Antoinette
--
https://mail.python.org/mailman/listinfo/python-list
iquette article regarding
posting on newsgroups - specifically the parts about recommended line
lengths when posting articles, this one is good enough:
http://linux.sgms-centre.com/misc/netiquette.php
--
Let There Be Light
Custom LED driveri prema specifikacijama
http://tinyurl.com/customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
> I was thought
>
I meant: 'I was taught'.
--
Let There Be Light
Custom LED driveri prema specifikacijama
http://tinyurl.com/customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
In article , Chris
Angelico says...
> There are stupid questions, but I enjoy answering those too. You don't
> need to apologize for asking these questions. All you need to do is
> ignore the trolls like Rick. In fact, if you abandon Google Groups and
> instead read the mailing
/mail.python.org/mailman/listinfo/python-list
my idea was to use PYTHON for analyzing the data
from onboard black box flash in order to fine tune PIDs. Hahah
LOL :-)
--
Let There Be Light
Custom LED driveri prema specifikacijama
http://tinyurl.com/customleddriver
Chupo
--
https://mail.python.org/mailman/listinfo/python-list
tial 107 (11.9) down to arround 39 (5.7)
6.4 is 46 which is still below the diabetic star point of 48
keep up the good work, sorry cant help with the phone question
--
If you are honest because honesty is the best policy, your honesty is
corrupt.
--
https://mail.python.org/mailman/listinfo/python-list
You can also use exceptions to do a multi-level break:
class Next_i (Exception): pass
for i in (1,2,3):
try:
for g in (1,2,3):
for s in (1,2,3):
print (i,g,s)
if (g,s) == (2,2):
raise Next_i
except Next_i: continue
--
https://mail.python.org/mailman/listinfo/python-list
en - Become one with the blue screen.
-- From a Slashdot.org post
--
https://mail.python.org/mailman/listinfo/python-list
, so a beginner can play, learn and grow without
> damaging something :-)
> --
> https://mail.python.org/mailman/listinfo/python-list
--
https://mail.python.org/mailman/listinfo/python-list
ail.python.org/mailman/listinfo/python-list
me how to setup the localhost?
>>
>> Thanks,
>> Wen-Ruey
> --
> https://mail.python.org/mailman/listinfo/python-list
--
https://mail.python.org/mailman/listinfo/python-list
then the version number would
be out of synch between trunk and release??
How is this managed with trunk based development approach?
Kind regards
dcs3spp
--
https://mail.python.org/mailman/listinfo/python-list
t;
> How is this managed with trunk based development approach?
>
> Kind regards
>
> dcs3spp
PS, error in my original question where I stated features cherry picked from
main. Typo. Only fixes can be cherry picked from trunk(main) onto a release
branch.
--
https://mail.python.org/mailman/listinfo/python-list
ter import Tk
--
GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
value in which case
use
if a is True:
--
https://mail.python.org/mailman/listinfo/python-list
> Thanks in advance
what have you tried ? (hint look up the docs on the spit method for
strings)
--
https://mail.python.org/mailman/listinfo/python-list
On Wed, 29 May 2019 08:07:06 +0530, Sri Tharun wrote:
> Why I am unable to install packages
because you are doing it wrong
--
https://mail.python.org/mailman/listinfo/python-list
10 types of people in the world...
those who understand Binary and those who don't."
-Spike
--
https://mail.python.org/mailman/listinfo/python-list
h?"
-Lrrr
--
https://mail.python.org/mailman/listinfo/python-list
grid_forget().
https://stackoverflow.com/questions/33768577/tkinter-gui-with-progress-bar
Disclaimer: I have not tested this code and cannot say for certain
that it will work the way you want.
--
GNU/Linux user #557453
"Be vewy vewy qwiwet, I'm hunting wabbits."
-Elmer Fudd
--
https://mail.python.org/mailman/listinfo/python-list
m
talking to the OP.
Take a look at the SendKeys module.
https://pypi.org/project/SendKeys/
--
GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
t;
>>> Thanks,
>>> Wen-Ruey
>
> If it says 'serving HTTP...' try visiting localhost:8000 on your browser
> to see what happens.
failing that try showing your code so that we do not have to be psychic!
--
Nirvana? That's the place where the powers that be and their friends
hang out.
-- Zonker Harris
--
https://mail.python.org/mailman/listinfo/python-list
en the app and the rpi and the images are
PNG.
If anyone knows why this isn't working or has a better way for me to do this, I
would greatly appreciate it!! Thank you in advance!!
--
https://mail.python.org/mailman/listinfo/python-list
n/listinfo/python-list
ot; for more information.
>>> x=""
>>> y=""
>>> x is y
True
Jython 2.5.3 (, Sep 21 2017, 03:12:48)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.7.0_131
Type "help", "copyright", "credits" or "license" for more information.
>>> x=""
>>> y=""
>>> x is y
False
So, obviously there are multiple empty strings possible, so I'd
write "an".
HTH
--
https://mail.python.org/mailman/listinfo/python-list
from ProtonMail mobile
--
https://mail.python.org/mailman/listinfo/python-list
Good morning,
I have uninstalled and reinstalled different versions of Python, and continue
to get the "modify setup" box when I try to open.
Is there something I'm doing wrong?
Sent from ProtonMail mobile
--
https://mail.python.org/mailman/listinfo/python-list
GNU/Linux user #557453
"There are only 10 types of people in the world...
those who understand Binary and those who don't."
-Spike
--
https://mail.python.org/mailman/listinfo/python-list
cur.close()
| except Error as e:
| print(e)
What else?
Dave,
--
https://mail.python.org/mailman/listinfo/python-list
you are using Windows since you posted with Outlook
and that the python executable is in your path.
Open a cmd window and enter: python \path\to\program.py
--
GNU/Linux user #557453
The cow died so I don't need your bull!
--
https://mail.python.org/mailman/listinfo/python-list
iated. As for queries, I think I use joins,
but a pointer on how to do this would also be appreciated.
Thanks,
Dave
--
https://mail.python.org/mailman/listinfo/python-list
On 8/13/19 4:45 PM, MRAB wrote:
On 2019-08-13 19:59, Chris Angelico wrote:
On Wed, Aug 14, 2019 at 4:50 AM Dave via Python-list
wrote:
Some of the tables are related. For example:
Hiking_Table Trails_Table Joining_Table
701 - 800 of 5713 matches
Mail list logo