Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksiksi/python-workshop-2014
An upcoming workshop of my creation to be presented at UAEU.
https://github.com/aksiksi/python-workshop-2014
Last synced: 6 days ago
JSON representation
An upcoming workshop of my creation to be presented at UAEU.
- Host: GitHub
- URL: https://github.com/aksiksi/python-workshop-2014
- Owner: aksiksi
- Created: 2014-02-26T16:46:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T19:23:00.000Z (over 10 years ago)
- Last Synced: 2024-10-23T09:01:42.202Z (14 days ago)
- Language: TeX
- Homepage:
- Size: 4.84 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Workshop 2014
A workshop I'll be presenting at UAEU on the basics of Python. Not sure when yet. I'll update it as I work on it.
## Usage
I'm using [pandoc](http://johnmacfarlane.net/pandoc/) to convert Markdwon into a PDF. To generate the PDF, you'll need to install it and a TeX distro.
On Debian (or similar):
```bash
sudo apt-get install pandoc texlive lmodern # Installation
pandoc outline.md -s -o outline.pdf -H pre.tex # Generation
```