What programming language to start with?

What programming language to start with?

Tiempo de lectura: 2 minutosIf I had to start programming from scratch without prior knowledge but with all the knowledge I gained after working on technology for years, I would change many things compared to how I started. I wouldn’t do it because the traditional path is bad, but because the industry has changed a lot. Today there are … Read more

Obtener subtítulos de un vídeo de Youtube con Python

Obtener subtítulos de un vídeo de Youtube con Python

Tiempo de lectura: 2 minutosReading Time: < 1 minute Hello, today we’re going to learn how to get subtitles from a YouTube video using a Python library. The first thing we need to do is install the library: pip install youtube-transcript-api You can find this library here: https://pypi.org/project/youtube-transcript-api/ To use it and get the subtitles from a video, we ... Read more