Some Important Reading
Several things:
Generating 64 bit hash collisions to DOS Python by Robert Grosse
Tweet:
![]()
Dan Bader (@dbader_org)
Python job scheduling made simple: schedule.readthedocs.io | |
more ...Several things:
Generating 64 bit hash collisions to DOS Python by Robert Grosse
Tweet:
![]()
Dan Bader (@dbader_org)
Python job scheduling made simple: schedule.readthedocs.io | |
more ...Tweet:
![]()
Dan Bader (@dbader_org)
"Running Python in Xcode: Step by Step" ericasadun.com/2016/12/04/run…
Thanks for the link. There's a fair amount of "this doesn't seem to be what Xcode was designed to do." But it does seem to work. I'll …
more ...I received the worst code example ever. The. Worst.
Here's the email.
more ...I have hurriedly created a blog post titled [omitted] at the url below [also omitted] ... Unfortunately, I am neither an algorithm expert or a Python expert. However, I am willing to jump in.
Please review the Python code …
The question is a deep one. What is the Literate Programming Life Cycle? Why is it so difficult? What are the three barriers and how do we cross them?
Here's most of the original question.
more ..."Last week I threw together an F# script to parse markdown-style text into one or …
This. http://www.tomdalling.com/blog/software-design/fizzbuzz-in-too-much-detail/
And many other thoughts on overthinking fizz buzz. I'm going to overthink it, also. Why not?
This is a problem where the obvious unit test may not cover the cases properly. See https://projecteuler.net/problem=1 for a unit test case …
more ...Tweet:
![]()
Dan Bader(@dbader_org)
Worth a read: "Modules vs. Microservices" (and how to find a middle ground)
"don't trick yourself into a microservices-only mindset"
Thanks for sharing.
The referenced post gives you the freedom to have a "big-ish" microservice. My …
more ...This: https://aws.amazon.com/about-aws/whats-new/2017/04/aws-lambda-supports-python-3-6/ You can now use Python 3.6 Lambdas. This changes things dramatically. We can now write faster, simpler, less quirky code using the latest-and-greatest Python.
If you want to configure a server in the cloud, consider this: https://wiki.ubuntu …
more ...This: Python Top 10 Articles for the Past Year (v.2017)
In particular, this: Python FAQ: Why should I use Python 3?
more ...