From 9177365e56055e6992b12edba609c355edaceca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yon=C3=A1?= Date: Thu, 3 Oct 2019 18:06:32 -0300 Subject: [PATCH 1/2] Add novo livro em Python --- sections/python.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sections/python.json b/sections/python.json index dadca45..c2a2ff1 100644 --- a/sections/python.json +++ b/sections/python.json @@ -162,5 +162,17 @@ "tags": [ "python", "playlist" ] +}, +{ + "name": "Curso Intensivo de Python: Uma introdução prática e baseada em projetos à programação", + "url": "https://novatec.com.br/livros/curso-intensivo-python/", + "type": "livro", + "tags": [ + "introdução", "curso", "básico", "livro", "ebook" + ], + "author": { + "name": "Eric Matthes", + "url": "https://peak5390.wordpress.com/about/" + } } ] From 877771bcc6cd1b2b8608e876b5f3c7ab686cb007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yon=C3=A1?= Date: Thu, 3 Oct 2019 20:36:32 -0300 Subject: [PATCH 2/2] Adicionado novo conteudo em Java --- sections/java.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sections/java.json b/sections/java.json index e503dc9..35d7d2f 100644 --- a/sections/java.json +++ b/sections/java.json @@ -71,5 +71,14 @@ "author": { "name": "Julio Cezar Dourado", "url": "http://jcdourado.github.io/" - } + } + }, { + "name": "Curso de Java para Iniciantes - Grátis, Completo e com Certificado", + "url": "https://www.youtube.com/playlist?list=PLHz_AreHm4dkI2ZdjTwZA4mPMxWTfNSpR", + "type": "vídeo", + "tags": ["java", "playlist", "curso em video"], + "author": { + "name": "Curso em Video", + "url": "https://www.youtube.com/user/cursosemvideo/playlists" + } }]