Replies (8)

I to am getting into coding and programming and would love tips signed up for codecadamy b4 but didn’t follow thru 🫣 was checking out free code camp yesterday 😬
Just start on a project, anything simple, like a lottery game with numbers from 1 to 10 for example. And as you're doing it, you'll learn what certain terms like boolean and integer are. Also, you could use AI to write you the code for the lottery game in your preferred language, and go from there.
Start with Java or something else that’s static typed instead of python or javascript. You’ll thank yourself later.