if you are using linux, unix, os x:
pip install -U setuptools
pip install -U pip
pip install numpy
pip install scipy
pip install matplotlib
#pip install PySide
if you are using linux, unix, os x:
pip install -U setuptools
pip install -U pip
pip install numpy
pip install scipy
pip install matplotlib
#pip install PySide
| { | |
| "UF": [ | |
| {"nome": "Acre", "sigla": "AC"}, | |
| {"nome": "Alagoas", "sigla": "AL"}, | |
| {"nome": "Amapá", "sigla": "AP"}, | |
| {"nome": "Amazonas", "sigla": "AM"}, | |
| {"nome": "Bahia", "sigla": "BA"}, | |
| {"nome": "Ceará", "sigla": "CE"}, | |
| {"nome": "Distrito Federal", "sigla": "DF"}, | |
| {"nome": "Espírito Santo", "sigla": "ES"}, |
| { | |
| "presets": [ | |
| "es2015", | |
| "react", | |
| "stage-1" | |
| ] | |
| } |
| #Terminal | |
| node -> 8.4.0 //Ambiente para rodar o JS no servidor | |
| npm -> 5.3.0 //Gerenciador de pacotes do node | |
| yarn -> 0.27.5 //Gerenciador de pacotes do node com cache de pacotes | |
| eslint -> 4.5.0 //Identificador de padroes de codigo | |
| http-server -> 0.10.0 //Simples servidor de paginas estaticas | |
| json-loader -> 0.12.0 //Mock de servidor REST API | |
| #Editor VS Code | |
| #snippets |
| import React, {Component} from "react" | |
| import * as actionsLogin from "../../login/actions/actionsLogin" | |
| import HomeControllerView from "./HomeControllerView" | |
| class HomeController extends Component { | |
| constructor() { | |
| super() | |
| this.state = {} | |
| } | |
| { | |
| "response": [ | |
| { | |
| "text": "RT @PostGradProblem: In preparation for the NFL lockout, I will be spending twice as much time analyzing my fantasy baseball team during ...", | |
| "truncated": true, | |
| "in_reply_to_user_id": null, | |
| "in_reply_to_status_id": null, | |
| "favorited": false, | |
| "source": "<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>", | |
| "in_reply_to_screen_name": null, |
Boas práticas para Code Review