No CodeGym.cc videos yet. You could help us improve this page by suggesting one.
CodeGym.cc might be a bit more popular than Nature of Code. We know about 34 links to it since March 2021 and only 27 links to Nature of Code. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
CodeGym is one of my favorite Core Java online courses. It’s very practice-oriented. There are more than 1,200 coding tasks with code validations and tips to help a student solve tasks. Also, it contains short lectures that cover all core Java topics (except lambdas, for the moment). - Source: dev.to / over 2 years ago
I started learning it from their russian version (this course was originally written in Russian) but if English version is as good as Russian, then it's probably the best way to start learning java, as they have probably few thousands of exercises https://codegym.cc/. Source: over 2 years ago
If you want to take a slightly longer, but imo easier path. I went from learning coding using https://codegym.cc/ to being a Software Quality Assurance Automation Engineer (current) and will eventually transition to BE Dev on my company's dime: At the last 3 companies I've been a QA Engineer at, there's always been a pipeline from QA -> Dev that the company is willing to work with you on. Source: over 2 years ago
Https://codegym.cc/ - my preferred site for interactive learning. Source: about 3 years ago
You could try something interactive CodeCademy to get them started, or something game-based like Code Combat or Code Gym. Alternatively, try finding any local groups or classes aimed at teens. Source: about 3 years ago
For clojure, you can use quil: https://github.com/quil/quil. - Source: Hacker News / 28 days ago
I love this, I first learned Java and “Kids Programming Language” (a strange action script-y flash inspired thing) in elementary school and the lessons I learned there stuck with me until today. I would highly recommend parents consider teaching their kids using processing (p5.js), it’s super visual but still “real” code so you still build that muscle memory of thinking in loops and typing out real code:... - Source: Hacker News / 6 months ago
You might also want to pair it with The Nature of Code^1. ^1: https://natureofcode.com/. - Source: Hacker News / 8 months ago
For anyone wanting to do this in JS, check out Dan Shiffman’s Nature of Code https://natureofcode.com/ Uses p5js, so nicer than pure canvas. - Source: Hacker News / 8 months ago
One I would recommend for anyone's bookshelf at any level because it is so good: https://natureofcode.com/. - Source: Hacker News / 9 months ago
Stack Overflow - Community-based Q&A part of the Stack Exchange platform.
The Coding Train - Online learning resource for beginner-friendly creative coding tutorials and challenges.
Codingbat - The online programming practice in java and python.
Processing - C++ and Java programming at the speed of thought.
CodeCombat - Learn programming with a multiplayer live coding strategy game.
p5.js - JS library for creating graphic and interactive experiences