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" + } }] 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/" + } } ]