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
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
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
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
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
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
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
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
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
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
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:
https://www.cossacklabs.com/blog/presenting-acra.html
--
https://mail.python.org/mailman/listinfo/python-list
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
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
>
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo