[CentralOH] 2015-03-27 道場 Scribbles 落書/惡文? beaker git hangzhou github pandas rabbitmq hartmann bach C++ ipython notebook

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Fri Apr 8 14:03:36 EDT 2016


Beaker Beaker 10-4 Good Buddy

    http://beakernotebook.com
    https://github.com/twosigma/beaker-notebook

don't use git

    http://www.youtube.com/watch?v=o4PFDKIc2fs
    http://www.youtube.com/watch?v=CDeG4S-mJts

another dojo:

    http://www.meetup.com/Hangzhou-IoT-Hacking-Meetup

help
    git and github for pandas in particular
    practice doing pull requests the pandas/github way

    http://pandas.pydata.org/developers.html#version-control-git-and-github

        git clone git at github.com:your-user-name/pandas.git pandas-yourname
        cd pandas-yourname
        git remote add upstream git://github.com/pydata/pandas.git

        git remote -v

        origin  git at github.com:yourname/pandas.git (fetch)
        origin  git at github.com:yourname/pandas.git (push)
        upstream        git://github.com/pydata/pandas.git (fetch)
        upstream        git://github.com/pydata/pandas.git (push)

    http://pandas.pydata.org/developers.html#contributing-to-the-documentation
    https://www.python.org/dev/peps/pep-0008/
    https://pypi.python.org/pypi/flake8

Compare Rabbitmq with last weeks' Hartmann pipelines.
http://opensource.com/education/15/3/interview-david-lippman-pierce-college

Forking Bach
http://welltemperedclavier.org/
http://opensource.com/life/15/3/music-open-source-fork-version-bach

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

He had a very cool way of teaching/playing with C++ by using Ipython Notebook.


More information about the CentralOH mailing list