/pi2_experiencein

Projeto didático desenvolvido na matéria de Programação para Internet II no curso de Tecnologia em Sistemas para Internet

Primary LanguagePython

Python on Replit

This is a template to get you started with Python on Replit. It's ready to go so you can just hit run and start coding!

Running the repl

  1. Setup a new secret environment variable (the lock icon) where the key is SECRET_KEY and the value is a randomly generated token of 32 bits of randomnese. To generate such a token type this into the shell and hit Enter:
python
import secrets
secrets.token_urlsafe(32)
  1. Hit run!

See this 1 minute video for a walkthrough: https://www.loom.com/share/ecc4e738149f4d1db3bcff01758b3e71

Installing packages

To add packages to your repl, you can just import directly in the file you want to use the package in, and it will automatically be installed when you press the run button. Like below:

import math
import pandas as pd

You could also install packages by using the Replit packager interface in the left sidebar.

Help

If you need help you might be able to find an answer on our docs page. Feel free to report bugs and give us feedback here.

pi2_experiencein

Projeto didático desenvolvido na matéria de Programação para Internet II no curso de Tecnologia em Sistemas para Internet.

O projeto experiencein é um estudo dirigido elaborado pelo professor Fábio Henrique Monteiro de Oliveira da disciplina Programação para Internet II, como forma de passar na matéria.

Autor do projeto

Fábio Henrique Monteiro de Oliveira

Desenvolvedora

Deise Freire

Por favor visite o projeto no Replit

https://experienceIn.deisefreire2022.repl.co

O projeto também se encontra no site pythonanywhere

Tecnologias utilizadas

Python 3.7 Django 2.2 HTML CSS Bootstrap Pip

Documento de implantação do projeto

Por favor visite o documento de implantação

Status do projeto

Em desenvolvimento