What were your #FirstSevenLanguages?

My computer geek colleagues are boasting about their humble beginnings by sharing lists of their first seven programming languages. You can find these under the hashtag #FirstSevenLanguages. COBOLPL/1SASIFPSAPL370 AssemblerCSQLLisp#FirstSevenLanguages — Paul Kent (@hornpolish) August 16, 2016 From what I’ve seen of these lists, the programming languages that appear are very […]

The post What were your #FirstSevenLanguages? appeared first on The SAS Dummy.

Female voters outnumber males in North Carolina

Since this is an election year, I’ve been scrutinizing the voter registration data. One thing that surprised me is there are more female voters registered in NC than males. I wondered if this was consistent across all 100 counties, and created some charts to help visualize the data… First I went […]

The post Female voters outnumber males in North Carolina appeared first on SAS Learning Post.

Install Theano under Anaconda3 Python 3.5

As of writing, Deep Learning package Theano can’t be installed under Python 3.5, which causes some problems with my project. ruslanagit provided a viable solution that works for me under Windows 10.For convenience, I copied his solution below:Well, the…