Software Alternatives, Accelerators & Startups

Coursera VS Codewars

Compare Coursera VS Codewars and see what are their differences

Coursera logo Coursera

Build skills with courses, certificates, and degrees online from world-class universities and companies

Codewars logo Codewars

Achieve code mastery through challenge.
  • Coursera Landing page
    Landing page //
    2023-09-12
  • Codewars Landing page
    Landing page //
    2023-09-12

Coursera features and specs

  • Headquarters
    Mountain View, CA

Codewars features and specs

  • Wide Range of Challenges
    Codewars offers a broad spectrum of coding challenges ranging from easy to very difficult, catering to all skill levels.
  • User Engagement
    The platform encourages community interaction through comments, user-submitted challenges, and solutions, fostering a collaborative learning environment.
  • Multiple Languages
    Codewars supports a variety of programming languages, allowing users to practice and improve skills in their language of choice.
  • Gamification
    The use of a ranking system, badges, and honor points adds a gamified layer to the learning process, making it more engaging and motivating.
  • Detailed Solutions
    After solving a challenge, users can view multiple solutions from others, offering a range of approaches and insights into problem-solving.

Possible disadvantages of Codewars

  • Steep Learning Curve
    Beginners might find some challenges too difficult at first, which can be discouraging without proper guidance or learning resources.
  • Quality Variability
    The quality of user-submitted challenges can be inconsistent, meaning not all katas are equally useful or well-designed.
  • Limited In-Depth Learning
    While great for practice, Codewars does not provide comprehensive tutorials or in-depth explanations, which are often needed for mastering complex concepts.
  • Time Consumption
    The addictive nature of the platform can lead to spending excessive time on solving challenges, potentially detracting from other learning activities.

Coursera videos

The Best Open Online Courses - Coursera, Udacity, edX Review

More videos:

  • Review - Review: My Experience with Coursera

Codewars videos

Codewars Review & Tips

More videos:

  • Review - Practising Programming | Codewars Intro

Category Popularity

0-100% (relative to Coursera and Codewars)
Education
92 92%
8% 8
Online Learning
73 73%
27% 27
Online Education
0 0%
100% 100
Online Courses
76 76%
24% 24

User comments

Share your experience with using Coursera and Codewars. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Coursera and Codewars

Coursera Reviews

10 Pluralsight Alternatives & Competitors (2024) – Our Picks
The course structure and teaching plans are very well organized on Coursera. One can receive an actual degree from a college through an online medium of learning. The courses here are relevant for people looking to develop an industry-related skill – which is why it is the top competitor of Pluralsight. You can read our detailed Coursera review.
10 Best Treehouse Alternatives in 2024
Coursera is one of the most sought-after online platforms learners choose as Treehouse alternatives. This platform has collaborated with more than 325 prestigious institutions and companies. It offers both individual and team skill development programs.
Top 11 Coursera Alternatives 2024
Many Coursera alternatives offer features similar to or even better than Coursera at an affordable price. Each online learning platform comes with its own set of pros and cons and is suited differently for different needs. Here’s a list of our top Coursera alternatives we think you should check out
Source: freshlearn.com
10 Best Coursera Alternatives in 2024
Coursera Alternatives Free Courses: In recent years, online learning platforms have become incredibly popular, giving people worldwide easy access to various educational opportunities. Coursera has been one of the top choices when it comes to learners seeking high quality courses from respected institutions.
14 Best Free and Paid Coursera Alternatives For Creators (2024)
The main reason why Coursera alternatives are worth checking out is because one solution may not fit everyone. Even though Coursera has a great global presence and supports many niches, it still doesn’t meet a lot of learning and teaching needs. For example, microlearning is an up and coming trend that helps students take in knowledge at a faster speed. Coursera doesn’t...

Codewars Reviews

