[CentralOH] 2017-04-24 會議 Scribbles 落書/惡文?: Max Morlocke: Practical Security Overview; Jim Prior: LBYL v EAFP;

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Tue Apr 25 22:17:28 EDT 2017


Thanks to Pillar and Chris Baker for their generous hospitality.
There was free salad, pizza, cookies, and beer.

The May meeting is on 2017-05-22.
That is the NEXT to last Monday in May.

presentations

Max Morlocke

    Practical Security Overview presentation
    https://github.com/kedlav/presentations/raw/master/practical_security_overview.pdf

Jim Prior

    LBYL v EAFP

    http://nbviewer.jupyter.org/github/james-prior/cohpy/blob/master/20170424-cohpy-lbyl-v-eafp.ipynb
    https://github.com/james-prior/cohpy/blob/master/20170424-cohpy-lbyl-v-eafp.ipynb
    https://github.com/james-prior/cohpy/blob/master/20170424-cohpy-except-0-bare.py
    https://github.com/james-prior/cohpy/blob/master/20170424-cohpy-except-1-valueerror.py
    https://github.com/james-prior/cohpy/blob/master/20170424-cohpy-except-3-valueerror-min-try.py

    Some one asked about speed of handling exceptions in Python.

    Response:
    First one codes for clarity, not speed.
    Until one measures that speed is too slow, don't worry about speed.

        "Premature optimization is the root of all evil."

    That said, handling exceptions is something that Python does well and fast.
    Exceptions are pervasive in Python, much more than many people realize.
    For example, iterators are terminated by a StopInteration exception. 
    https://docs.python.org/3/library/exceptions.html#exceptions.StopIteration
    http://anandology.com/python-practice-book/iterators.html#the-iteration-protocol
    
    That person volunteered to make 1.5 million strings to test
    LBYL v EAFP speed in safe_float(). Watch the mailing list for updates.

good crowd

Is bdist_rpm seriously broken in Python3?
Where does bdist_rpm come from?
I wonder about bdist_rpm2 command of pypi2rpm.
https://pypi.python.org/pypi/pypi2rpm

Sliders with wine?
https://duckduckgo.com/html/?q=short+north+white+castle+alcohol+serving[jep@main ~]$ 

wp: prefix means Wikipedia
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


More information about the CentralOH mailing list