Based on our record, Screeps should be more popular than Think Python. It has been mentiond 43 times since March 2021. 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.
Reminds me (in spirit) of screeps https://screeps.com/ - any inspiration? - Source: Hacker News / 3 months ago
I love the idea of having an AI prompt to write code for the bots. There are already games like https://screeps.com/ or https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/ where you program your bot to do things, but they do require some minimal coding experience. Being able to describe behavior in plain english would be pretty cool. However, I think having real-time feedback is a huge part of... - Source: Hacker News / 7 months ago
I've heard about Screeps which is close to what you describe: https://screeps.com/. - Source: Hacker News / over 1 year ago
I have tried Screeps in the past, and I'm not a huge fan. I really like Stone Story, but they do not have an easy way to take your saves across multiple platforms -- you have to manually import/export your save. Source: over 1 year ago
-For JavaScript, my advice would be to introduce coding games. That way it's more fun and the environment would be set up better (less worrying about deep technical errors). The two games that come to mind are Bitburner (free) and Screeps (free offline/paid online), though they both have their own learning curves and require actual coding; so for a 9 year old YMMV greatly. Source: almost 2 years ago
This course actually starts with an introduction to Python. Since you don't have access yet, you can give Think Python a whirl - https://greenteapress.com/wp/think-python/ and for a more interactive experience, I really enjoyed this one - https://scrimba.com/learn/python. Source: about 2 years ago
Start with Think Python or learn x in y..both are free resources and good for basic understanding and practise. Source: about 2 years ago
This free book taught me Python many years ago https://greenteapress.com/wp/think-python/. Source: almost 3 years ago
In terms of learning the basics of Python programming, you can get the first edition of Think Python in PDF form for free. Source: about 3 years ago
Computer Science — For understanding software development. As for a programming language to learn, I recommend Python or Javascript. Try Crash Course's Computer Science videos, the free Think Python book, and/or Part 1 of The Modern JavaScript Tutorial. Source: over 3 years ago
CodeCombat - Learn programming with a multiplayer live coding strategy game.
The New Boston video series - Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Robocode - Robocode is a programming game where the goal is to code a robot battle tank to compete against...
Google's Python Class - Assorted educational materials provided by Google.
CheckIO - CheckIO is a web site with a mission: To teach JavaScript and Python coding skills through a game-playing interface. It is designed to teach new skills or improve existing skills through completing challenges.
A Byte of Python - A Byte of Python is a Python programming tutorial and learning book that teaches you how to program with the Python programming language.