LeetCode Alternatives: Top platforms for coding practice
Edabit offers a learning experience similar to learning a new language, focusing on smaller and more frequent exercises that build proficiency over time. Like Codewars, Edabit provides many challenges that increase in difficulty as you progress. It's designed to transition smoothly from easy to more challenging problems.
Source: formation.dev
Discover the Top Leetcode Alternatives
In conclusion, while Leetcode remains a valuable resource for coders, the platforms listed above offer varied approaches to learning and improving coding skills. Whether you're drawn to the gamified learning environment of CodenQuest or the community-driven challenges of Codewars and Exercism, there's a Leetcode alternative that suits your learning style and objectives....
Source: codenquest.com
15 Best LeetCode Alternatives 2023
This LeetCode alternative has excellent features for anyone looking to sharpen their coding skills. Codewars uses kata, which are small coding exercises that are community developed to help you master your language of choice. Alternatively, Codewars has over 55+ programming languages that you can learn.
The 10 Most Popular Coding Challenge Websites [Updated for 2021]
Codewars provides a large collection of coding challenges submitted and edited by their own community. You can solve the challenges directly online in their editor in one of several languages. You can view a discussion for each challenges as well as user solutions.
Top 10 Online Challenge Websites in Python
You will see a modular progression when you start the tutorial on Python. Codewars makes solving these challenges that much more fun. It feeds the competition with the score and ranking system. They present challenges created by qualified questions in different languages.

Social recommendations and mentions

Codewars might be a bit more popular than Coursera. We know about 160 links to it since March 2021 and only 116 links to Coursera. 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.

Coursera mentions (116)

  • Getting Started with Blockchain: A Guide for Beginners
    Great starting points include free online courses on platforms like Coursera or books like Mastering Bitcoin by Andreas Antonopoulos. - Source: dev.to / 4 months ago
  • Lost in life. Need to choose a career
    Anyway now go to coursera.org and for $49 a month get the Google IT Support Professional cert. That gives you a discount for the A+ exam. With a sob story Coursera may reduce the monthly fee as well. Anyway you are halfway to an IT degree and can be admitted to WGU. Source: over 1 year ago
  • Did Cousera get hacked today?
    Instead of homepage link opening to coursera.org it redirects to https://www.coursera.org/programs/american-dream-academy-jzjjt?currentTab=CATALOG. Source: almost 2 years ago
  • Found out my Professor for Fall 2023 Python Course is one of the worst reviewed professors at the school
    In terms of structure, consider following a book like Python for Everybody or Automate the Boring Stuff With Python. One of the hard parts of learning a language like python on your own is knowing what you should learn and the order you should learn it in--resources like these books or online courses you can find on Coursera are great for helping with that. Source: almost 2 years ago
  • Online programming courses
    You can try searching something up on coursera.org or edx.org. Source: almost 2 years ago
View more

Codewars mentions (160)

  • Of recursion and backtracking
    Recently, I was working on a coding kata on codewars.com. Early on, I started thinking that a potential solution might utilize recursion, a concept that involves a function calling itself. However, I quickly realized that my grasp of recursion was not as solid as it needed to be for this task. In this post, I will share the insights gained from deepening my understanding of recursion while working through the kata. - Source: dev.to / over 1 year ago
  • 4th year, about to fail an entire semester's worth of classes.
    Get more involved. Look into internships and junior SWE positions to get a sample of what you'd be applying for once you graduate. Solve coding challenges, start working on a portfolio of your personal works. I recommend codewars.com for coding challenges, it's fun. Source: over 1 year ago
  • Beginner with C++ looking for direction
    I'd recommend to play around with some basic coding challenges on leetcode.com or codewars.com. If the course prepared you well you won't find this useful, but playing around with them will make sure that you are comfortable with basics such as loops, if statements etc. Source: almost 2 years ago
  • Can you guys recommend an efficient way to learn in advance IT para sa mga walang alam?
    I would advise for you to start with Python, it's a beginner-friendly programming language and it'll help with wrapping your mind around things. Play around with it, perhaps do some katas on CodeWars and you'll be set. Source: almost 2 years ago
  • How do I develop programming logic?
    There is a website called codewars.com where you can select problems of varying difficulty for the language you need. It is very helpful for learning. Source: almost 2 years ago
View more

What are some alternatives?

When comparing Coursera and Codewars, you can also consider the following products

Udemy - Online Courses - Learn Anything, On Your Schedule

Codecademy - Learn the technical skills you need for the job you want. As leaders in online education and learning to code, we’ve taught over 45 million people using a tested curriculum and an interactive learning environment.

edX - Best Courses. Top Institutions. Learn anytime, anywhere.

LeetCode - Practice and level up your development skills and prepare for technical interviews.

Khan Academy - Khan Academy offers online tools to help students learn about a variety of important school subjects. Tools include videos, practice exercises, and materials for instructors. Read more about Khan Academy.

Exercism - Download and solve practice problems in over 30 different languages.