Re: Python is an Equal Opportunity Programming Language

2016-05-06 Thread beliavsky--- via Python-list
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

Re: Python is an Equal Opportunity Programming Language

2016-05-08 Thread beliavsky--- via Python-list
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

Intel Distribution for Python

2016-05-10 Thread beliavsky--- via 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

Re: Intel Distribution for Python

2016-05-11 Thread beliavsky--- via 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

Re: Wanted Python programmer to join team

2016-05-16 Thread Wildman via 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

Re: Extract the middle N chars of a string

2016-05-18 Thread Wildman via 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

Python 3.5.1

2016-05-19 Thread Bella via Python-list
and provide guidance? Thank you very much. Bella -- https://mail.python.org/mailman/listinfo/python-list

Re: META Culture of this place [was Re: for / while else doesn't make sense]

2016-05-24 Thread Wildman via 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

import

2016-05-30 Thread luca72 via Python-list
https://mail.python.org/mailman/listinfo/python-list

Re: Python on Windows with linux environment

2016-06-02 Thread Wildman via 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

Re: Intel Distribution for Python

2016-06-09 Thread beliavsky--- via 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

pip vs pip2 vs pip2.7?

2016-06-15 Thread Chupo via Python-list
om/customleddriver Chupo -- https://mail.python.org/mailman/listinfo/python-list

python-2.7.11.msi destroys PATH env var?

2016-06-15 Thread Chupo via Python-list
customleddriver Chupo -- https://mail.python.org/mailman/listinfo/python-list

Re: pip vs pip2 vs pip2.7?

2016-06-15 Thread Chupo via 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

best text editor for programming Python on a Mac

2016-06-17 Thread Chris via 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

Re: value of pi and 22/7

2016-06-20 Thread Wildman via 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

Re: while Loops

2016-06-21 Thread Wildman via 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

[ANN] pygcgen (github changelog generator)

2016-07-01 Thread topic2k--- via 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

Re: Touch screen development in Python

2016-07-11 Thread Wildman via Python-list
;t need your bull! -- https://mail.python.org/mailman/listinfo/python-list

python IDLE display with a 13.3-inch screen

2016-07-17 Thread bbking4611--- via Python-list
://mail.python.org/mailman/listinfo/python-list

Re: SyntaxError: Non-ASCII character

2016-07-17 Thread Wildman via 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

Python packages listed in PyPI

2016-07-20 Thread Rayne via 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

Re: Python packages listed in PyPI

2016-07-20 Thread Rayne via 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:

Re: Python packages listed in PyPI

2016-07-21 Thread Rayne via Python-list
;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

Re: making executables smaller

2016-07-26 Thread Wildman via Python-list
died so I don't need your bull! -- https://mail.python.org/mailman/listinfo/python-list

where is it

2016-08-06 Thread Dave via 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

api-ms-win-crt-runtime-l1-1-0.dll missing ?

2016-08-08 Thread zutix via Python-list
t.com/antivirus -- https://mail.python.org/mailman/listinfo/python-list

python 3.5.2 lounch: api-ms-win-crt-runtime-l1-1-0.dll is missing ?

2016-08-08 Thread zutix via 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

api-ms-win-crt-runtime-l1-1-0.dll missing ?

2016-08-08 Thread zutix via 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

Re: Unable to get the gateway IP of wlan interface using python code

2018-11-12 Thread Wildman via 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

Re: Re: Generators, generator expressions, and loops

2018-11-16 Thread Peter via 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

Have I Been Banned?

2018-11-20 Thread Wildman via 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

Re: Have I Been Banned?

2018-11-20 Thread Wildman via 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

Re: Unable to find newly installed Python 3.7.1

2018-11-23 Thread Peter via 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

Re: how to match list members in py3.x

2018-11-25 Thread Alister via Python-list
paid." - Martin Mull -- https://mail.python.org/mailman/listinfo/python-list

Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread Wildman via 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

Re: how to match list members in py3.x

2018-11-25 Thread Alister via 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

Re: RAR functionality

2018-11-30 Thread Wildman via Python-list
-- https://mail.python.org/mailman/listinfo/python-list

Re: Program to keep track of success percentage

2018-12-08 Thread Alister via 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

building 3.7.1 from source, _ctypes and libffi troubles

2018-12-20 Thread Fetchinson . via 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

Re: building 3.7.1 from source, _ctypes and libffi troubles

2018-12-20 Thread Fetchinson . via 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

Re: building 3.7.1 from source, _ctypes and libffi troubles

2018-12-25 Thread Fetchinson . via 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 Humble Bundle from Packt

2019-01-01 Thread beliavsky--- via 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

Type hinting of Python is just a toy ?

2019-01-04 Thread iamybj--- via Python-list
seperate type. Why looks different than others? afraid of cannot been watched by others? -- https://mail.python.org/mailman/listinfo/python-list

Re: Type hinting of Python is just a toy ?

2019-01-04 Thread iamybj--- via 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

Re: Type hinting of Python is just a toy ?

2019-01-04 Thread iamybj--- via Python-list
; } -- https://mail.python.org/mailman/listinfo/python-list

Re: Are all items in list the same?

2019-01-08 Thread Alister via 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

Re: Are all items in list the same?

2019-01-08 Thread Alister via 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

python package management confusion

