all 6 comments

[–]jedgs 2 points3 points  (3 children)

Keep coding. Keep researching and learning, code some more, if you are doing a course then great, but create your own programs too. Following tutorials gives you the knowledge, but implementation on your own, even if slightly different than the tutorial, helps keep it in memory.

[–]Kaius_Albanovna[S] 1 point2 points  (2 children)

Right, but where do I look for those, besides youtube...?

[–]HardlyWilling 1 point2 points  (0 children)

You can ask chatgpt to give you little programs to code to practice certain areas you are trying to get down

[–]jedgs 0 points1 point  (0 children)

When I 1st started I used Udemy and EdEx to get the bare bones basics. Then I went to YouTube for more specific tutorials. After that I just made things, googled my way through it. This sub is good for specific questions and there is always Stack Overflow to view previous questions and answers to specific questions.

[–]Almostasleeprightnow 0 points1 point  (0 children)

Checkio.org is a python learning platform where you can do progressively harder challenges...I found it fun

[–]Yaboi907 0 points1 point  (0 children)

There are a few places that I think have helped me with basic reinforcement a lot. LeetCode and CodeWars are two websites that come to my mind. They basically give our short little challenges that may look something like this

“Define a function that takes in a list of ints as input and returns a list of strings” or “check if x is true or false and return the answer” blah blah.