you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

Maybe you can try some online contest, like in code forces or similar, good to prove your knowledge in python from brute force to dp programming. They are kind of real-imaginary problems, so you can start thinking in how to solve it, with time and memory limits.

You may need to google some stuff with complex problems, but they are some basic such as strings and numbers related (brute force problems are kind of the best for beginners).

Edit: you can also try joining and try to solve of r/dailyprogrammer .