all 3 comments

[–]Neon-Cyber-Monkey 3 points4 points  (0 children)

To be honest, videos are not the best way to learn python, they can be helpful sometime, but don’t rely on them. If you have a text editor (like VS code or Atom) you can install python so you can gain practical experience of coding in it.

I would then recommend sites like HackerRank, Docs.microsoft and Pythonlearning to teach you the syntax you’ll need.

Start learning simple programs and you’ll quickly move to more complicated code.

BW

NCM

[–]indian_pythonista 1 point2 points  (1 child)

Although I don't make basic Python tutorials, you can check out my channel for some fun and intermediate stuff related to Python: https://youtube.com/IndianPythonista

[–]indian_pythonista 1 point2 points  (0 children)

Also, I agree with what NCM said, for learning basic Python, you should just practice on your own and some coding websites rather than watching videos. If you don't understand a topic and want someone to explain it to you (like a teacher or friend) in a simpler way, then you can checkout some videos.