The Business of Book Promotions
- ✅Referrals. Want a "free" Python book? The "free" is …
See https://www.slideshare.net/ITRevolution/does-sfo-2016-topo-pal-devops-at-capital-one for the 16 gates that separate a good idea from secure, productive use of software. While a lot of DevOps folks like the idea, when it comes to implementing it for Python apps, they get confused.
The confusion seems to stem from Python's …
more ...Adding type hints is easy and fun. Seriously. It's not a lot of work.
Until.
def null_aware_func(x): if x is None: return x return 2.2*x**1.05
This is …
more ...In a way, this is about an epic fail attempting copy-and-paste coding. But really, this is about thinking outside the box. The issue -- to me -- comes from failing to see the box. Here's the body of the email, edited slightly.
more ..."...how determine when a file has completed downloading. It would …
https://www.ynonperek.com/2017/09/21/python-exercises/amp/ This seems very cool. These look like some pretty cool problems. It includes debugging and unit testing, so there's a lot of core skills covered by these exercises.
more ...The three unsolvable problems in computing:
Let's talk about naming.
The project team decided to call the server component "FlaskAPI".
Seriously.
It serves information about two kinds of resources: images and running instances of images. (Yes, it's a kind of kubernetes/dockyard lite that …
more ...Tweet:
Packt(@PacktPub)
Want to improve your #Python performance? We've got 7 great tips for you: bit.ly/28YiGeE via @ggzes #CodingTips pic.twitter.com/cGhoGyTSS9
I have one thing to add: Learn to use the profiler and timeit. They will eliminate and hand-wringing …more ...
Background: https://medium.com/capital-one-developers/bashing-the-bash-replacing-shell-scripts-with-python-d8d201bc0989
And this
I wonder how/why python did not pick up some sort/form of pipe operator. 🤨 (although coroutine does have .send method 🤔)
—Ivan Pejić (@nadrimajstor) August 26, 2017
The answer to this is interesting because there are two kinds of parallelism. I like …
more ...The emphasis on code is important. Code defines the behavior of systems -- for the most part Once upon a time, we used clever mechanical designs, or discrete electronic components. The InternetofThings idea exists because high-powered general-purposes CPU's are ubiquitous.
A DevOps mantra is "infrastructure as code". The entire deployment is …
more ...