├── 2017.md ├── 2018.md └── README.md /2017.md: -------------------------------------------------------------------------------- 1 | # Palestras 2017 2 | 3 | * [Que belo dia para a ciência](https://slides.com/leticiaportella/deck#/) - [Leticia Portella](https://github.com/leportella/) 4 | -------------------------------------------------------------------------------- /2018.md: -------------------------------------------------------------------------------- 1 | # Palestras 2018 2 | 3 | * ["Superando Crises: Um guia para desenvolvedores"](https://docs.google.com/presentation/d/1D5MbTwAV8yiVzvBcF1TiiI6N_qs4nEMMPp8cldkmzHo/edit) - [Laís Varejão](https://github.com/laisvarejao) 4 | * ["20 Mil Léguas Sub-pythonicas"](https://ocefpaf.github.io/PythonSulKeynote) - [Filipe Fernandes](https://github.com/ocefpaf) 5 | * ["Como o maior portal de acesso aberto de periódicos científicos foi refeito utilizando python"](https://docs.google.com/presentation/d/1_2FAZ1fAo9q6McFRaAJElGZU9I0-dzc0Y4KVR2gbHIM/edit?usp=sharing) - [Juan Funez](https://github.com/jfunez) 6 | * ["Programação Assíncrona com Twisted"](https://github.com/tonnydourado/twisted-talk) - [Tonny Dourado](https://github.com/tonnydourado/) 7 | * ["Não é apenas futebol"](https://github.com/cassiobotaro/sentibol) - [Cássio Botaro](https://github.com/cassiobotaro) 8 | * ["Que Teste Foi Esse? py.test para desenvolvimento fullstack"](https://github.com/igortg/fullstack-pytest-tutorial) - [Igor T. Ghisi](https://github.com/igortg) 9 | * ["Como levamos um projeto de final de semana para o Fantástico"](https://drive.google.com/open?id=1wMjR4kHgOHhwUUYFEZpu1k5XA38PAPQR) - [Irio Musskopf](https://github.com/Irio) 10 | * ["Explorando QuerySets do Django"](https://speakerdeck.com/labcodes/explorando-querysets-do-django) - [Mariana Bedran Lesche 11 | ](https://github.com/maribedran) 12 | 13 | # Lighting Talks 2018 14 | * ["pip install comunidades"](https://docs.google.com/presentation/d/1i7PM2QOcqKNUUcMPTWxWaPq0ynmn0nWa4FameTAJfDA/edit?usp=sharing) - [Juan Funez](https://github.com/jfunez) 15 | * ["Avocado Test Framework"](http://redhat.slides.com/rh-ehabkost/deck-1?token=3ZvZ-yKG) - [Eduardo Habkost](https://habkost.net) 16 | 17 | # Tutoriais 2018 18 | * ["Automação de Testes com Robot Framework"](https://www.slideshare.net/MayaraRFernandesCBTS/pythonsul2018-apresentao-do-tutorial-automao-de-testes-com-robot-framework) - [May Fernandes](https://github.com/mayribeirofernandes) 19 | * ["Scrapy para Iniciantes"](https://drive.google.com/file/d/1GdY4QPy797g-2fqQeoGQw4fqrYWG2KIb/view?usp=sharing) - [Rafael Calixto](https://github.com/rafaelcalixto) 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Material das Palestras e tutoriais ministrados nas Python Sul 2 | 3 | Links para vídeos, slides e outros materiais usados nas palestras e tutoriais 4 | --------------------------------------------------------------------------------