Coddy logo

Login

menu icon
⇐ Explore all courses

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!

filter

Filter

sort

Most popular

Most popular

Newest

74 results

Introduction to Python

Anonymous

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

lesson Small icon

42 Lessons

challenge Small icon

42 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!

lesson Small icon

44 Lessons

challenge Small icon

40 Challenges

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.

lesson Small icon

38 Lessons

challenge Small icon

33 Challenges

SQL for beginners

Anonymous

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

lesson Small icon

21 Lessons

challenge Small icon

21 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.

lesson Small icon

39 Lessons

challenge Small icon

34 Challenges

HTML Fundamentals

Anonymous

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

lesson Small icon

34 Lessons

challenge Small icon

30 Challenges

C for Beginners

Anonymous

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

lesson Small icon

34 Lessons

challenge Small icon

34 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.

lesson Small icon

32 Lessons

challenge Small icon

32 Challenges

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!

lesson Small icon

52 Lessons

challenge Small icon

33 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.

lesson Small icon

32 Lessons

challenge Small icon

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.

lesson Small icon

48 Lessons

challenge Small icon

41 Challenges

Introduction to JavaScript

Anonymous

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

lesson Small icon

43 Lessons

challenge Small icon

42 Challenges

OOP in Python

Anonymous

Learn Object Oriented Programming with Python

lesson Small icon

24 Lessons

challenge Small icon

22 Challenges

SQL for intermediate

Anonymous

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

lesson Small icon

16 Lessons

challenge Small icon

15 Challenges

Numpy Fundamentals

Anonymous

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

lesson Small icon

18 Lessons

challenge Small icon

17 Challenges

Pandas Analytics

Anonymous

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

lesson Small icon

19 Lessons

challenge Small icon

18 Challenges

Introduction to R

Anonymous

This course provides a comprehensive introduction to R programming fundamentals. Students will learn basic syntax, data types, control structures, and built-in functions.

lesson Small icon

21 Lessons

challenge Small icon

21 Challenges

Introduction to PHP

Anonymous

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

lesson Small icon

46 Lessons

challenge Small icon

42 Challenges

Dart Fundamentals

Anonymous

Introduction to Dart syntax, basic programming concepts, and core features of the language for complete beginners in programming

lesson Small icon

39 Lessons

challenge Small icon

32 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!

lesson Small icon

28 Lessons

challenge Small icon

19 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.

lesson Small icon

12 Lessons

challenge Small icon

9 Challenges

Python - List

Anonymous

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

lesson Small icon

28 Lessons

challenge Small icon

24 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.

lesson Small icon

14 Lessons

challenge Small icon

12 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!

lesson Small icon

9 Lessons

challenge Small icon

8 Challenges

API in Python

Anonymous

Learn How To Fetch And Post to API Server using Python

lesson Small icon

10 Lessons

challenge Small icon

8 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.

lesson Small icon

23 Lessons

challenge Small icon

18 Challenges

Introduction to Golang

Anonymous

Learn the fundamentals of the Go programming language by tackling engaging beginner-level challenges step by step.

lesson Small icon

45 Lessons

challenge Small icon

44 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.

lesson Small icon

28 Lessons

challenge Small icon

24 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!

lesson Small icon

12 Lessons

challenge Small icon

11 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!

lesson Small icon

9 Lessons

challenge Small icon

8 Challenges

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.

lesson Small icon

15 Lessons

challenge Small icon

12 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!

lesson Small icon

13 Lessons

challenge Small icon

11 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.

lesson Small icon

15 Lessons

challenge Small icon

11 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++

lesson Small icon

30 Lessons

challenge Small icon

26 Challenges

Object-Oriented Programming in PHP

Anonymous

In this course, you will learn PHP OOP from the beginning, with challenges and examples designed to help you understand the concepts in an easy and effective way.

lesson Small icon

31 Lessons

challenge Small icon

29 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.

lesson Small icon

16 Lessons

challenge Small icon

13 Challenges

Bubble Sort

Anonymous

Everything About Bubble Sort

lesson Small icon

11 Lessons

challenge Small icon

10 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.

lesson Small icon

16 Lessons

challenge Small icon

15 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!

lesson Small icon

13 Lessons

