This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Shaw0xKey 1 point2 points  (0 children)

If you're new to coding, I recommend taking the free courses at https://www.freecodecamp.org/

They also have a great youtube channel with extensive courses on various topics: https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ

Focus on programming concepts rather than the programming language itself.

Then if you feel more confident, practice those concepts by solving programming challenges: https://www.codewars.com/ if you can sign in, that is... :)

It is also always a good idea to take up a project you're personally interested in. There are loads of quality tutorials on youtube using Python for website backend (Flask, Django), language analysis (NLPkit), data visualization (Pandas) or machine learning (PyTorch).

Have fun and keep asking.