Skip to content

gitMatiH/Programacion1

Repository files navigation

IntroProg

Repositorio de ejercicios en python del curso Introducción a la Programación (UP)

Buenos Tutoriales Para Trabajar Con Repositorios Git

Git Basics - Getting a Git Repository
https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository

GIT y GITHUB - Curso y tutorial desde CERO 2022 | TodoCode
https://www.youtube.com/playlist?list=PLQxX2eiEaqby-qh4raiKfYyb4T7WyHsfW

GITHUB ACCESS TOKEN - Configuración PASO A PASO en Español 2021 | TodoCode
https://youtu.be/2nzOI-ynXF4

Git Tools - Credential Storage
https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage

GitHub Command Line Interface | Para poder hacer todo desde la línea de commandos.
https://cli.github.com/
https://cli.github.com/manual/
https://cli.github.com/manual/gh_auth_login
https://cli.github.com/manual/gh_repo_create

Clone y Fork con git y GitHub
https://styde.net/clone-y-fork-con-git-y-github/
Cómo hacer tu primer pull request en GitHub | Fernando Cardellino
https://www.freecodecamp.org/espanol/news/como-hacer-tu-primer-pull-request-en-github/
Sistema de ramificaciones en git
https://styde.net/sistema-de-ramificaciones-en-git/
Pull request en GitHub
https://styde.net/pull-request-en-github/

[Tutorial] - How to use GitHub REST API for Beginners
https://youtu.be/OvfLavRD1Os
GET, POST, DELETE request in POSTMAN using Github's REST API
https://www.youtube.com/watch?v=fJcdSS3ztxQ

Instalar Python | Básico

Python Tutorial for Beginners 1: Install and Setup for Mac and Windows | Corey Schafer
https://www.youtube.com/watch?v=YYXdXT2l-Gg
How to really install python - PATH, don't get this wrong | Python Programmer
https://www.youtube.com/watch?v=YKSpANU8jPE
What is Python IDLE and How to Use the IDLE Shell | Real Python
https://www.youtube.com/watch?v=WIlQukiXs-E
Python Tutorial: pip - An in-depth look at the package management system | Corey Schafer
https://www.youtube.com/watch?v=U2ZN104hIcc
Visual Studio Code (Windows) - Setting up a Python Development Environment and Complete Overview | Corey Schafer
https://www.youtube.com/watch?v=-nh9rCzPJ20

Instalar Python | Avanzado

Python Tutorial: virtualenv and why you should use virtual environments | Corey Schafer
https://www.youtube.com/watch?v=N5vscPTWKOk
Cómo instalar y usar python con entornos virtuales | Python Programmer
https://youtu.be/28eLP22SMTA
The Complete Guide to Python Virtual Environments! | teclado
https://www.youtube.com/watch?v=KxvKCSwlUv8

Python Programming Tutorials | Tech With Tim

https://www.youtube.com/playlist?list=PLzMcBGfZo4-mFu00qxl0a67RhjjZj3jXm

Python Programming Tutorials (Computer Science) | Socratica

https://www.youtube.com/playlist?list=PLi01XoE8jYohWFPpC17Z-wWhPOSuh8Er-

Structuring Your Project | The Hitchhiker's Guide To Python

https://docs.python-guide.org/writing/structure/

Automate the Boring Stuff with Python | Al Sweigart

https://automatetheboringstuff.com/#toc

Beyond the Basic Stuff with Python | Al Sweigart

https://inventwithpython.com/beyond/chapter0.html#

The Complete Python Course | Learn Python by Doing in 2022 | Jose Salvatierra, Rob Percival

https://www.udemy.com/course/the-complete-python-course

Webs útiles

https://www.geeksforgeeks.org/ (general)
https://realpython.com/ (particular Python)
https://realpython.com/c-for-python-programmers/
https://docs.python-guide.org/ (guía de Python en forma de libro)
https://python101.pythonlibrary.org/ (otra guía de Python en forma de libro)
https://www.w3schools.com/python/default.asp (Python interactivo)
https://algorithm-visualizer.org/ (Visualización de Algoritmos)
https://visualgo.net/en (Otro de Visualización de Algoritmos)
https://www.programiz.com/python-programming/online-compiler/ (intérprete web del lenguaje Python)
https://www.programiz.com/c-programming/online-compiler/ (compilador web del lenguaje C)
https://www.matematicainteractivacr.com/
https://sites.google.com/view/waltermoraitcr/
https://www.sagemath.org/

Varios

Practical Algorithms and Data Structures
https://bradfieldcs.com/algos/
Learn DS & Algorithms | programiz | libro web
https://www.programiz.com/dsa
Handbook of Algorithms | Ondrej Kvasnovsky
https://ondrej-kvasnovsky-2.gitbook.io/algorithms
Algorithms | Sedgewick, Wayne
https://introcs.cs.princeton.edu/python/home/
https://algs4.cs.princeton.edu/home/
https://introcs.cs.princeton.edu/java/home/
https://aofa.cs.princeton.edu/home/
Foundations of Computer Science (C version) | Alfred Aho, Jeffrey Ullman
http://infolab.stanford.edu/~ullman/focs.html
Structure and Interpretation of Computer Programs | Harold Abelson, Gerald Sussman | Interactive Version
https://xuanji.appspot.com/isicp/index.html
The Linux Command Line | William Shotts
https://linuxcommand.org/
https://linuxcommand.org/tlcl.php
Linux From Scratch | Gerard Beekmans
https://www.linuxfromscratch.org/

Recursion | Inside Code

https://www.udemy.com/course/learn-recursion

Time and space complexity analysis (big-O notation) | Inside Code

https://www.udemy.com/course/complexity-analysis

Releases

No releases published

Packages

No packages published

Languages