Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
All Courses & Projects | Codefinity

Technologies

Topic

Level

Type of lesson

Career tracks

track
lockOnly for Ultimate
track image

TEST TRACK 12

laptop1 Course
pencil-with-line1 Project
list0 Task

Beginner

4.0
(17164)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list424 Tasks

Beginner

4.5
(53)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop4 Courses
list98 Tasks

Intermediate

4.8
(8)
track
lockOnly for Ultimate
track image

Mastering Data Visualization

laptop5 Courses
list146 Tasks

Intermediate

4.4
(9)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop7 Courses
list249 Tasks

Beginner

4.6
(113)

Courses & Projects

project

Exploring Heart Disease Patterns in Clinical Data

Exploring Heart Disease Patterns in Clinical Data

Explore real-world patient heart health data to uncover relationships between chest pain types, demographics, and heart disease prevalence using Python analytics.

project

Exploring New York Airbnb Listings

Exploring New York Airbnb Listings

Explore Airbnb listings in New York by cleaning, filtering, and visualizing data to identify optimal neighborhoods, prices, and listing types.

course

Foundations of Machine Learning Track Overview

Foundations of Machine Learning Track Overview

Now we will briefly describe all the courses on the track and consider how you can apply the gained knowledge in practice.

course

Google Spreadsheets Tutorial

Google Spreadsheets Tutorial

Learn how to create and customize spreadsheets in Google Sheets, work with formulas and functions, including logical operations, format data, and sort and filter information. Master data visualization with charts and ensure data security during collaboration.

project

Gradient descent for linear regression

Gradient descent for linear regression

The starting point for all optimization theory and machine learning is the idea that we can use calculus to automatically step by step change the result towards improvement. In this course, we will apply this idea to a linear model.

course

Greedy Algorithms using Python

Greedy Algorithms using Python

Meet the Greedy Algorithms course that introduces you the Greedy paradigm, which can be used in a huge amount of problems. We’ll start with classic problems, then move to the Greedy Algorithms in arrays, and finish with the hardest part – Greedy Algorithms on graphs, such as Kruskal’s Minimum Spanning Tree and Dijkstra Shortest Path Algorithm. That would be great if you’re already familiar with Algorithms at all and such concepts as Dynamic Programming.

course

HTML & JavaScript Interactivity for Beginners

HTML & JavaScript Interactivity for Beginners

You'll be familiar with the basic DOM manipulation of HTML elements with JavaScript. A static web page can only be made dynamic by changing the state of the HTML elements via DOM with the help of JavaScript. So first, you'll learn the fundamentals of DOM manipulation of HTML elements, attributes, and styles. Then you'll discover the event handling, adding event listeners to HTML elements, and form processing. You'll also find the importance of HTML APIs before practicing what you have learned.

project

Identifying High-Value International Markets for London Tourism

Identifying High-Value International Markets for London Tourism

This project focuses on leveraging historical visitor data to identify high-potential international markets, uncover travel patterns, and segment audiences for targeted marketing strategies.

course

Improving Social Media Workflow with Hootsuite

Improving Social Media Workflow with Hootsuite

Build a strong foundation in social media management with Hootsuite. Explore tools for scheduling content, monitoring engagement, analyzing performance, and optimizing strategy. Leverage built-in AI features, streamline team collaboration, and integrate third-party apps to enhance workflow and results.

project

Indian Food Project

Indian Food Project

something

course

Introduction to Angular

Introduction to Angular

Discover how to build modern web applications using Angular, one of the most powerful frontend frameworks. You'll start with the core concepts, set up your development environment, and gradually move on to building dynamic, interactive components. Along the way, you'll work with directives, services, routing, and the latest approach with Standalone Components. With each step, you'll gain practical skills to confidently develop and organize Angular applications following industry best practices.

course

Introduction to Big Data with Apache Spark in Python

Introduction to Big Data with Apache Spark in Python

This course will help those who want to get some of Big Data basics, including different types of distributed computings and such programming paradigm as MapReduce. Also, main part of the course will be devoted to such framework as Apache Spark and it's high-level API PySpark using Python programming language.

course

Introduction to C++

Introduction to C++

C++

course

Introduction to C++ | Mobile-Friendly

Introduction to C++ | Mobile-Friendly

Learn the basics of C++ only with your mobile! Explore how one of the most popular programming languages works and write your first code using C++.

course

Introduction to CSS

Introduction to CSS

CSS, or Cascading Style Sheets, is a stylesheet language used to describe the presentation of a document written in a markup language like HTML. CSS is a fundamental building block of the modern web and controls the styling and layout of websites and web applications.
not found

Sorry... We can't find
what you're looking for

