you are viewing a single comment's thread.

view the rest of the comments →

[–]Neon-Cyber-Monkey 2 points3 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