#05 - Manipulando arquivo JSON com Python (Parte 5)

Опубликовано: 22 Май 2026
на канале: William C. Canin
1,088
37

Olá, este vídeo você irá aprender a criar um método para nossa classe, que será um método de atualização do arquivo JSON.
OBS: Vídeo sem cortes e edição.

Ambiente de desenvolvimento ###

Python Versão: 3.7
OS: Linux
OS Distribuição: Arch Linux
OS Ambiente Gráfico: Gnome
Gnome Extensões: Dash to Dock, TopIcons Plus
IDE: Visual Studio Code
IDE Tema: Material Theme Darker High Contrast
IDE Fonte: Fire Code
IDE Plugins: Python, Python for VSCode
IDE Linter: Flake8
Terminal: Terminator
Terminal Fonte: Fire Code
Shell: zsh
Shell Plugins: zsh-autosuggestions, zsh-syntax-highlighting, python
Shell Framework: oh-my-zsh

Documentação Python para essa série ###

Parametrização (*args):
https://docs.python.org/3/glossary.ht...

Dicionários:
https://docs.python.org/3/tutorial/da...

If / Else:
https://docs.python.org/3/tutorial/co...

While:
https://docs.python.org/3/reference/c...

Funções:
https://docs.python.org/3/tutorial/co...
https://docs.python.org/3/library/2to...

Classes:
https://docs.python.org/3/tutorial/cl...
https://docs.python.org/3/tutorial/cl...
https://docs.python.org/3/tutorial/cl...

Import:
https://docs.python.org/3/reference/i...

Built-In tipos:
https://docs.python.org/3/library/std...

Library:
https://docs.python.org/3/library/os....
https://docs.python.org/3/library/jso...
https://docs.python.org/3/library/get...
https://docs.python.org/3/library/std...
https://docs.python.org/3/library/cry...
https://docs.python.org/3/library/hma...
https://docs.python.org/3/library/tex...

Próximo vídeo:    • #06 - Manipulando arquivo JSON com Python ...