Python newbie here, looking for code samples for encrypting and decrypting
functions, using AES. See lots of stuff on the interwebs, but lots of comments
back an forth about bugs, or implemented incorrect, etc...
I need to encrypt some strings that will be passed around in URL, and then also
s
On Tuesday, August 21, 2018 at 9:48:50 AM UTC-6, Jeff M wrote:
> are there other places also? On pypi I did not see anywhere the status of
> defects or downloads, if it's actively supported.
nevermind, i see the info i was looking for on the left side.
--
https://mail.python.
are there other places also? On pypi I did not see anywhere the status of
defects or downloads, if it's actively supported.
--
https://mail.python.org/mailman/listinfo/python-list
Is this a good example to follow for a project that does mostly python to
interact with external data sources including files, transformation, and import
into Postgres?
https://github.com/bast/somepackage
I have a SWE background but not with python, and I want to make sure my team is
following
On Jun 10, 12:49 pm, Seamus MacRae wrote:
> Jeff M. wrote:
> > On Jun 9, 9:08 pm, Arved Sandstrom wrote:
> >> Jon Harrop wrote:
> >>> Arved Sandstrom wrote:
> >>>> Jon, I do concurrent programming all the time, as do most of my peers.
> >>&g
would be wasted every
day around the world - ignoring the fact that Google wouldn't exist if
that were the case ;-). Obviously Google engineers work incredibly
hard every day to ensure correct results, but performance better be
right up there at the top of the list as well.
Jeff M.
--
http://mail.python.org/mailman/listinfo/python-list
g an obvious example... there are
many more. Unshared state has its place. Immutable state has its
place. Shared immutable state has its place. Shared mutable place has
its place.
Jeff M.
--
http://mail.python.org/mailman/listinfo/python-list
On Jun 7, 1:56 am, Paul Rubin <http://phr...@nospam.invalid> wrote:
> "Jeff M." writes:
> > > > Even the lightest weight
> > > > user space ("green") threads need a few hundred instructions, minimum,
> > > > to amortize the cost o
ht the definition of green threads was that multiplexing them
> doesn't require context switches.
There's always a context switch. It's just whether or not you are
switching in/out a virtual stack and registers for the context or the
hardware stack/registers.
Jeff M.
--
http://mail.python.org/mailman/listinfo/python-list
ation that modifies itself (bad?)
to define a list iterator.
http://blog.plt-scheme.org/2007/07/callcc-and-self-modifying-code.html
I recommend putting that code into a Scheme interpreter and running
it. You'll get it.
Hope this helps, and I look forward to better explanations than min
10 matches
Mail list logo