Skip to content

Commit

Permalink
python hello template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenagubaira authored Jan 8, 2025
1 parent d3ccfae commit 72fa197
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ Crea una aplicación de lista de tareas o de todos que le permita a los usuarios

## 🌱 Cómo iniciar este proyecto

Este proyecto viene con los archivos necesarios para empezar a trabajar, pero tienes dos opciones para empezar:

a) Abrir este enlace con [Codespaces](https://4geeks.com/es/lesson/tutorial-de-github-codespaces) (recomendado) o [Gitpod](https://4geeks.com/es/lesson/como-utilizar-gitpod) en tu navegador: https://s.4geeks.com/start?repo=breatheco-de/exercise-todo-list-cli
a) Abrir este enlace con [Codespaces](https://4geeks.com/es/lesson/tutorial-de-github-codespaces) (recomendado) o [Gitpod](https://4geeks.com/es/lesson/como-utilizar-gitpod) en tu navegador: https://github.com/codespaces/new/?repo=4GeeksAcademy/python-hello

b) Clonar este repositorio localmente en tu computador:

```sh
$ git clone https://github.com/breatheco-de/exercise-todo-list-cli
$ git clone https://github.com/4GeeksAcademy/python-hello
```

### Pasos

1. Puedes probar tu código escribiendo en la terminal: `$ python3 test.py`
- Si trabajas localmente, debe tener python [instalado](https://4geeks.com/es/how-to/como-instalar-python).

- Deberías abrir el terminal en la ruta de esta plantilla y ejecutar `$ python3 app.py`, si todo funciona correctamente, debería mostrar `Hello World` en el terminal.

2. Puedes ejecutar tu código escribiendo en la terminal: `$ python3 app.py`.
- Puedes probar tu código escribiendo `$ python3 test.py`.

💡 Importante: Recuerda actualizar el `remote` del proyecto con el de tu repositorio usando `git remote set-url origin <your new url>`, y luego guardar tu código en tu nuevo repositorio usando `add`, `commit` y `push`.

Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@ Create a TODO list application that allows users to add and delete tasks from th

## 🌱 How to start this project

This project comes with the necessary files to start working, but you have two options to start:

a) Open this link in your browser with [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod): https://s.4geeks.com/start?repo=/breatheco-de/exercise-todo-list-cli
a) Open this link in your browser with [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod): https://github.com/codespaces/new/?repo=4GeeksAcademy/python-hello

b) You can clone this repository on your local computer:

```bash
$ git clone https://github.com/breatheco-de/exercise-todo-list-cli
$ git clone https://github.com/4GeeksAcademy/python-hello
```

💡 Important: Remember to create a new repository, update the remote (`git remote set-url origin <your new url>`), and upload the code to your new repository using `add`, `commit` and `push`.
### Steps

1. You can test your code by typing: `$ python3 test.py`.
2. You can run your code by typing: `$ python3 app.py`.
- If working locally, you should have python [installed](https://4geeks.com/how-to/how-to-install-python).

- You should open the terminal on the path of this template and run `$ python3 app.py`, if everything works correctly, it should show `Hello World` on the terminal.

- You can test your code by typing: `$ python3 test.py`.

💡 Important: Remember to create a new repository, update the remote (`git remote set-url origin <your new url>`), and upload the code to your new repository using `add`, `commit` and `push`.

</onlyfor>

Expand Down
2 changes: 1 addition & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"status": "published",
"live-url": "",
"duration" : 8,
"template_url": "self",
"template_url": "https://github.com/4GeeksAcademy/python-hello",
"difficulty": "beginner",
"template_url": "self",
"solution": "https://github.com/breatheco-de/todo-list-cli-python/tree/solution",
Expand Down

0 comments on commit 72fa197

Please sign in to comment.