#08 - Empacotando um Projeto em Python (Parte 2 - Final)

Опубликовано: 17 Июль 2026
на канале: William C. Canin
204
11

Olá, este vídeo você irá aprender como empacotar o projeto "manipulando um arquivo JSON" em que criamos; e outros conceitos.
OBS: Vídeo sem cortes e edição.

Assista os vídeos anterior de "Manipulando um arquivo JSON":
   • #01 - Manipulando arquivo JSON com Python ...  


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

Arquivo "rundev.sh": https://gist.github.com/williamcanin/...

Documentação desse projeto até aqui ###

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...

Try/Except:
https://docs.python.org/3/tutorial/er...

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...

Empacotamento / Packaging:
https://packaging.python.org/
https://packaging.python.org/tutorial...
https://packaging.python.org/guides/d...

Setuptools:
https://setuptools.readthedocs.io/en/...