https://github.com/josesalasdev/python_basico
Python Curso básico - Guia de referencia (Spanish)
https://github.com/josesalasdev/python_basico
python python3
Last synced: over 1 year ago
JSON representation
Python Curso básico - Guia de referencia (Spanish)
- Host: GitHub
- URL: https://github.com/josesalasdev/python_basico
- Owner: josesalasdev
- Created: 2021-03-11T00:44:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T03:42:38.000Z (over 5 years ago)
- Last Synced: 2025-03-12T02:01:52.961Z (over 1 year ago)
- Topics: python, python3
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bienvenidos a curso básico de python 🐍
## ¿Por qué python?
* Alto nivel
* Amigable
* Aprendizaje suave
* Popular y amado
* Aplicaiones Web, ciencia de datos, inteligencia artificial y más
## ¿Qué haremos en este curso? 🎆
* 90% Práctica y 10% Teórica
* Conceptos indispensable para dominar python (variables, funciones, clases, ...)
* Ejemplos de la vida real
* Material de apoyo (opcional)
## ¿Qué necesitas para comenzar? 🎉
* Python intalado, versión igual o superior a 3.6 🐍
* IDE o editor de texto como "vscode, atom o sublime text"
* Shell o terminal (Viene por defecto en el sistema operativo)
- Windows (CMD o PowerShell)
- Mac y distribuciones linux (Bash)
* Recomiendo instalar "Git" en windows para usar la terminal "bash" de git
* Ganas de aprender, además no importa la experiencia, ni el grado de tu educación
## Recursos
* Instalación de python para windows, linux y mac: https://tutorial.djangogirls.org/es/python_installation/
* Intalación de vscode: https://www.mclibre.org/consultar/informatica/lecciones/vsc-instalacion.html
* Instalación de atom: https://beetlecraft.blogspot.com/2016/06/tutorial-instalacion-de-atom-windows.html
* Instalacion de sublime text: https://www.sublimetext.com/3
* Qué es python: https://desarrolloweb.com/articulos/1325.php
* Qué es la terminal: https://terminaldelinux.com/terminal/introduccion/que-es-terminal/
* Instalar GIT bash: https://git-scm.com/downloads