Re: keyrings.cryptfile released on github

2017-03-09 Thread ng0
Hans-Peter Jansen transcribed 3.8K bytes: > Hi, > > since the PyCrypto ML is dead, I'm looking for advise/feedback from some > cryptography aware people. > > I've released a keyring companion package today: > > https://github.com/frispete/keyrings.cryptfile > > Its primary purpose is a de

Re: Unsubscribe to Python email list

2017-03-09 Thread MRAB
On 2017-03-10 02:38, Pablo Lozano wrote: Good day, I would like to unsubscribe this e-mail to the Python e-mail list. Kind regards You'll have to do it yourself. Read this: https://mail.python.org/mailman/listinfo/python-list The relevant bit is in the section titled "Python-list Subscriber

Unsubscribe to Python email list

2017-03-09 Thread Pablo Lozano
Good day, I would like to unsubscribe this e-mail to the Python e-mail list. Kind regards -- https://mail.python.org/mailman/listinfo/python-list

Re: keyrings.cryptfile released on github

2017-03-09 Thread Paul Rubin
Hans-Peter Jansen writes: > I've released a keyring companion package today: > https://github.com/frispete/keyrings.cryptfile Interesting, I'll take a look at it. I wrote something like it many years ago but never did much with it. Thanks for posting! -- https://mail.python.org/mailman/l

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Erik
On 09/03/17 13:09, Chris Green wrote: Michael Torrie wrote: On 03/08/2017 12:27 PM, Chris Green wrote: I have a fairly simple application that populates a GUI window with fields from a database table. The fields are defined/configured by a dictionary as follows:- Instead of ordering the dat

Gtk.Label text positioning

2017-03-09 Thread Chris Green
Is there any way to postion different lines of text in a Gtk.Label in different ways? E.g. is it possible to centre one line of text and left justify the remainder? Or does one simply have two Gtk.Label instances, one with centred text and one with left justified text. -- Chris Green ยท -- h

keyrings.cryptfile released on github

2017-03-09 Thread Hans-Peter Jansen
Hi, since the PyCrypto ML is dead, I'm looking for advise/feedback from some cryptography aware people. I've released a keyring companion package today: https://github.com/frispete/keyrings.cryptfile Its primary purpose is a decent encrypted file backend for python keyrings. As such, it

Re: Web Frameworks

2017-03-09 Thread Patrick McFarling
On Thursday, 9 March 2017 05:05:37 UTC-5, David Froger wrote: > There is a free ebook on the subject on O'Reilly: > http://www.oreilly.com/web-platform/free/python-web-frameworks.csp > > Hope it helps, > David > > > Quoting Patrick McFarling (2017-03-09 10:24:16) > > I would like to know what a

python/gui question

2017-03-09 Thread Xristos Xristoou
i want to create a very simple python plugin using QT designer but i an not sure how to connect my variable from gui to my python script. my gui is simple have only one lineEdit and ok or cancel. in the gui (widget): 20 90 171 31 def run(self): sel

Re: "Best" websocket implementation for Python 2.x?

2017-03-09 Thread Daniel Bastos
Skip Montanaro writes: [...] > These two packages would appear to have stalled. Looking around, I also > found > > ws4py > websockets - Python 3.3 or later > autobahn.websocket > > There are probably others I haven't yet stumbled upon. (I'd continue poking > around PyPI, but it seems the server

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Antoon Pardon
Op 09-03-17 om 13:16 schreef Chris Angelico: > On Thu, Mar 9, 2017 at 11:06 PM, Antoon Pardon > wrote: >> Op 09-03-17 om 12:32 schreef Chris Angelico: >> >>> On Thu, Mar 9, 2017 at 8:25 AM, Chris Green wrote: Yes, I'm well aware of these issues, but it's my personal address book so I ca

Database security tool for Python apps with PostgreSQL backend.

