#01 - Manipulando arquivo JSON com Python (Parte 1)

Опубликовано: 13 Июль 2026
на канале: William C. Canin
16,710
474

Olá, este vídeo você irá aprender a criar uma classe com método construtor e um método para criar um arquivo JSON e muito mais.
O vídeo não tem cortes, o que fica mais divertido o aprendizado com os erros de fala :)

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 theme: https://github.com/snakypy/zshpower

Próximo vídeo ###

Manipulando arquivo JSON com Python (Parte 2):    • #02 - Manipulando arquivo JSON com Python ...  

Documentação Python ###

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

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

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

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/__m...
https://docs.python.org/3/library/std...

Virtualvenv:
https://virtualenv.pypa.io/en/latest/