
Learn Python The Hard Way
Google's Python Class
A Byte of Python
Think Python
The New Boston video series
Udacity - CS101
Python Weekly
Corey Schafer Youtube
CodeCombat
CheckIO
Project Euler
Scratch
Exercism
Screeps
Tynker
Code.org
CodeCombatCodeCombat is recommended for beginners, especially younger individuals or students, who are interested in learning programming in a gamified environment. It's particularly suitable for those who enjoy visual learning and interactive challenges.
Based on our record, CodeCombat should be more popular than Learn Python The Hard Way. It has been mentiond 72 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.
These kinds of comparisons rarely lead to good discussions. Let's instead be focused and talk about real stuff. Consider https://learnpythonthehardway.org/ for example. It has influenced a generation of Python developers. Not just the main website, but the tons of Python code and Python-related content it inspired. Why would anyone write these kinds of textbooks/websites/guides if AI can replace them? Arguibly,... - Source: Hacker News / 12 months ago
Try this instead: https://learnpythonthehardway.org/ LLMs will give you an uncertain percentage of wrong answers. Itโs like having a teacher that lies to you and doesnโt know when they are lying and has zero understanding of the information they give you. - Source: Hacker News / almost 2 years ago
Basic Python Knowledge: Ensure you have a solid understanding of Python basics. Resources like Python.org and Learn Python the Hard Way are great starting points. - Source: dev.to / almost 2 years ago
Go here: https://learnpythonthehardway.org/. Source: almost 3 years ago
Also, I havenโt looked at it in a super long time but personally I got started with Python using https://learnpythonthehardway.org after originally training to be an artist and ended up having a pretty successful career in Pipeline instead. Source: about 3 years ago
Anita: I have lifetime access to the subscription-based code-learning website, CodeCombat, where I enjoy learning Python and taking all the Game Development courses offered there. Those games I made were a part of the Game Development 1 and 2 courses (there is also a 3rd course) on CodeCombat. You code the games entirely on your own from scratch by the use of the knowledge you have gathered from the lessons in the... - Source: dev.to / about 2 years ago
And https://codecombat.com, which has been around for a while now. I think this paradigm (navigating a character using "move" function invocations) is good but kind of exhausts its usefulness after a while. I question whether my daughter learns coding this way or just is playing a turn based top down platformer. The most code like thing is when you use 'loops' to have characters repeat sequences of moves. I... - Source: Hacker News / over 2 years ago
So now, while you have time (yes you have no time now but when you are out of school working with a child and or no summer vacation you will have less time) you can try MIT Scratch or CodeCombat and learn to code. For you it's a long the goal is to make 1 app or a handful of apps in 4 years until you graduate. That's absolutely doable even for someone who knows 0 about coding. Then when you graduate, if you are... Source: over 2 years ago
You can also have a look on Erase All Kittens (quite interesting) and also Code Combat. Source: almost 3 years ago
Https://codecombat.com/ is REALLY good, the free levels have enough content for ~10 weeks for an intro to programming term. Source: about 3 years ago
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.
Project Euler - Project Euler is a series of challenging mathematical/computer programming problems that will...
Think Python - Learning Resources
Scratch - Scratch is the programming language & online community where young people create stories, games, & animations.