Learning About Data Science
I work with data scientists. I am not a scientist.
This kind of thing on scikit learn is helpful for understanding what they're trying to do and how I can help.
more ...I work with data scientists. I am not a scientist.
This kind of thing on scikit learn is helpful for understanding what they're trying to do and how I can help.
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 ...I'm not impressed. I have been not impressed for 40 years and many previous incarnations of this idea of replacing code with UX.
Of course, I'm biased. I create code. Tools that remove the need to create …
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 ...https://medium.com/@s_lott Plus, of course, lots of other stuff from lots of other folks. Enjoy.
more ...http://sdtimes.com/json-vs-xml-battle-format-supremacy-may-wasted-energy/ This article seems silly. Perhaps I missed something important. I'm not sure who's still litigating the JSON vs. XML, but it seems like it's more-or-less done. XHTML/XML for HTML things. JSON for everything else. Maybe there are people still wringing their hands over this. AFAIK …
more ...I suspect some people sweat so hard over each line of code that it becomes precious. Valuable. An investment wrung from their very soul. Or something. When they ask for comments, it becomes difficult. The Pull Request context can be challenging. There the code is, beaten into submission after Herculean …
more ...This was a cool thing to see in my Twitter feed:
![]()
Dan Bader(@dbader_org)
"Why Python Is Not My FavoriteLanguage"zenhack.net/2016/12/25/why…
More Problems with Python. Here's the short list. 1. Encapsulation (Inheritance, really.) 2. With Statement 3. Decorators 4. Duck …
more ...