challenge Small icon

11 Challenges

Into the Past || Complete Beginner for Python Strings

Anonymous

In this course you will be learning about strings, slicing, concatenation and equivalency

lesson Small icon

19 Lessons

challenge Small icon

18 Challenges

JavaScript DOM Methods

Anonymous

In this course, you will learn about the most commonly used JavaScript DOM methods and how to use them!

lesson Small icon

13 Lessons

challenge Small icon

11 Challenges

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.

lesson Small icon

27 Lessons

challenge Small icon

16 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.

lesson Small icon

12 Lessons

challenge Small icon

11 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.

lesson Small icon

11 Lessons

challenge Small icon

9 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.

lesson Small icon

10 Lessons

challenge Small icon

5 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.

lesson Small icon

9 Lessons

challenge Small icon

8 Challenges

Python JSON

Anonymous

In this course, you will learn about JSON and dive into the json library in Python, and master it!

lesson Small icon

9 Lessons

challenge Small icon

7 Challenges

C++ Pointers

Anonymous

Master pointers in C++ using practical examples. Learn memory management, dynamic allocation, and advanced pointer techniques for efficient C++ programming.

lesson Small icon

14 Lessons

challenge Small icon

13 Challenges

CSS Selectors

Anonymous

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

lesson Small icon

15 Lessons

challenge Small icon

12 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!

lesson Small icon

12 Lessons

challenge Small icon

10 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.

lesson Small icon

23 Lessons

challenge Small icon

12 Challenges

Functions in C

Anonymous

In this course, you will learn how to use functions in C with examples and challenges.

lesson Small icon

17 Lessons

challenge Small icon

15 Challenges

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?

lesson Small icon

9 Lessons

challenge Small icon

8 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.

lesson Small icon

21 Lessons

challenge Small icon

18 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!

lesson Small icon

13 Lessons

challenge Small icon

12 Challenges

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.

lesson Small icon

13 Lessons

challenge Small icon

12 Challenges

Array Methods in JavaScript

Anonymous

In this course, you will learn about Arrays and the most commonly used Array methods in JavaScript and how to use them!

lesson Small icon

18 Lessons

challenge Small icon

17 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.

lesson Small icon

8 Lessons

challenge Small icon

7 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.

lesson Small icon

11 Lessons

challenge Small icon

10 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.

lesson Small icon

11 Lessons

challenge Small icon

8 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.

lesson Small icon

9 Lessons

challenge Small icon

8 Challenges

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!

lesson Small icon

9 Lessons

challenge Small icon

7 Challenges

Arrays in C++

Anonymous

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

lesson Small icon

26 Lessons

challenge Small icon

20 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!

lesson Small icon

12 Lessons

challenge Small icon

11 Challenges

Functions and Pointers in Golang

Anonymous

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

lesson Small icon

19 Lessons

challenge Small icon

18 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!

lesson Small icon

9 Lessons

challenge Small icon

4 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.

lesson Small icon

17 Lessons

challenge Small icon

16 Challenges

YouTube Video Player - HTML Project

Anonymous

In this project, you'll create a YouTube video player using HTML and explore various attributes along the way.

lesson Small icon

7 Lessons

challenge Small icon

6 Challenges

Bit Manipulation

Anonymous

In this course we will learn about bit manipulation with some exciting challenges to boost up problem solving!

lesson Small icon

17 Lessons

challenge Small icon

13 Challenges

Function Declarations in JavaScript

Anonymous

In this course you will learn about different ways of function declaration in JavaScript. From traditional basic function declarations to the modern arrow functions, enhance your coding skills and write cleaner, more efficient JavaScript code!

lesson Small icon

14 Lessons

challenge Small icon

13 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++

lesson Small icon

21 Lessons

challenge Small icon

17 Challenges

PHP Functions and Arrays

Anonymous

Exploring built-in functions, and array manipulation.

lesson Small icon

14 Lessons

challenge Small icon

14 Challenges

Slices and Maps in Golang

Anonymous

Learn how slices and maps work in GoLang with examples and challenges, step by step.

lesson Small icon

21 Lessons

challenge Small icon

19 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.

lesson Small icon

14 Lessons

challenge Small icon

13 Challenges