Re: namedtuples anamoly

2018-10-18 Thread Peter Otten
Vinodhini Balusamy wrote: > Hi, > > I tried using namedtuples and just found a behaviour which I am not able > to conclude as correct behaviour. > > from collections import namedtuple > > (n, categories) = (int(input()), input().split()) > Grade = namedtuple('Grade', categories) > Grade.ID = 1

Re: Advice on law firm

2018-10-18 Thread Gary Herron
This is a Python related forum, but your question has nothing to do with Python.  While you might get an answer here, I'm sure you could find a better place to post your question. On 10/17/2018 07:36 PM, rj.amdphr...@gmail.com wrote: Correction: specializing in warranty of merchantability, so

Re: namedtuples anamoly

2018-10-18 Thread Gary Herron
On 10/17/2018 11:13 PM, me.vi...@gmail.com wrote: Hi, I tried using namedtuples and just found a behaviour which I am not able to conclude as correct behaviour. from collections import namedtuple (n, categories) = (int(input()), input().split()) Grade = namedtuple('Grade', categories) Grade.

Re: Advice on law firm

2018-10-18 Thread Prahallad Achar
if NO-ANS: print (" Its Python forum ") elif ANS: print (" Personal mail to Mr.Ryan") else: print (" Ryan kindly use the appropriate forum to discuss your topic") On Thu, Oct 18, 2018 at 5:27 AM Ryan Johnson wrote: > Anyone know a good US based law firm that specializes in software

Re: SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-18 Thread Thomas Jollans
On 18/10/2018 08:28, Saila wrote: > keskiviikko 17. lokakuuta 2018 20.18.55 UTC+3 Thomas Jollans kirjoitti: >> Can't you just install it with pip? >> >> py -3 -m pip install PyNaCl > > That is not possible because there isn't connection to www in development > environment. It is isolated. Only po

Twython has a problem with latest urllib3

2018-10-18 Thread Cecil Westerhof
I use Twython to post on Twitter. Yesterday I upgraded urllib3 from 1.23 to 1.24. Since then when I do: from twython import Twython I get: /usr/local/lib/python3.5/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.24) or chardet (3.0.4) doesn't match a supporte

Re: Twython has a problem with latest urllib3

2018-10-18 Thread Thomas Jollans
On 2018-10-18 11:30, Cecil Westerhof wrote: > I use Twython to post on Twitter. Yesterday I upgraded urllib3 from > 1.23 to 1.24. Since then when I do: > from twython import Twython > > I get: > /usr/local/lib/python3.5/dist-packages/requests/__init__.py:91: [...]

Re: "Edit with IDLE" doesn't work any more ?

2018-10-18 Thread md . shoaibakhtar2013
On Friday, April 28, 2017 at 5:37:55 PM UTC+5:30, Yip, Kin wrote: > Hi, > > I'm relatively new with Python3 in Windows 7. I'm using now Python 3.6.1. > > Suddenly right-clicking on a .py file and choose "Edit with IDLE" just > doesn't work. > > I've tried to do : > > "c:\program files\python

Re: SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-18 Thread MRAB
On 2018-10-18 07:28, Saila wrote: keskiviikko 17. lokakuuta 2018 20.18.55 UTC+3 Thomas Jollans kirjoitti: On 2018-10-17 16:41, Saila wrote: > Hi > Has somebody been able to install SSHLIbrary from sources (all libs with offline installations) on virtual Win 10 for Python 3.6.4? > > Python 3.6.

Re: namedtuples anamoly

2018-10-18 Thread Jason Friedman
> > So now the real question is: What were you trying to accomplish with > the assignment? Tell us, and let's see if we can find a way to > accomplish yor goal without wrecking the internals of the Grade class. > > And depending on your answer to that question, the new Data Classes feature in 3.7

Important Language Choice Considerations

2018-10-18 Thread Rob Gaddi
https://boingboing.net/2018/10/15/python-falls-from-ceiling-in-b.html Say what you want about performance and linguistic elegance, but Julia almost never falls in through the ceiling. -- Rob Gaddi, Highland Technology -- www.highlandtechnology.com Email address domain is currently out of orde

Re: Important Language Choice Considerations

2018-10-18 Thread Chris Angelico
On Fri, Oct 19, 2018 at 10:57 AM Rob Gaddi wrote: > > https://boingboing.net/2018/10/15/python-falls-from-ceiling-in-b.html > > Say what you want about performance and linguistic elegance, but Julia > almost never falls in through the ceiling. That is notable. But it could be worse. It could have

Re: SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-18 Thread tommy yama
It's mentioned that pypi includes what you need. https://pypi.org/project/robotframework-sshlibrary/ On Fri, 19 Oct 2018, 01:28 MRAB, wrote: > On 2018-10-18 07:28, Saila wrote: > > keskiviikko 17. lokakuuta 2018 20.18.55 UTC+3 Thomas Jollans kirjoitti: > >> On 2018-10-17 16:41, Saila wrote: > >