
Invent With Python
Scratch
One Month Python
CodeCombat
Learn Python The Hard Way
Mode Python Notebooks
Exercism
Real Python
Screeps
CodeCombat
CheckIO
CodinGame
Robocode
Codewars
Project Euler
LeetCode
Invent With Python
ScreepsNo Invent With Python videos yet. You could help us improve this page by suggesting one.
Based on our record, Invent With Python should be more popular than Screeps. It has been mentiond 141 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.
Created by Al Sweigart, author of Automate the Boring Stuff with Python, Invent with Python aims to make programming accessible, approachable, and fun, using Python as a powerful and beginner-friendly language. - Source: dev.to / 6 months ago
Not courses, but Al Sweigart's "Invent with Python" are excellent. (The two games books and code cracking are excellent to start with.) Https://inventwithpython.com/. Source: over 2 years ago
Check /u/alsweigart' s books on Automate the Boring Stuff with Python and on Invent your own Computer Games with Python. Source: almost 3 years ago
This Udemy course covers roughly the same content as the 1st edition book (the book has a little bit more, but all the basics are covered in the online course), which you can read for free online at https://inventwithpython.com. Source: about 3 years ago
I also consider computer programming to be very creative. You may wish to learn the Python language. Python is a great starting language and very practical. There's some excellent free books here https://inventwithpython.com/ His book Automate the Boring Stuff with Python is very practical with real world uses. Source: about 3 years ago
When I used to play Screeps[1], a MMO strategy game where you programmed to control your units and buildings, a group of us setup a player that was managed in this exact way called Quorum[2]. If anyone wants to run their own project in this way I open sourced the code to do so under the GitConsensus[3] project. There's a Github App (which may not still work, but if there's interest I'll restart it) and a "run it... - Source: Hacker News / 6 months ago
> Fwiw nothing beats โimplement the game logic in full (huge amounts of work) and with pruning on some heuristics look 50 moves aheadโ. This is how chess engines work and how all good turn based game ai works. For board games this is mostly true. For turn based games in general, it is not. It's certainly not true to say "all good turn based game ai" works like this. Turn based games where multiple "moves" are... - Source: Hacker News / 10 months ago
Reminds me (in spirit) of screeps https://screeps.com/ - any inspiration? - Source: Hacker News / over 1 year 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 / over 1 year ago
I've heard about Screeps which is close to what you describe: https://screeps.com/. - Source: Hacker News / over 2 years ago
Scratch - Scratch is the programming language & online community where young people create stories, games, & animations.
CodeCombat - Learn programming with a multiplayer live coding strategy game.
One Month Python - Learn to build Django apps in just one month.
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.
CodinGame - CodinGame provides users with a fun and effective way to learn coding that eschews the rigid structure of traditional teaching methods.
Learn Python The Hard Way - One of the best guides to learn Python & coding in general