Career tracks

track
lockOnly for Ultimate
track image

TEST TRACK 12

laptop1 Course
pencil-with-line1 Project
list0 Task

Beginner

4.0
(17164)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list424 Tasks

Beginner

4.5
(53)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop4 Courses
list98 Tasks

Intermediate

4.8
(8)
track
lockOnly for Ultimate
track image

Mastering Data Visualization

laptop5 Courses
list146 Tasks

Intermediate

4.4
(9)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop7 Courses
list249 Tasks

Beginner

4.6
(113)
track
track image
For Ultimate

Only for Ultimate

TEST TRACK 12

laptop1 Course
pencil-with-line1 Project
list0 Task
4.0
track
track image
For Ultimate

Only for Ultimate

Full Stack Web Development

laptop7 Courses
list424 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Become a React Developer

laptop4 Courses
list98 Tasks
4.8
track
track image
For Ultimate

Only for Ultimate

Mastering Data Visualization

laptop5 Courses
list146 Tasks
4.4
track
track image
For Ultimate

Only for Ultimate

SQL from Zero to Hero

laptop7 Courses
list249 Tasks
4.6
Search
Close

Courses & Projects

Technologies

project

Exploring Heart Disease Patterns in Clinical Data

Exploring Heart Disease Patterns in Clinical Data

Explore real-world patient heart health data to uncover relationships between chest pain types, demographics, and heart disease prevalence using Python analytics.

project

Exploring New York Airbnb Listings

Exploring New York Airbnb Listings

Explore Airbnb listings in New York by cleaning, filtering, and visualizing data to identify optimal neighborhoods, prices, and listing types.

course

Foundations of Machine Learning Track Overview

Foundations of Machine Learning Track Overview

Now we will briefly describe all the courses on the track and consider how you can apply the gained knowledge in practice.

course

Google Spreadsheets Tutorial

Google Spreadsheets Tutorial

Learn how to create and customize spreadsheets in Google Sheets, work with formulas and functions, including logical operations, format data, and sort and filter information. Master data visualization with charts and ensure data security during collaboration.

project

Gradient descent for linear regression

Gradient descent for linear regression

The starting point for all optimization theory and machine learning is the idea that we can use calculus to automatically step by step change the result towards improvement. In this course, we will apply this idea to a linear model.

course

Greedy Algorithms using Python

Greedy Algorithms using Python

Meet the Greedy Algorithms course that introduces you the Greedy paradigm, which can be used in a huge amount of problems. We’ll start with classic problems, then move to the Greedy Algorithms in arrays, and finish with the hardest part – Greedy Algorithms on graphs, such as Kruskal’s Minimum Spanning Tree and Dijkstra Shortest Path Algorithm. That would be great if you’re already familiar with Algorithms at all and such concepts as Dynamic Programming.

course

HTML & JavaScript Interactivity for Beginners

HTML & JavaScript Interactivity for Beginners

You'll be familiar with the basic DOM manipulation of HTML elements with JavaScript. A static web page can only be made dynamic by changing the state of the HTML elements via DOM with the help of JavaScript. So first, you'll learn the fundamentals of DOM manipulation of HTML elements, attributes, and styles. Then you'll discover the event handling, adding event listeners to HTML elements, and form processing. You'll also find the importance of HTML APIs before practicing what you have learned.

project

Identifying High-Value International Markets for London Tourism

Identifying High-Value International Markets for London Tourism

This project focuses on leveraging historical visitor data to identify high-potential international markets, uncover travel patterns, and segment audiences for targeted marketing strategies.

course

Improving Social Media Workflow with Hootsuite

Improving Social Media Workflow with Hootsuite

Build a strong foundation in social media management with Hootsuite. Explore tools for scheduling content, monitoring engagement, analyzing performance, and optimizing strategy. Leverage built-in AI features, streamline team collaboration, and integrate third-party apps to enhance workflow and results.

project

Indian Food Project

Indian Food Project

something

course

Introduction to Angular

Introduction to Angular

Discover how to build modern web applications using Angular, one of the most powerful frontend frameworks. You'll start with the core concepts, set up your development environment, and gradually move on to building dynamic, interactive components. Along the way, you'll work with directives, services, routing, and the latest approach with Standalone Components. With each step, you'll gain practical skills to confidently develop and organize Angular applications following industry best practices.

course

Introduction to Big Data with Apache Spark in Python

Introduction to Big Data with Apache Spark in Python

This course will help those who want to get some of Big Data basics, including different types of distributed computings and such programming paradigm as MapReduce. Also, main part of the course will be devoted to such framework as Apache Spark and it's high-level API PySpark using Python programming language.

