programação

N truques em python

python -m SimpleHTTPServer  # cria servidor http na porta 8000 python -m smtpd -n -c DebuggingServer localhost:1025 # cria servidor […]

N truques em python Read Post »