Coddy logo
Store
Leaderboard
menu icon

Explore Educational courses

Courses in Coddy combines between learning and practice, real life coding, so you will be able to use what you just learned. Happy Coding!

sort

Most popular

Most popular

Newest

51 results

Loading...

Introduction to Python

Anonymous

In this course, you will learn the basics of Python programming language for total beginners.

42 Lessons

41 Challenges

Loading...

HTML Fundamentals

Anonymous

Learn about the web's basic building block, HTML!

33 Lessons

26 Challenges

Loading...

SQL for beginners

Anonymous

In this course you will learn the basics of SQL for total beginners while coding.

20 Lessons

19 Challenges

Loading...

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

33 Challenges

Loading...

Modern JavaScript for Beginners

Anonymous

Do you want to learn modern JavaScript in a fun, interactive and immersive way? You've come to the right place! By taking this course you will go from a complete beginner to someone ready to learn web development!

52 Lessons

33 Challenges

Loading...

C for Beginners

Anonymous

In this course, you will learn the basics of the C programming language for total beginners while coding.

34 Lessons

33 Challenges

Loading...

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

Loading...

OOP in Python

Anonymous

Learn Object Oriented Programming with Python

24 Lessons

22 Challenges

Loading...

Introduction to CSS

Anonymous

CSS (Cascading Style Sheets) is the language used to style web pages, in this course we will dive into the fundamentals of this language.

38 Lessons

33 Challenges

Loading...

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

31 Challenges

Loading...

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

Loading...

SQL for intermediate

Anonymous

In this course you will learn how to calculate meaningful statistics and how to handle data of multiple RDBMS tables.

16 Lessons

15 Challenges

Loading...

Introduction To Python Programming Language

Anonymous

A beginners guide to the Python programming language with a focus on hands on exercises

51 Lessons

37 Challenges

Loading...

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

Loading...

API in Python

Anonymous

Learn How To Fetch And Post to API Server using Python

10 Lessons

8 Challenges

Loading...

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

Loading...

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

Loading...

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

Loading...

How to Center Div or Text using CSS

Anonymous

In this course we will explore and answer one of the most wanted questions in CSS - How to center div or text?

9 Lessons

8 Challenges

Loading...

CSS Flexbox - The Complete Course

Anonymous

In this course, you will master the CSS flexbox concepts. Flexbox is one of the most useful layouts used in web development.

15 Lessons

12 Challenges

Loading...

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

Loading...

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

Loading...

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

Loading...

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

Loading...

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

Loading...

Python - List

Anonymous

In this course we will learn about the 'LIST' in python

28 Lessons

24 Challenges

Loading...

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

Loading...

Numpy Fundamentals

Anonymous

Learn to master powerful numerical computations in Python for data science with this concise, hands-on course.

18 Lessons

17 Challenges

Loading...

Object Oriented Programming in JavaScript

Anonymous

Now that you know the basics, it's time to move on to the expert level! Object Oriented Programming is very important and used everywhere when programming. Become a master in Object Oriented Programming with JavaScript.

27 Lessons

16 Challenges

Loading...

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

Loading...

Pandas Analytics

Anonymous

In this course you will learn how to handle tables in python using panads

19 Lessons

18 Challenges

Loading...

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

Loading...

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

Loading...

Tricky parts of Modern Javascript (ES6+)

Anonymous

In this little course you will learn about the tricky but very important features introduced in Modern Javascript i.e. ES6. Complete this course with your pace to improve your JS knowledge!

9 Lessons

7 Challenges

Loading...

Bubble Sort

Anonymous

Everything About Bubble Sort

11 Lessons

10 Challenges

Loading...

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

Loading...

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

Loading...

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

Loading...

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

Loading...

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

Loading...

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

Loading...

Arrays in C++

Anonymous

In this course we are going to discuss about arrays in C++. Happy Coding !

26 Lessons

20 Challenges

Loading...

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

Loading...

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

Loading...

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

Loading...

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

Loading...

SQL for advanced

Anonymous

In this course we will dive deeper into how to run complicated queries such as sequential based queries, functions and more.

13 Lessons

12 Challenges

Loading...

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

Loading...

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

Loading...

CSS Selectors

Anonymous

By the end of this course you will master the concepts of CSS Selectors.

15 Lessons

12 Challenges

Loading...

Functions and Pointers in Golang

Anonymous

Learn how functions and pointers work in Golang with examples and exciting challenges.

19 Lessons

18 Challenges