[CentralOH] 2013-06-24 會議 Scribbles 落書/惡文?

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Tue Jun 25 16:25:31 CEST 2013


Hey Raymond, there might be a URL of interest somewhere below.

man tr
    ls -l | tr 'Raymond3' 'Chandler'
    ls -l | tr '[a-z]' '[A-Z]'
    ls -l | tr '[a-z]' '[n-za-m]'
    ls -l | tr '[a-z]' '[n-za-m]' | tr '[a-z]' '[n-za-m]'
    ls -l | tr -d '\n'
    ls -l | tr -d '[0-9]'
    ls -l | tr -d -c '[0-9]'
    ls -l | tr -c -d '[0-9]'

topics that folks wanted to see presentations on
    python graphics programming
    opencv python
    advance python topics: generators, itertools, decorators

August meeting might be followup for another Python Workshop.

the salt mines coworking http://saltmines.us/coworking/
Scotts is having trouble find right Python talent.
found 1st python code he wrote about 7yrs ago quite disgusting
top folks on coursera make big big money
new albany incubator
    same building as buckeye interactive
    swank building
udemy.com on-line course
spkrbar.com
demo.spkrbar.com
user experience involution studio edge of victorian village
    columbus branch is 2 people run by Erik Dahl
    1020 Dennison Ave. Suite 302
    Columbus, OH 43201
    open office on Thursday for UI advice
    founded and organizes MidwestUX (user's experience)
        http://www.goinvo.com/tag/ux/
does not like rails, but rails has some good stuff
    rails asset pipeline
        accomplished by sprocket
django getting stale compared to rails

http://mail.python.org/pipermail/centraloh/2013-February/001551.html
    It might take some serious work to get Brandon's presentation 
    to work on a Mac (besides running in a virtual machine running
    Xubuntu 12.10)
http://projecteuler.net/problem=2
https://duckduckgo.com/html/?q=user%20experience%20ux%20involutions
http://jakevdp.github.io/blog/2012/10/07/xkcd-style-plots-in-matplotlib/

Tuple unpacking simplified:

    c = a + b
    a = b
    b = c

to:

    a, b = b, a + b

Rehashed nested generators of http://mail.python.org/pipermail/centraloh/2013-June/001718.html
interator protocol
give talk on itertools

ipython notebook is cool
    great for messing around when one doesn't know exactly what 
    one wants to accomplish or how
    nifty convenience features (like ignoring '>>> ')

https://en.wikipedia.org/wiki/Lois_McMaster_Bujold
    https://en.wikipedia.org/wiki/Vorkosigan_Saga
    https://en.wikipedia.org/wiki/Shards_of_Honor
    http://en.wikipedia.org/wiki/Space_opera
    minneapolis
    was father Robert Charles McMaster OSU prof?
http://en.wikipedia.org/wiki/Brain_Droppings
    Saint Carlin http://en.wikipedia.org/wiki/George_Carlin
pronunciation preserved by isolation
http://en.wikipedia.org/wiki/Cades_Cove
World War Z not good, not bad, shares title with Book
    remove all teeth in North Korea
Tasmanian Devils virus spread by biting face
    http://en.wikipedia.org/wiki/Devil_facial_tumour_disease
http://en.wikipedia.org/wiki/Dutch_Elm
http://en.wikipedia.org/wiki/Dutch_elm_disease
http://en.wikipedia.org/wiki/Emerald_Ash_Borer
http://en.wikipedia.org/wiki/Emerald_ash_borer_infestation
http://en.wikipedia.org/wiki/Chestnut_blight
Earthworms are an invasive species
    http://www.adirondackdailyenterprise.com/page/content.detail/id/524530/Worm-watch.html?nav=5144
    https://duckduckgo.com/html/?q=adirondacks+earth+worms



More information about the CentralOH mailing list