course

Introduction to C++

Introduction to C++

C++

course

Introduction to C++ | Mobile-Friendly

Introduction to C++ | Mobile-Friendly

Learn the basics of C++ only with your mobile! Explore how one of the most popular programming languages works and write your first code using C++.

course

Introduction to CSS

Introduction to CSS

CSS, or Cascading Style Sheets, is a stylesheet language used to describe the presentation of a document written in a markup language like HTML. CSS is a fundamental building block of the modern web and controls the styling and layout of websites and web applications.

project

Exploring Heart Disease Patterns in Clinical Data

Exploring Heart Disease Patterns in Clinical Data

Explore real-world patient heart health data to uncover relationships between chest pain types, demographics, and heart disease prevalence using Python analytics.

project

Exploring New York Airbnb Listings

Exploring New York Airbnb Listings

Explore Airbnb listings in New York by cleaning, filtering, and visualizing data to identify optimal neighborhoods, prices, and listing types.

course

Foundations of Machine Learning Track Overview

Foundations of Machine Learning Track Overview

Now we will briefly describe all the courses on the track and consider how you can apply the gained knowledge in practice.

course

Google Spreadsheets Tutorial

Google Spreadsheets Tutorial

Learn how to create and customize spreadsheets in Google Sheets, work with formulas and functions, including logical operations, format data, and sort and filter information. Master data visualization with charts and ensure data security during collaboration.

project

Gradient descent for linear regression

Gradient descent for linear regression

The starting point for all optimization theory and machine learning is the idea that we can use calculus to automatically step by step change the result towards improvement. In this course, we will apply this idea to a linear model.

course

Greedy Algorithms using Python

Greedy Algorithms using Python

Meet the Greedy Algorithms course that introduces you the Greedy paradigm, which can be used in a huge amount of problems. We’ll start with classic problems, then move to the Greedy Algorithms in arrays, and finish with the hardest part – Greedy Algorithms on graphs, such as Kruskal’s Minimum Spanning Tree and Dijkstra Shortest Path Algorithm. That would be great if you’re already familiar with Algorithms at all and such concepts as Dynamic Programming.

course

HTML & JavaScript Interactivity for Beginners

HTML & JavaScript Interactivity for Beginners

You'll be familiar with the basic DOM manipulation of HTML elements with JavaScript. A static web page can only be made dynamic by changing the state of the HTML elements via DOM with the help of JavaScript. So first, you'll learn the fundamentals of DOM manipulation of HTML elements, attributes, and styles. Then you'll discover the event handling, adding event listeners to HTML elements, and form processing. You'll also find the importance of HTML APIs before practicing what you have learned.

project

Identifying High-Value International Markets for London Tourism

Identifying High-Value International Markets for London Tourism

This project focuses on leveraging historical visitor data to identify high-potential international markets, uncover travel patterns, and segment audiences for targeted marketing strategies.

course

Improving Social Media Workflow with Hootsuite

Improving Social Media Workflow with Hootsuite

Build a strong foundation in social media management with Hootsuite. Explore tools for scheduling content, monitoring engagement, analyzing performance, and optimizing strategy. Leverage built-in AI features, streamline team collaboration, and integrate third-party apps to enhance workflow and results.

project

Indian Food Project

Indian Food Project

something

course

Introduction to Angular

Introduction to Angular

Discover how to build modern web applications using Angular, one of the most powerful frontend frameworks. You'll start with the core concepts, set up your development environment, and gradually move on to building dynamic, interactive components. Along the way, you'll work with directives, services, routing, and the latest approach with Standalone Components. With each step, you'll gain practical skills to confidently develop and organize Angular applications following industry best practices.

course

Introduction to Big Data with Apache Spark in Python

Introduction to Big Data with Apache Spark in Python

This course will help those who want to get some of Big Data basics, including different types of distributed computings and such programming paradigm as MapReduce. Also, main part of the course will be devoted to such framework as Apache Spark and it's high-level API PySpark using Python programming language.

course

Introduction to C++

Introduction to C++

C++

course

Introduction to C++ | Mobile-Friendly

Introduction to C++ | Mobile-Friendly

Learn the basics of C++ only with your mobile! Explore how one of the most popular programming languages works and write your first code using C++.

course

Introduction to CSS

Introduction to CSS

CSS, or Cascading Style Sheets, is a stylesheet language used to describe the presentation of a document written in a markup language like HTML. CSS is a fundamental building block of the modern web and controls the styling and layout of websites and web applications.
not found

Sorry... We can't find
what you're looking for

Follow us

trustpilot logo

Address

codefinity
We're sorry to hear that something went wrong. What happened?
some-alt