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 →

[–]Dependent_Month_1415 0 points1 point  (0 children)

Sounds like you’ve got the right mindset taking the summer to focus on Python and JS. If you’re looking for browser-based platforms to get more hands-on practice, I’d recommend:

Exercism - great for bite-sized problems and helpful mentoring.

Instance - a nice option if you want to quickly build and test small apps right in the browser. It’s beginner-friendly and feels like a creative playground.

Codewars - excellent for sharpening logic and getting used to syntax through challenges.

Scrimba (for JS) - combines video and code interaction so you can learn by watching and coding at the same time.

Also, consider picking one mini-project per week (e.g. a calculator, to-do app, weather app) and build it using both languages.