Re: Checking network input processing by Python for a multi-threaded server

2019-05-13 Thread Markus Elfring
> Nowadays, I develop typically web applications. > There, something similar to "CORBA" is used: WSDL described > "web services". Typically, they use the web infrastructure > and its protocols ("http", "https") for communication. The popularity varies for these programming interfaces over time. *

Re: Checking network input processing by Python for a multi-threaded server

2019-05-13 Thread Markus Elfring
> Nowadays, I develop typically web applications. > There, something similar to "CORBA" is used: WSDL described > "web services". Typically, they use the web infrastructure > and its protocols ("http", "https") for communication. The popularity varies for these programming interfaces over time. *

convert .py to Android ?

2019-05-13 Thread Steve
I tried this before and suddenly had a more pressing issue. Now that I want to get back into it, I cannot seem to find the responses that were offered here. I have a working .py program that I want to get into my Android Moto G phone. A bit more than a year ago, I went through the Kivy set up an

Re: Error Opening Python for Windows Download

2019-05-13 Thread Michael Torrie
On 05/12/2019 04:42 PM, Alexandra Mistak wrote: > Hi Python, > > I have unsuccessfully downloaded Python Windows x86-64 executable installer > multiple > times. > > After installation, when I go to launch the program it tells me to

Re: Question :)

2019-05-13 Thread dieter
Milos Vujcic writes: > I am new into Python and Django thing and I am having big problem with cmd > and virtualenv command. For many users, "virtualenv" solves an important problem: it gives them a (virtual) Python installation under their control. There, they can install their own (Python) pac

Re: Checking network input processing by Python for a multi-threaded server

2019-05-13 Thread dieter
Markus Elfring writes: > ... > I imagine that it can be easier to depend on a higher level > system infrastructure. > How do you think about to reuse software extensions around > the standard “CORBA” like “omniORB”? I have used "CORBA" in the past. It is nice when you control all cooperating comp

Re: Official python list admins beware: Fwd: py...@python.org post from j.s...@swohio.twcbc.com requires approval

2019-05-13 Thread Ethan Furman
On 05/13/2019 08:06 AM, Abdur-Rahmaan Janhangeer wrote: Confirmation mails require only some words to be replied but that one asks for passwords in plain text. Wonder if you guys also got it! Already discarded it. Thanks for the warning, though! -- ~Ethan~ -- https://mail.python.org/mailman/

Backend Python Developer need in NYC ASAP!

2019-05-13 Thread Kenneth Partyka
I have an immediate need for a Backend Python Developer in New York City (SoHo) paying from $70-100/hour. This is an onsite position lasting 3-6 months on a W-2 (no sponsorship, C2C or 1099 is available). Remote work is not an option. What you’ll do: • design, develop, and deploy innovative solu

Re: Question :)

2019-05-13 Thread אורי
You can also subscribe to django-us...@googlegroups.com and ask there. I recommend using Python 3 and at least 3.6 or later. Django, you can start with the current version (2.2). אורי u...@speedy.net On Mon, May 13, 2019 at 3:33 PM Milos Vujcic wrote: > Hi, > I’m new into Python and Django thi

EuroPython 2019: Talk Voting is open

2019-05-13 Thread M.-A. Lemburg
Talk voting is your chance to tell us what you’d like to see at EuroPython 2019. We will leave talk voting open until: * Friday, May 17 23:59:59 CEST * In order to vote, please log in to the website and then navigate to the talk voting page: * https://ep2019.europyth

Re: Official python list admins beware: Fwd: py...@python.org post from j.s...@swohio.twcbc.com requires approval

2019-05-13 Thread Abdur-Rahmaan Janhangeer
But I don't recall seeing this one below go by. And I go have some real hoodoozies in the spam folder already today... That one targets @python.org mailing list owners Abdur-Rahmaan Janhangeer Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: Official python list admins beware: Fwd: py...@python.org post from j.s...@swohio.twcbc.com requires approval

2019-05-13 Thread Gene Heskett
On Monday 13 May 2019 11:06:17 am Abdur-Rahmaan Janhangeer wrote: > Confirmation mails require only some words to be replied but that one > asks for passwords in plain text. Wonder if you guys also got it! > > Abdur-Rahmaan Janhangeer > http://www.pythonmembers.club | https://github.com/Abdur-rahm

Re: Error Opening Python for Windows Download

2019-05-13 Thread Igor Korot
Hi, On Mon, May 13, 2019 at 7:50 AM Alexandra Mistak wrote: > > Hi Python, > > I have unsuccessfully downloaded Python Windows x86-64 executable installer > multiple > times. I presume you have Windows 10? > > After installation,

