When comparing Google's Python Class vs exercism.org, the Slant community recommends Google's Python Class for most people. In the question“What are the best resources to learn Python?” Google's Python Class is ranked 2nd while exercism.org is ranked 4th. The most important reason people chose Google's Python Class is:
This is a free class for people with a little bit of programming experience who want to learn Python.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Great for people with little programming experience
This is a free class for people with a little bit of programming experience who want to learn Python.
Pro Good mix of theoretical and practical material
The class includes written materials, lecture videos, and lots of code exercises to practice Python coding. These materials are used within Google to introduce Python to people who have just a little programming experience.
Pro Human review and feedback
Rather than merely test for code correctness, Exercism uses peer review to improve general programming techniques. Users are encouraged to comment on others' solutions, and refine their own based on feedback.
Pro Practice with production tools
Unlike many code practice websites, Exercism requires the user to develop and test entirely offline, submitting only the finished code. This promotes familiarity with essential tools and workflow, not just the bare language.
Cons
Con Some programming experience is required
While the courses cover the very basics of Python, basic understanding of programming is needed to start learning from Google's Python class.
Con Custom commandline client
Exercism requires using a CLI utility to fetch and submit exercises. This is inconvenient compared to web-only alternatives, and poses an additional barrier to entry for some users.