null
US
Sign In
Sign Up for Free
Sign Up
We have detected that Javascript is not enabled in your browser. The dynamic nature of our site means that Javascript must be enabled to function properly. Please read our
terms and conditions
for more information.
Next up
Copy and Edit
You need to log in to complete this action!
Register for Free
36815610
Estrutura 1 projeto Python
Description
Um dos padrões para criação de projeto em Python.
No tags specified
python
pip
jupyter
venv
python
concursos públicos
Mind Map by
Luiz Perciliano
, updated more than 1 year ago
More
Less
Created by
Luiz Perciliano
over 2 years ago
22
0
0
Resource summary
Estrutura 1 projeto Python
Criar ambiente virtual
Annotations:
virtualenv -p python.exe env_metamap
virtualenv -p python.exe env_metamap
Criar estrutura de diretórios
Imports libs essenciais
pandas
jupyter
habilitar kernel com env
Annotations:
ipython kernel install --user --name=venv
ipython kernel install --user --name=venv
atualizar o pip
Annotations:
python.exe -m pip install --upgrade pip
python.exe -m pip install --upgrade pip
Desenvolver
Cabeçalho no script
#!caminho env #utf8
usar docstring para documentação
Gerar arquivo requirements para nova implantação
pip freeze > requirements.txt
Annotations:
Para gerar um arquivo com as dependencias executar o comando: pip freeze > requirements.txt, vai ser criado no diretório corrente
pip install -r requirements.txt
Annotations:
para instalar um novo ambiente e suas respectivas dependencias
Criar projeto no git
Media attachments
Logo Estudo Python Perci (binary/octet-stream)
Show full summary
Hide full summary
Want to create your own
Mind Maps
for
free
with GoConqr?
Learn more
.
Similar
Pense Python - Capítulo 1: A jornada do programa
Morgana Gomes
FPC - Formação Profissional em Computação COM200
Cláudio Cuimar
CURSO PYTHON
Samuel Andrade
CURSO JavaScript
Nicolas Wursthorn
INTERVINDO PARA TRANSFORMAR
pedrosier
Python
Clara Cincinato
Testes de algoritmos
Anderson Gonzaga da Fonseca
Python 3 e Django - UDEMY
Gabriel Gomes Correia
Ler o Livro Pense em Python
Julio Goes
Basic Data Types in Python
Filipe Franco
TIPOS DE OBJETOS BÁSICOS EM PYTHON
Carol Bastos
Browse Library