Official python list admins beware: Fwd: py...@python.org post from j.s...@swohio.twcbc.com requires approval

2019-05-13 Thread Abdur-Rahmaan Janhangeer
Confirmation mails require only some words to be replied but that one asks for passwords in plain text. Wonder if you guys also got it! Abdur-Rahmaan Janhangeer http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ Mauritius -- Forwarded message - From: Date: Mon, 13

Re: Testing the data type of a value

2019-05-13 Thread Alan Bawden
Luuk writes: ... > Maybe i should have asked this: > > What is the difference between 'type(5)==int'  and 'isinstance(5,int)' > > and, if there is no difference why did someone invent 'isinstance()' ... Look: Python 3.6.6 (default, Aug 13 2018, 18:24:23) [GCC 4.8.5 20150623 (Red Hat 4.8.5-

Re: Question :)

2019-05-13 Thread Joel Goldstick
On Mon, May 13, 2019 at 8:33 AM Milos Vujcic wrote: > > Hi, > I’m new into Python and Django thing and I’m having big problem with cmd and > virtualenv command. Do I really need to use virtual environment for making > Django/Python web apps because my cmd just won’t accept it. Can I skip > vi

Re: problem in installation of python

2019-05-13 Thread Rhodri James
On 12/05/2019 07:10, hi wrote: Sent from Mail for Windows 10 What problem? If you sent a screenshot or similar, please be aware that the mailing list strips off attachments. -- Rhodri James *-* Kynesim Ltd -- https://mail.python.org/mailman/listinfo/python-list

Re: Error encountered

2019-05-13 Thread Terry Reedy
On 5/12/2019 8:12 AM, Buhari Alhassan wrote: I tried running Python 3.6.1 in windows command prompt,it keeps saying access denied,can't run this app on your system Copy and paste what you type and the response. -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list

Re: idle is not at all opening moreover its not showing error any also...what could I do now???

2019-05-13 Thread Terry Reedy
On 5/13/2019 5:47 AM, kalai kathirvel wrote: Run 'python -m idlelib' or 'py -m idlelib' in Command Prompt window. Then report whatever error message you see. -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list

Re: help plz

2019-05-13 Thread Terry Reedy
On 5/12/2019 1:05 PM, Tristan Cribaro wrote: [image: image.png] This is text-only mail list. so I have a project I have to work on that is due tomorrow for a lot of points towards my grade. The issue here is I've been trying to download Pillow and simple audio for my project and I keep gettin

Error Opening Python for Windows Download

2019-05-13 Thread Alexandra Mistak
Hi Python, I have unsuccessfully downloaded Python Windows x86-64 executable installer multiple times. After installation, when I go to launch the program it tells me to "repair or modify" the app. I click "repair," I try opening it

idle is not at all opening moreover its not showing error any also...what could I do now???

2019-05-13 Thread kalai kathirvel
Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

help plz

2019-05-13 Thread Tristan Cribaro
[image: image.png]so I have a project I have to work on that is due tomorrow for a lot of points towards my grade. The issue here is I've been trying to download Pillow and simple audio for my project and I keep getting the same error. any ideas? i use pycharm -- https://mail.python.org/mailman/li

idle is not at all opening moreover its not showing error any also...what could I do now???

2019-05-13 Thread kalai kathirvel
Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

Error encountered

2019-05-13 Thread Buhari Alhassan
I tried running Python 3.6.1 in windows command prompt,it keeps saying access denied,can't run this app on your system -- https://mail.python.org/mailman/listinfo/python-list

Question :)

2019-05-13 Thread Milos Vujcic
Hi, I’m new into Python and Django thing and I’m having big problem with cmd and virtualenv command. Do I really need to use virtual environment for making Django/Python web apps because my cmd just won’t accept it. Can I skip virtualenv and just start making things in Django? Sent from Mail<

problem in installation of python

2019-05-13 Thread hi
Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

EuroPython 2019: Early-bird ticket sales open today

2019-05-13 Thread M.-A. Lemburg
As previously announced, we will be opening early-bird tickets sales today at 12:00 CEST. We will have 200 early-bird tickets available when we open up ticket sales. They offer a discount of up to 50% over the standard rate and are usually sold out within a few hours. In 2018 early bird tickets we

Re: Checking network input processing by Python for a multi-threaded server

2019-05-13 Thread Markus Elfring
> And in addition, you can derive your own class from `socketserver` > and override methods to provide whatever additional functionality > you think is necessary. Such a programming possibility remains generally. I am curious if the software development attention can be adjusted also in this area.