go-for-pythonists
go-for-pythonists copied to clipboard
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.
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
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.