You may want to contribute with some references too. So, in order to do this, fork this project, add your references, and sends me a pull request.

1. Kotlin Programming

Videos

2. Python Programming

2.1. Installation

Articles
  1. https://opensource.com/article/19/5/python-3-default-mac
    The right and wrong way to set Python 3 as default on a Mac

2.2. Tips and Tricks

Videos
  1. https://www.youtube.com/watch?v=C-gEQdGVXbk
    10 Python Tips and Tricks For Writing Better Code

2.3. Virtual Environments

Videos
  1. https://www.youtube.com/watch?v=Kg1Yvry_Ydk
    Python Tutorial: VENV (Mac & Linux) - How to Use Virtual Environments with the Built-In venv Module

  2. https://www.youtube.com/watch?v=N5vscPTWKOk
    Python Tutorial: virtualenv and why you should use virtual environments

2.5. Logging

Articles
Videos
  1. https://www.youtube.com/watch?v=-ARI4Cz-awo
    Python Tutorial: Logging Basics - Logging to Files, Setting Levels, and Formatting

  2. https://www.youtube.com/watch?v=jxmzY9soFXg
    Python Tutorial: Logging Advanced - Loggers, Handlers, and Formatters