2017-03-09 Thread borysova . mary
Database security tool for Python apps with PostgreSQL backend: https://www.cossacklabs.com/blog/presenting-acra.html -- https://mail.python.org/mailman/listinfo/python-list

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Chris Green
Chris Angelico wrote: > On Thu, Mar 9, 2017 at 8:25 AM, Chris Green wrote: > > Chris Angelico wrote: > >> On Thu, Mar 9, 2017 at 6:27 AM, Chris Green wrote: > >> > dbcol['firstname'] = col('First Name', True, False) > >> > dbcol['lastname'] = col('Last Name', True, False) > >> > >> http

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Chris Green
Chris Angelico wrote: > On Thu, Mar 9, 2017 at 7:45 PM, Tim Golden wrote: > >> So you assume that you'll never meet someone from another culture? > >> Okay. I'm pretty sure that counts as bigoted, but sure :) > > > > > > Chris: I think that remark was uncalled for. You'd made a perfectly valid >

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Chris Green
Michael Torrie wrote: > On 03/08/2017 12:27 PM, Chris Green wrote: > > I have a fairly simple application that populates a GUI window with > > fields from a database table. The fields are defined/configured by a > > dictionary as follows:- > > Instead of ordering the data in Python, why not rely

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Chris Angelico
On Thu, Mar 9, 2017 at 11:06 PM, Antoon Pardon wrote: > Op 09-03-17 om 12:32 schreef Chris Angelico: > >> On Thu, Mar 9, 2017 at 8:25 AM, Chris Green wrote: >>> Yes, I'm well aware of these issues, but it's my personal address book >>> so I can avoid many/most of them. >> The justification "it's

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Antoon Pardon
Op 09-03-17 om 12:32 schreef Chris Angelico: > On Thu, Mar 9, 2017 at 8:25 AM, Chris Green wrote: >> Yes, I'm well aware of these issues, but it's my personal address book >> so I can avoid many/most of them. > The justification "it's *my* personal address book" is saying "none of > *my* friends

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Chris Angelico
On Thu, Mar 9, 2017 at 8:58 PM, Antoon Pardon wrote: > Op 09-03-17 om 10:01 schreef Chris Angelico: >> On Thu, Mar 9, 2017 at 7:45 PM, Tim Golden wrote: So you assume that you'll never meet someone from another culture? Okay. I'm pretty sure that counts as bigoted, but sure :) >>> >>> C

Re: Web Frameworks

2017-03-09 Thread David Froger
There is a free ebook on the subject on O'Reilly: http://www.oreilly.com/web-platform/free/python-web-frameworks.csp Hope it helps, David Quoting Patrick McFarling (2017-03-09 10:24:16) > I would like to know what are the pros and cons of the web frameworks made in > python. > The one I tend to

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Antoon Pardon
Op 09-03-17 om 10:01 schreef Chris Angelico: > On Thu, Mar 9, 2017 at 7:45 PM, Tim Golden wrote: >>> So you assume that you'll never meet someone from another culture? >>> Okay. I'm pretty sure that counts as bigoted, but sure :) >> >> Chris: I think that remark was uncalled for. You'd made a perf

Web Frameworks

2017-03-09 Thread Patrick McFarling
I would like to know what are the pros and cons of the web frameworks made in python. The one I tend to lean towards is Flask. -- https://mail.python.org/mailman/listinfo/python-list

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Chris Angelico
On Thu, Mar 9, 2017 at 7:45 PM, Tim Golden wrote: >> So you assume that you'll never meet someone from another culture? >> Okay. I'm pretty sure that counts as bigoted, but sure :) > > > Chris: I think that remark was uncalled for. You'd made a perfectly valid > point about names not always workin

Re: What's the neatest way of getting dictionary entries in a specified order?

2017-03-09 Thread Tim Golden
On 08/03/2017 22:10, Chris Angelico wrote: On Thu, Mar 9, 2017 at 8:25 AM, Chris Green wrote: Chris Angelico wrote: On Thu, Mar 9, 2017 at 6:27 AM, Chris Green wrote: dbcol['firstname'] = col('First Name', True, False) dbcol['lastname'] = col('Last Name', True, False) http://www.k