2019-01-14 Thread dcs3spp via 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

Re: python package management confusion

2019-01-15 Thread dcs3spp via 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

Re: 3 random numbers

2019-01-15 Thread Alister via Python-list
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

Re: python package management confusion

2019-01-16 Thread dcs3spp via 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

Re: get the terminal's size

2019-01-16 Thread Wildman via Python-list
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

Re: python package management confusion

2019-01-17 Thread dcs3spp via 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

Re: python package management confusion

2019-01-18 Thread dcs3spp via Python-list
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

Re: python package management confusion

2019-01-19 Thread dcs3spp via Python-list
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

How to access a folder in a zip file?

2019-01-19 Thread mignoncharly via 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

How to access a folder inside a zip file

2019-01-19 Thread mignoncharly--- via 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

Re: python package management confusion

2019-01-20 Thread dcs3spp via 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

Re: python package management confusion

2019-01-20 Thread dcs3spp via Python-list
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

Re: python package management confusion

2019-01-20 Thread dcs3spp via Python-list
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

Re: Exercize to understand from three numbers which is more high

2019-01-27 Thread Alister via Python-list
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

Trying to figure out the data type from the code snippet

2019-01-29 Thread Chupo via Python-list
rg/mailman/listinfo/python-list

Re: Trying to figure out the data type from the code snippet

2019-01-30 Thread Chupo via 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

Re: Trying to figure out the data type from the code snippet

2019-01-30 Thread Chupo via 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

Re: Trying to figure out the data type from the code snippet

2019-01-30 Thread Chupo via Python-list
a http://tinyurl.com/customleddriver Chupo -- https://mail.python.org/mailman/listinfo/python-list

Re: Trying to figure out the data type from the code snippet

2019-01-30 Thread Chupo via 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

Re: How to replace space in a string with \n

2019-01-31 Thread Alister via 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

Re: Trying to figure out the data type from the code snippet

2019-01-31 Thread Chupo via 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

Re: Trying to figure out the data type from the code snippet

2019-01-31 Thread Chupo via 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

Re: Trying to figure out the data type from the code snippet

2019-01-31 Thread Chupo via 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

Re: Trying to figure out the data type from the code snippet

2019-01-31 Thread Chupo via Python-list
/mail.python.org/mailman/listinfo/python-list

Re: Trying to figure out the data type from the code snippet

2019-01-31 Thread Chupo via 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

Re: Python program to phone?

2019-02-06 Thread Alister via 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

Re: how to exit from a nested loop in python

2019-02-08 Thread Rurpy via 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

Re: What's the address for?

2019-02-18 Thread Alister via Python-list
en - Become one with the blue screen. -- From a Slashdot.org post -- https://mail.python.org/mailman/listinfo/python-list

Re: How to play with Python in an existing app

2019-02-20 Thread 0x906 via 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

Re: tkinter: variable width widgets in a grid?

2019-02-24 Thread Wildman via Python-list
ail.python.org/mailman/listinfo/python-list

Re: how to setup for localhost:8000

2019-02-24 Thread 0x906 via 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

Adopting semantic versioning in trunk based development with Python

2019-04-11 Thread dcs3spp via 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

Re: Adopting semantic versioning in trunk based development with Python

2019-04-12 Thread dcs3spp via 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

Re: Tkinter on Mac OS crashes python

2019-05-14 Thread Wildman via 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

Re: The if is not working properly

2019-05-19 Thread Alister via Python-list
value in which case use if a is True: -- https://mail.python.org/mailman/listinfo/python-list

Re: How to split a list type array into float array?

2019-05-21 Thread Alister via 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

Re: (no subject)

2019-05-31 Thread Alister via 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

Re: Make sure the window title is visible in tkinter

2019-06-26 Thread Wildman via 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

Re: Make sure the window title is visible in tkinter

2019-06-26 Thread Wildman via Python-list
h?" -Lrrr -- https://mail.python.org/mailman/listinfo/python-list

Re: Hiding a progressbar in tkinter

2019-06-26 Thread Wildman via 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

Re: What's wrong on using Popen's communicate method?

2019-07-03 Thread Wildman via 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

Re: how to setup for localhost:8000

2019-07-07 Thread Alister via 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

Transfer Image from Raspberry Pi (Python) to Android app (Java)

2019-07-22 Thread rkartunova--- via 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

book on modern Python

2019-07-25 Thread beliavsky--- via Python-list
n/listinfo/python-list

Re: Definite or indefinite article for non-singletons?

2019-07-27 Thread Mirko via 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

Trouble installing python

2019-07-28 Thread Steven via Python-list
from ProtonMail mobile -- https://mail.python.org/mailman/listinfo/python-list

Modify setup

2019-07-30 Thread Steven via 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

Re: help with tkinter

2019-08-01 Thread Wildman via 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

Python/SQLite best practices

2019-08-05 Thread Dave via Python-list
cur.close() | except Error as e: | print(e) What else? Dave, -- https://mail.python.org/mailman/listinfo/python-list

Re: beginner question-very basic

2019-08-11 Thread Wildman via 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

Create multiple sqlite tables, many-to-many design

2019-08-13 Thread Dave via 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

Re: Create multiple sqlite tables, many-to-many design

2019-08-13 Thread Dave via 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

<    3   4   5   6   7   8   9   10   11   12   >