https://github.com/willianjusten/python-class-1
Some slides of my talk about python.
https://github.com/willianjusten/python-class-1
Last synced: 3 months ago
JSON representation
Some slides of my talk about python.
- Host: GitHub
- URL: https://github.com/willianjusten/python-class-1
- Owner: willianjusten
- Created: 2016-03-01T02:36:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T04:18:51.000Z (about 9 years ago)
- Last Synced: 2025-01-14T20:23:18.935Z (4 months ago)
- Language: HTML
- Size: 4.32 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Slides Python Class - 1
## Instalando
[Veja os slides](http://willianjusten.com.br/python-class-1/).
Primeiro de tudo, instale as depdências para rodar os slides em sua máquina.
- [NodeJS](http://nodejs.org/)
- [GulpJS](http://gulpjs.com/)```sh
# Clone o repositório
$ git clone git://github.com/willianjusten/python-class-1
$ cd python-class-1# Instale as dependências do Node
$ npm install
```Com os comandos acima, seu projeto já está instalado e funcional. Basta digitar `gulp` para compilar o código e iniciar a apresentação.
Esse projeto foi construído utilizando o [Reveal Boilerplate](https://github.com/willianjusten/reveal-boilerplate)