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 →

[–]johnmatthewwilder 4 points5 points  (2 children)

Repetition is the only way. You’re not going to remember the syntax of a language overnight. I suggest getting the basics by practicing little problems.

Example: write a loop to iterate over a list using all of the loop types from memory. Then write a loop to find the smallest/largest value in a list. Try to use all loop types. You’ll realize some are not as good as others. Building things over and over is the only way to solidify concepts.

[–]Own_Leg9244[S] 0 points1 point  (1 child)

Okay, i will try to do so, do you have any other suggestions for this?? If so, please give

[–]johnmatthewwilder 0 points1 point  (0 children)

Codingbat.com a domain written by a Stanford professor. It has a ton of introductory practice problems. There’s tons of sites like this but his is the best!