This repo contains the material for the Introductory Python course created by grupy-sanca.
All the material is in pt-br.
Check the material online here.
Find us in Facebook, Telegram, Instagram, Meetup and YouTube
Install requirements:
$ pip install -Ur requirements.txt
Run the following command to generate the material in HTML:
$ make html
Another option is to produce a pdf using latex:
$ make latexpdf
You might need to rerun this command.
To see the material locally open the page
build/html/index.html
in your favorite browser or the filebuild/latex/CursoIntrodutoriodePython.pdf
in your favorite pdf viewer.
$ SPHINXOPTS="-t instructors" make html
Fork this repo, make your changes and open a Pull Request.
Don't forget to add your name to source/contribuidores.rst
. Please, keep the
list in alphabetical order.
This material is licensed under Creative Commons CC-BY-NC-SA 4.0 License