Learn software development from beginner to expert, solve challenges, and build projects using a variety of programming languages.
Most popular
Most popular
Newest
75 results
Introduction to Python
Anonymous
In this course, you will learn the basics of Python programming language for total beginners.
42 Lessons
42 Challenges
Beginner Challenges - Practice Basic Concepts
Anonymous
Put your beginner coding knowledge to test and try to solve this programming challenges, use any language you want, Happy Coding!
20 Lessons
20 Challenges
Java Fundamentals
Anonymous
In this course, you will learn the basics of the Java programming language through actual coding exercises, designed especially for total beginners.
32 Lessons
32 Challenges
C++ for Beginners
Anonymous
This course will introduce you to the C++ programming language with basic topics such as variables, decision-making, loops, functions and more.
39 Lessons
34 Challenges
C for Beginners
Anonymous
In this course, you will learn the basics of the C programming language for total beginners while coding.
34 Lessons
34 Challenges
C# Fundamentals
Anonymous
In this course, you will learn the basics of the C# (C sharp) programming language through actual coding exercises, designed especially for total beginners.
32 Lessons
32 Challenges
OOP in Python
Anonymous
Learn Object Oriented Programming with Python
24 Lessons
22 Challenges
Python Fundamentals
Anonymous
In this course you will learn the fundamentals of Python programming language, with practice and real coding integrated in each step. Happy Coding!
44 Lessons
40 Challenges
Introduction to PHP
Anonymous
In this course, you will learn the basics of PHP programming language for total beginners.
46 Lessons
42 Challenges
Dart Fundamentals
Anonymous
Introduction to Dart syntax, basic programming concepts, and core features of the language for complete beginners in programming
39 Lessons
32 Challenges
C++ - Beginner to Intermediate
Anonymous
Learn the basics of programming and computational thinking using the C++ language. Designed for people who don't have any knowledge about coding and want to learn to code.
48 Lessons
41 Challenges
Stack - Data Structures Series #1
Anonymous
In this course, you will learn about the Stack data structure, create a Stack from zero using your preferred language, and practice coding challenges with it!
13 Lessons
11 Challenges
Introduction to Golang
Anonymous
Learn the fundamentals of the Go programming language by tackling engaging beginner-level challenges step by step.
45 Lessons
44 Challenges
Strings and Arrays in Java
Anonymous
In this course, you will learn about strings and arrays in Java and will have a chance to practice your knowledge.
16 Lessons
13 Challenges
Calculator project using Python
Anonymous
In this course you will create full working console calculator with python, step by step but also without giving you the code. In the end you will have your own code!
29 Lessons
26 Challenges
Methods in Java
Anonymous
Methods are code recipes for performing specific tasks. In this course, you will learn about methods (aka functions) in Java for beginners.
9 Lessons
8 Challenges
API in Python
Anonymous
Learn How To Fetch And Post to API Server using Python
10 Lessons
8 Challenges
Dictionary in Python
Anonymous
Explore the dynamic world of Python dictionaries, from fundamental concepts to advanced applications, and enhance your Python programming skills with hands-on exercises.
14 Lessons
12 Challenges
Basics of Classes and Objects in Java
Anonymous
In this course, you will learn about the basics of object oriented programming (OOP) in Java, the class and the object!
12 Lessons
11 Challenges
Recursion Challenges - Master The Recursive Thinking
Anonymous
Recursion is an important concept in computer science and a very powerful tool in writing algorithms. In this course, you will use recursion to solve challenges from beginner to advanced. In the end, you will ace this topic.
15 Lessons
15 Challenges
Functions in C
Anonymous
In this course, you will learn how to use functions in C with examples and challenges.
17 Lessons
15 Challenges
Introduction to Machine Learning
Anonymous
In this course, we will cover how to implement basic supervised learning and unsupervised learning algorithms.
19 Lessons
15 Challenges
Playing Cards Generator (Text Based)
Anonymous
In this course you will create text based playing cards generator using your favorite language, Happy Coding!
6 Lessons
5 Challenges
C/C++ Structures
Anonymous
Structures are a unique data type in C and C++. In this course, you will gain knowledge on how to use this data type.
8 Lessons
7 Challenges
Python Lambda Functions
Anonymous
In this course you will learn about lambda functions in Python, also known as anonymous functions in other languages, after this course you will be able to master this topic!
9 Lessons
8 Challenges
30 Days of Logic Building in C++
Anonymous
In this course, you will gain consistency and build logic in problem solving with the C++ language.
31 Lessons
30 Challenges
Binary Tree - Data Structures Series #3
Anonymous
In this course, you will learn about the Binary Tree data structure, create a Binary Tree from zero using your preferred language, and practice coding challenges with it!
13 Lessons
11 Challenges
Python - List
Anonymous
In this course we will learn about the 'LIST' in python
28 Lessons
24 Challenges
Numpy Fundamentals
Anonymous
Learn to master powerful numerical computations in Python for data science with this concise, hands-on course.
18 Lessons
17 Challenges
Object-Oriented C++: Basics
Anonymous
Elevate your C++ skills by mastering object-oriented programming. This Basics part of the full course will guide you from fundamental concepts to intermediate techniques, from basics to brilliance in Object-Oriented C++
30 Lessons
26 Challenges
Star Pattern Bootcamp
Anonymous
Put your programming problem solving skills to learn how to print star patterns range from simple to complex, involving different levels of nested loops, conditional statements, and mathematical calculations.
30 Lessons
28 Challenges
Quiz Generator - Python OOP Project
Anonymous
In this course you will create fully working Quiz Generator with python using object oriented programming skills. Happy Coding!
11 Lessons
8 Challenges
User Class - OOP Project
Anonymous
In this project, you will create a User Class and practice your object oriented programming skills in a programming language of your choice!
8 Lessons
8 Challenges
Arrays in C++
Anonymous
In this course we are going to discuss about arrays in C++. Happy Coding !
26 Lessons
20 Challenges
Password Generator using Python
Anonymous
In this project, you will create a strong random password generator that you can use next time you choose a password!
6 Lessons
5 Challenges
Clean Code - Write better code using Python
Anonymous
This course will give you the tools to write better code using Clean Code principles with Python language, Happy Coding!
28 Lessons
19 Challenges
Methods in C#
Anonymous
Methods are code recipes for performing specific tasks. In this course, you will learn about methods (aka functions) in C# for beginners.
9 Lessons
8 Challenges
Python List Comprehension
Anonymous
List comprehension is a special Python syntax, offers a short and powerful way to create new list from existing one, in this course you will master this concept!
9 Lessons
8 Challenges
File Handling in Python
Anonymous
In this course you will learn everything about file handling in Python, from create, read and write to append and delete.
12 Lessons
9 Challenges
Python Decorators
Anonymous
In this course, you'll learn how to use decorators in Python, a powerful tool for modifying the behavior of functions. Practice with a series of coding challenges to reinforce your understanding.
12 Lessons
11 Challenges
Coding Problems: Volume 2
Anonymous
Put your programming problem solving skills to the test using the exercises with different difficulties in this course. Designed for coders with some prior knowledge of the basic syntax in any programming language. This course is an extension of the first Coding Problems
25 Lessons
24 Challenges
Email validator using Python
Anonymous
In this course, you will create a fully working email validator program that takes input email from the user and outputs whether it's valid email or not!
8 Lessons
6 Challenges
Register Login System Project
Anonymous
In the course, you will create a basic authorization system to create and manage users.
8 Lessons
6 Challenges
Queue - Data Structures Series #2
Anonymous
In this course, you will learn about the Queue data structure, create a Queue from zero using your preferred language, and practice coding challenges with it!
12 Lessons
10 Challenges
Random Fact Generator - Python Project
Anonymous
In this project you will create a random fact generator using Python with a public API (uselessfacts).
7 Lessons
7 Challenges
Basics of Classes and Objects in C#
Anonymous
In this course, you will learn about the basics of object oriented programming (OOP) in C#, the class and the object!
12 Lessons
11 Challenges
Bubble Sort
Anonymous
Everything About Bubble Sort
11 Lessons
10 Challenges
Control Statements in Java
Anonymous
In this course, you will learn how to control the flow of the program and make decisions in coding using Java programming language.
11 Lessons
10 Challenges
Currency Converter - Python Project
Anonymous
In this course, you will create a currency converter using Python that can convert amounts between different currencies.
5 Lessons
4 Challenges
Dynamic Programming 101
Anonymous
Master the art of solving complex problems efficiently. Boost your problem-solving skills for coding interviews with easy-to-follow lessons and hands-on challenges.
15 Lessons
11 Challenges
File Handling in Java
Anonymous
In this course, you'll master Java file handling, covering reading, writing, and managing files, with practical challenges to reinforce your skills.
11 Lessons
8 Challenges
Functions and Pointers in Golang
Anonymous
Learn how functions and pointers work in Golang with examples and exciting challenges.
19 Lessons
18 Challenges
Golang Challenges - Level 1
Anonymous
A set of challenges aimed at improving your thinking and getting more familiar with Golang and its beautiful syntax. The challenges focus on arrays, slices, loops, and conditions.
24 Lessons
22 Challenges
C++ Pointers
Anonymous
Master pointers in C++ using practical examples. Learn memory management, dynamic allocation, and advanced pointer techniques for efficient C++ programming.
14 Lessons
13 Challenges
Functions in C++: Building Your Own Functions
Anonymous
This course aims to challenge you by creating functions for different scenarios and use cases.
18 Lessons
17 Challenges
Into the Past || Complete Beginner for Python Strings
Anonymous
In this course you will be learning about strings, slicing, concatenation and equivalency
19 Lessons
18 Challenges
C++ - Standard Template Library
Anonymous
Get introduced to the C++ Standard Template Library, all of it's containers, algorithms and functionalities. Designed for people with some prior knowledge of the C++ Language.
23 Lessons
12 Challenges
RegEx in Python
Anonymous
Unlock the power of regular expressions in Python with this concise and practical course. Learn to master text searching, pattern matching, and data extraction with real-world examples and hands-on challenges.
28 Lessons
24 Challenges
Sets in Python
Anonymous
In this course, you will master Python sets. You'll learn how to create, manipulate, and perform operations on sets through comprehensive lessons and practical challenges. By the end, you'll be proficient in using sets to optimize your Python code.
11 Lessons
9 Challenges
Strings and Arrays in C#
Anonymous
In this course, you will learn about strings and arrays in C# and will have a chance to practice your knowledge.
14 Lessons
13 Challenges
Exception Handling in Python
Anonymous
In this chapter, you will learn one of the most important concepts in programming which is Exception Handling. Exception Handling is the key if you want to develop solid and unbreakable programs. Exception Handling is the process of responding to exceptions which breaks program.
16 Lessons
15 Challenges
Insertion Sort - DSA Series
Anonymous
Simple yet powerful algorithm. Learn how to efficiently arrange elements, understand time complexity, and enhance your sorting skills. Dive in now!
9 Lessons
4 Challenges
Is it even or not? || Complete Tutorial for Python Integers
Anonymous
In this course you will be introduce the to Python Integers, their fundamental and how to interact with them.
21 Lessons
18 Challenges
Object-Oriented C++: Brilliance
Anonymous
Elevate your C++ skills by mastering object-oriented programming. This Brilliance part of the full course will guide you from medium knowledge to full understanding of advanced concepts, from basics to brilliance in Object-Oriented C++
21 Lessons
17 Challenges
Python Iterators
Anonymous
In this course you will learn about iterators in Python and practice your knowledge, after this course you will be able to master this topic!
13 Lessons
12 Challenges
Python JSON
Anonymous
In this course, you will learn about JSON and dive into the json library in Python, and master it!
9 Lessons
7 Challenges
Slices and Maps in Golang
Anonymous
Learn how slices and maps work in GoLang with examples and challenges, step by step.
21 Lessons
19 Challenges
C++ File Handling
Anonymous
Master file handling in C++ with practical lessons on reading, writing, and manipulating files. Learn to efficiently manage text and binary files, handle errors, and apply best practices in real-world applications.
23 Lessons
18 Challenges
Detect & Censor Curse Words In Python
Anonymous
In this course, you will learn how to write a python program that is capable of detecting and censoring swear words in sentences.
4 Lessons
3 Challenges
Object-Oriented Programming in GoLang
Anonymous
In this course, you will learn how the concept of OOP is applied in Golang with step-by-step instructions and challenges to practice what you learn.
17 Lessons
16 Challenges
PHP Functions and Arrays
Anonymous
Exploring built-in functions, and array manipulation.
14 Lessons
14 Challenges
Bit Manipulation
Anonymous
In this course we will learn about bit manipulation with some exciting challenges to boost up problem solving!
17 Lessons
13 Challenges
Simple Character Counter using C++
Anonymous
In this project, you'll create a simple character counter program using C++.
5 Lessons
4 Challenges
Social media Search Project - Python JSON Fundamentals
Anonymous
In this course you will learn how to manage data in JSON format using Python. We will use this learning to build a Social media search implementation. JSON is a popular way of formatting data and will show up very often in your Python career.
10 Lessons
5 Challenges
Temperature Converter using C++
Anonymous
In this project, you will build a temperature converter program using C++. This project allows you to practice basic arithmetic and user input/output.
10 Lessons
9 Challenges
Made with ❤️ © 2024 Coddy