Skip to content

Instantly share code, notes, and snippets.

@ricardocuellar
Created April 24, 2025 00:38
Show Gist options
  • Select an option

  • Save ricardocuellar/76c13654d9c46cf7bcc92abe3ecbe8a6 to your computer and use it in GitHub Desktop.

Select an option

Save ricardocuellar/76c13654d9c46cf7bcc92abe3ecbe8a6 to your computer and use it in GitHub Desktop.
Instalaciones recomendadas - Curso de Django

Instalaciones recomendadas - Curso de Django: Crea aplicaciones robustas con Python.

Django logo

Generales

  1. Instalar Python
  2. Verificar instalación de Python
    • python3 --version (Para MacOs y Linux)
    • python --version (Para Windows)

Instalar editor de código o IDE. (Elige el que más se acomode a ti)

Extensiones de VS Code

Para Python en general

  1. Python
  2. Pylance
  3. Python Debugger
  4. Python Indent
  5. Python Docstring Generator
  6. AutoPep8

Para Django:

  1. Django
  2. Django Snippets

Otras extensiones:

  1. Path Intellisense
  2. Auto Import
  3. Activitus Bar
  4. Error Lens

Temas de VS Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment