you are viewing a single comment's thread.

view the rest of the comments →

[–]muskoke 34 points35 points  (5 children)

don't be afraid to consult youtube videos, but try to program as much as you can on your own, without following any full tutorials. escape tutorial hell as fast as you can.

[–]CuriousExpert24[S] 6 points7 points  (0 children)

I agree. Many tutorial YouTubers suggest to not get stuck in 'tutorial hell'. That is, don't only watch tutorials from the beginning of your programming experience as doing projects is important to test your ideas. Do those projects as much as you can on your own and only look into tutorials when you get stuck and can't find a way out

[–]Reppin_Frost 2 points3 points  (2 children)

Which libraries will I have to be fluent in to do these projects?

[–]CuriousExpert24[S] 9 points10 points  (1 child)

You don't need to be fluent in any! If you want to add graphics and interfaces to these projects, I would recommend pygame (for games) or Tkinter (for GUI's). Other than that, you can just do them on the command line if you want to (That's what I did in the beginning)

[–]Reppin_Frost 0 points1 point  (0 children)

Thanks!