https://github.com/vikktor93/python-semestre-i
Initial algorithms for programming with Python and Jupyter Notebook Course
https://github.com/vikktor93/python-semestre-i
jupyter-notebook python python3 tutorial
Last synced: 10 months ago
JSON representation
Initial algorithms for programming with Python and Jupyter Notebook Course
- Host: GitHub
- URL: https://github.com/vikktor93/python-semestre-i
- Owner: Vikktor93
- Created: 2023-04-05T16:11:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T19:36:22.000Z (over 1 year ago)
- Last Synced: 2025-03-24T03:23:58.578Z (about 1 year ago)
- Topics: jupyter-notebook, python, python3, tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repositorio Nivel Básico Python


## Descripción del Proyecto
Este repositorio contiene información para trabajar con Python Básico desde cero.
Incluye uso de variables, estructuras de datos, condicionales y ciclos.
Todo esto para adentrarse poco a poco en el mundo de la programación con Python.
También se incluirá el uso de funciones y clases para sentar las bases para el
siguiente curso de Python para Programación Orientada a Objetos.
## Enlaces de Interés
- Web oficial de Python [(Instalacion Python)][python]
- Visual Studio Code [(Editor de Texto)][vscode]
[python]: https://www.python.org/downloads/
[vscode]: https://code.visualstudio.com/download