You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/gerenciando-banco-dados-sqlite3-python-parte2.rst
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,15 @@ Gerenciando banco de dados SQLite3 com Python - Parte 2
12
12
13
13
Esta é a continuação do artigo `Gerenciando banco de dados SQLite3 com Python - Parte 1 <http://pythonclub.com.br/gerenciando-banco-dados-sqlite3-python-parte1.html>`_. Na 1ª parte nós vimos como realizar o CRUD num banco de dados SQLite3 usando o Python, mas cada tarefa foi feita num arquivo ``.py`` separado. A intenção agora é utilizar um **único arquivo** e, usando classes e métodos realizar as mesmas tarefas, só que de uma forma mais sofisticada.
14
14
15
-
PS: *Considere a sintaxe para Python 3*. Mas o programa roda em python2 também.
16
-
17
-
Tem video no YouTube.
15
+
Também fiz uma série de videos, assista a primeira aula abaixo ou acesse todas as aulas no `YouTube <https://www.youtube.com/watch?v=Qe3N7jiGZAc&list=PLsGCdfxkV9upVUtH0zsJ2f4WhQvJrZsVb>`_.
0 commit comments