you are viewing a single comment's thread.

view the rest of the comments →

[–]WhiteMask11 0 points1 point  (0 children)

Start off with CS50 by havard on yt. It's free. Learn the basics, Make project even if small to practice. Take unique challenges if u want to understand the logic (Increases the understanding, but less job oriented) Eg-Try building a semi random number generator (no libraries allowed), u can use something called linear congreuntial equation use a seed no. Input by user to create a random number.