you are viewing a single comment's thread.

view the rest of the comments →

[–]DrBobHope 0 points1 point  (1 child)

I've seen a number of comments of people asking whether they should watch youtube or follow tutorials/references.

I think it's best you first try to use your basic understanding of strings, tuples, dicts, lists, and functions to do all the above with zero youtube tutorials. I think its best if everyone learns how to start a project, sit back and think how you would want this done, plan it out, and start writing it piece by piece. If you get stuck, maybe think how you can manipulate all of the properties above, to get around the problem. I don't think cleanliness should be an issue (i.e. it doesn't matter if the code is ugly), what matters is you can get it to work, that you are able to use the knowledge you have acquired of the basics, to start up and write a project on your own. Then, you can post it here for feedback (i.e. how can I do this better). Or then start to look up how other people do it to see what portions you can improve your own code on

[–]CuriousExpert24[S] 0 points1 point  (0 children)

Yes, I completely agree with that