[CentralOH] 2015-01-23 會議 Scribbles 落書/惡文?: breaking out of nested loops; Euler #12 in 87.9ms; speech; mathjax; calendar; hejira; pair programming; git; pypy; pypi; pupa; conda

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Sat Jan 24 20:35:15 CET 2015


def get_cells(spreadsheet):
    for row in range(height):
        for col in range(width):
            yield spreadsheet.get_value(col, row)

def main():
    for value in get_cells(spreadsheet):
        do_something(value)
        if this_is_my_value(value):
            break

todo

    convert generators to pipe syntax

valhalla openssl
http://opensslrampage.org/

https://projecteuler.net/problem=12
Someone's solution was taking over a minute.
Mine from 2013-07-25 took 1.03s.
Refactored; now it takes 87.9ms.

speech recognition
http://shop.oreilly.com/product/0636920023784.do
http://blog.wesmckinney.com/
https://pypi.python.org/pypi/pandas
http://inventwithpython.com/
wp:James Martin (author)
wp:Python Package Index
https://pypi.python.org/pypi/
https://pypi.python.org/pypi?%3Aaction=search&term=speech&submit=search
https://pypi.python.org/pypi?%3Aaction=search&term=voice&submit=search
http://pyvideo.org/
Using Python to Code by Voice
http://pyvideo.org/video/1735/using-python-to-code-by-voice
nltk
https://pypi.python.org/pypi/nltk
http://www.ibm.com/developerworks/library/os-pythonnltk/index.html

https://store.continuum.io/cshop/anaconda/
https://pypi.python.org/pypi/conda/

wp:Git (software)
Tech Talk: Linus Torvalds on git
https://www.youtube.com/watch?v=4XpnKHJAok8

wp:PyPy for speed
https://pypi.python.org/pypi/virtualenv

http://inventwithpython.com/

man calendar

    sensei at dojo:~$ cat .calendar/calendar  ;# first whitespace is a tab
    LANG=UTF-8

    /* 2015 */
    01-28       COLUG - Travis Sidelinger - SELinux
    02-01       Super Bowl New England Patriots and Seattle Seahawks

    /* Monthly */
    *-Tuesday+1 1900 Hofbräuhaus (800 Goodale Blvd.) taps a keg.
    *-Wednesday+4       1900 Girl Develop It Columbus http://www.meetup.com/girldevelopitcbus/
    *-Wednesday-1       1900 COLUG
    *-Wednesday-1       1830 Columbus Code Jam Len Jaffe http://www.meetup.com/techlifecolumbus/
    *-Monday+3  1830 Columbus Ruby Brigade http://www.columbusrb.com/ http://www.meetup.com/techlifecolumbus/
    *-Monday-1  CohPy Monthly Meeting cohpy.org

    /* Weekly */
    Friday  1800-2100 Python Dojo Panera 4519 N High St cohpy.org
    sensei at dojo:~$ 

Pair Programming & Mentoring @ CoverMyMeds
http://www.meetup.com/techlifecolumbus/events/219932361/
http://paircolumbus.org/

mathjax renders latex in browsers
ipython notebook uses mathjax

Joni Mitchell - Hejira
rescuedfilm.com

To get good answers, consider following the advice in the links below.
http://catb.org/~esr/faqs/smart-questions.html
http://web.archive.org/web/20090627155454/www.greenend.org.uk/rjk/2000/06/14/quoting.html
wp: prefix means Wikipedia


More information about the CentralOH mailing list