All Projects → ChimeraCoder → go-for-pythonists

ChimeraCoder / go-for-pythonists

Licence: other
Presentation given at New York Python Meetup

Go for Pythonists

This is a presentation that was given on March 7, 2012 at the New York Python Meetup.

The presentation is stored in an odp file, which should be compatible with Libreoffice, PowerPoint, Keynote, etc. If there are any problems, let me know.

PDF

A PDF version is hosted at Golang Weekly: http://s3.amazonaws.com/golangweekly/go_for_pythonistas.pdf . (Note that this version may differ from the current state of this repository).

Modifications

You only need to do the following if you want to make changes to the presentation (and have them be versioned by git).

In order to properly diff this repository, you should add the following to ~.gitconfig:

[diff "odf"]
    textconv=odt2txt

and the following to $GIT_DIR/info/attributes:

*.ods diff=odf
*.odt diff=odf
*.odp diff=odf

(If you don't have odt2txt, you will need to install it.)

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].