When comparing A Byte of Python vs CheckiO, the Slant community recommends A Byte of Python for most people. In the question“What are the best resources to learn Python?” A Byte of Python is ranked 8th while CheckiO is ranked 18th. The most important reason people chose A Byte of Python is:
It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Beginner-friendly
It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.
Pro Free
'A Byte of Python' is available for free online. It's a book on programming using the Python language.
Pro Community backed solution reviews
Users can publish their solutions for different problems and other users can review the code and give their opinions on how they would have solved the problem.
Sometimes, some of the most active users get their code reviewed by Guido Van Rossum (the creator of the Python language) himself.
Pro Available in multiple languages
CheckiO crowdsources translations for problems. Currently problems have been translated in 10 languages. So it's highly possible that eventually more languages will be supported.
Pro Ability to create new challenges
New missions can be created and uploaded using GitHub. After that is done, it's suggested to CheckiO and if it fills all the requirements after being reviewed by a CheckiO team member, it's pulled into the game.
Pro Challenges from GitHub, O'Reilly, Dropbox and Hubspot.
Cons
Con Some mixing of versions
A Byte of Python is a book about Python 2, but includes some Python 3 code.
Con Not for absolute beginners
CheckiO does not teach syntax, instead it teaches how to solve problems using a particular programming language therefore some basic programming knowledge is required to start.