[CentralOH] 2015-02-20 道場 Scribbles 落書/惡文? Euler #1, Pascal's triangle, minmaxsums, toolz.curried.pipe, _, Lenovo, termcap, * ipsum, sentiment analysis, jupyter/ipython, ASCII, ggplot/matplotlib, spyre

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Sat Feb 21 17:49:13 CET 2015


Lenovo
man in the middle
chrome 
ie
certificate
http://arstechnica.com/security/2015/02/lenovo-pcs-ship-with-man-in-the-middle-adware-that-breaks-https-connections/

man xterm
termcap
pypy
sentiment analysis
the quick brown fox jumped over the lazy dog
lorem ipsum
bacon ipsum

mitsubishi has good speech recognition

jupyter is language agnostic version of ipython notebook
http://jupyter.org/
Ipython notebook is such a good idea that it is being broadened to include 
other languages, so the Ipython name is being changed to Jupyter.

http://www.asciimation.co.nz/
hasciicam
bb (demo for aa library)

ggplot smokes matplotlib
%load_ext rpy2.ipython
ggplot
https://github.com/yhat/ggplot/
http://blog.yhathq.com/posts/ggplot-for-python.html

ipython notebook with widgets
r world
http://shiny.rstudio.com/gallery/

https://github.com/adamhajari
https://github.com/adamhajari/spyre

What nice thing in Python was done first in Python?
Did idea for Ipython Notebook come from Wolfram Alpha?
    wolfram alpha http://www.wolframalpha.com/
    No: http://blog.fperez.org/2012/01/ipython-notebook-historical.html

http://colug.net/python/dojo/20150220/

    Pascal's Triangle
    return row for given level
        clear, naive: add slices
        direct calculation

    Project Euler Problem #1        
    Someone else was starting on Project Euler,
    starting with problem #1, 
    so that problem was revisited with 
    direction calculation that avoids iteration.

Given sequence of positive and negative integers,
return slices with greatest and smallest sums.

from toolz.curried import pipe
pipe()

for _ in range(n):  # For when the loop variable is never referenced.

Python

    http://www.coverity.com/press-releases/coverity-finds-python-sets-new-level-of-quality-for-open-source-software/
    security through obscurity
    many eyes make all bugs shallow
    the cathedral and the bazaar

Paul Horn - Inside


More information about the CentralOH mailing list