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
(8247)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list345 Tasks

Beginner

4.5
(59)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop4 Courses
list98 Tasks

Intermediate

4.9
(7)
track
lockOnly for Ultimate
track image

Mastering Data Visualization

laptop5 Courses
list145 Tasks

Intermediate

4.6
(7)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop4 Courses
list115 Tasks

Beginner

4.7
(93)
track
lockOnly for Ultimate
track image

Π‘++ Essentials

laptop6 Courses
list101 Tasks

Beginner

4.4
(17)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop6 Courses
list195 Tasks

Beginner

4.7
(284)
track
lockOnly for Ultimate
track image

Supervised Machine Learning

laptop5 Courses
list135 Tasks

Intermediate

4.9
(7)
track
lockOnly for Ultimate
track image

Python Beyond Intermediate

laptop3 Courses
pencil-with-line1 Project
list125 Tasks

Beginner

4.7
(3)
track
lockOnly for Ultimate
track image

Java Essentials

laptop7 Courses
list376 Tasks

Beginner

4.3
(9)
track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list143 Tasks

Beginner

4.6
(7)
track
lockOnly for Ultimate
track image

Become a Django Developer

laptop5 Courses
list180 Tasks

Advanced

4.5
(28)
track
lockOnly for Ultimate
track image

Flask for Dummies

laptop5 Courses
list165 Tasks

Intermediate

4.5
(32)
track
lockOnly for Ultimate
track image

Frontend Development Foundations

laptop6 Courses
list308 Tasks

Beginner

4.6
(53)
track
lockOnly for Ultimate
track image

Web Developer from Zero to Hero

laptop6 Courses
list252 Tasks

Beginner

4.6
(57)
track
lockOnly for Ultimate
track image

Preparation for Data Science

laptop8 Courses
pencil-with-line2 Projects
list185 Tasks

Intermediate

4.5
(11)
track
lockOnly for Ultimate
track image

Deep Learning Odyssey

laptop2 Courses
list80 Tasks

Advanced

5.0
(3)
track
lockOnly for Ultimate
track image

Web Development with C#

laptop7 Courses
list293 Tasks

Beginner

4.8
(98)
track
lockOnly for Ultimate
track image

TEST E2E TRACK BEGINNER

pencil-with-line1 Project
list0 Task

Beginner

track
lockOnly for Ultimate

Test Track

laptop2 Courses
list21 Tasks
4.7
(3)
track
lockOnly for Ultimate
track image

Skilled Python BackEnd Developer

laptop5 Courses
list139 Tasks

Advanced

4.7
(261)
track
lockOnly for Ultimate
track image

Test Recalculate

laptop2 Courses
list0 Task

Beginner

track
lockOnly for Ultimate
track image

Excel Essentials

laptop4 Courses
list81 Tasks

Beginner

4.5
(39)
track
lockOnly for Ultimate
track image

Full-Stack .NET Developer Journey

laptop13 Courses
list555 Tasks

Intermediate

4.8
(129)
track
lockOnly for Ultimate
track image

Full-Stack .NET Developer Journey

laptop13 Courses
list555 Tasks

Intermediate

4.8
(129)
track
lockOnly for Ultimate
track image

Test track with rating

laptop1 Course
list0 Task

Advanced

4.0
(4)
track
lockOnly for Ultimate
track image

TEST TEST TRACK

list0 Task

Beginner

track
lockOnly for Ultimate
track image

Data Analyst Foundation

laptop6 Courses
list180 Tasks

Beginner

4.7
(116)
track
lockOnly for Ultimate
track image

C++ Mastery

laptop3 Courses
list70 Tasks

Advanced

track
lockOnly for Ultimate
track image

Java Web

laptop7 Courses
list282 Tasks

Advanced

4.5
(31)
track
lockOnly for Ultimate
track image

Become a QA Engineer

laptop5 Courses
list239 Tasks

Beginner

4.5
(44)
track
lockOnly for Ultimate
track image

Video Production with Adobe

laptop4 Courses
list125 Tasks

Beginner

track
lockOnly for Ultimate
track image

UI/UX Design Tools

laptop3 Courses
list119 Tasks

Beginner

track
lockOnly for Ultimate
track image

Test image upload track

laptop1 Course
list15 Tasks

Beginner

track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks

Beginner

4.6
(24)
track
lockOnly for Ultimate
track image

GitHub from Zero to Hero

laptop3 Courses
list41 Tasks

Beginner

track
lockOnly for Ultimate
track image

No-Code Website Development

laptop2 Courses
list151 Tasks

Beginner

track
lockOnly for Ultimate
track image

C Programming & Low-Level Development

laptop3 Courses
list61 Tasks

Beginner

track
lockOnly for Ultimate
track image

testes

laptop2 Courses
pencil-with-line1 Project
list38 Tasks

Beginner

4.7
(3)
track
lockOnly for Ultimate
track image

Test translation track

laptop3 Courses
list36 Tasks

Intermediate

track
lockOnly for Ultimate
track image

Test CMS Track

laptop2 Courses
pencil-with-line1 Project
list38 Tasks

Beginner

4.7
(3)
track
lockOnly for Ultimate
track image

Python for Data Analysis

laptop5 Courses
list134 Tasks

Intermediate

4.6
(9)
track
lockOnly for Ultimate
track image

Digital Marketing Essentials

laptop4 Courses
list159 Tasks

Beginner

track
lockOnly for Ultimate
track image

Complete Social Media Management

laptop4 Courses
list154 Tasks

Beginner

Courses & Projects

course

Preprocessing Data

Preprocessing Data

Preprocessing Data is an important step in the process of analyzing data and ML problem-solving. Preparing, cleaning, and scaling data can help to make the process easier and faster. Data preprocessing is a vast area: there are various methods and approaches, and in this course, you'll learn the main ones.

course

Principal Component Analysis

Principal Component Analysis

Principal component analysis is one of the most popular data dimensionality reduction algorithms. This course will help to understand how to create PCA models and analyze the results. Let's start!

course

Probability Theory

Probability Theory

We meet probability every day but do not even recognize it! This course will introduce you to the basic terms. We will combine math and programming learning with real-life examples.

course

Probability Theory Update

Probability Theory Update

_

course

Python Data Types

Python Data Types

A data type is a classification of data. Python, like most programming languages, supports such basic types of data as strings, numeric, and logical types. For programmers, one of the most important basic skills is a deep understanding of data types and data structures. So, let's get to know Python datatypes!

course

Python Functions: From Zero to Hero

Python Functions: From Zero to Hero

Thanks to this course, you will learn what functions are, how to create them correctly in python. Start your course with introductory exercises, a structure for creating functions, and basic examples. in the end, you will learn what recursion is, how recursive functions are implemented in python, and you will also learn how to create more complex functions that, in your further practice, will greatly simplify and optimize your code.

course

Python Loops

Python Loops

This mini-course helps beginners understand the Python loops more deeply. This very basic concept solves a lot of problems in coding, especially algorithmic-based problems. You'll be coding different types of loops present in Python and using some helpful features.

course

Python Tutorial for Beginners

Python Tutorial for Beginners

This course is intended for those who are not yet familiar with Python programming. In the course, you will get acquainted with the basic concepts and also get practical tasks to consolidate theoretical knowledge.

course

Python Web Development Track Overview

Python Web Development Track Overview

---

course

QNA TEST COURSE

QNA TEST COURSE

TEST QNA COURSE FOR TESTING CHAT IMPROVEMENTS

course

R Test

R Test

test

course

React Bundler Test Course

React Bundler Test Course

Course for testing ESBuild bundler on front-end

course

React Tutorial

React Tutorial

React is a popular JavaScript library for building user interfaces. It is developed and maintained by Facebook and is used by many large companies to create complex and interactive web and mobile applications. quckReact uses a virtual DOM to update the user interface efficiently and uses a declarative approach to programming, making it easy to reason about and predict the behavior of an application. React is known for its efficiency and flexibility and allows developers to create reusable components that can be quickly composed to build complex user interfaces.

course

SQL Basics

SQL Basics

SQL is a domain-specific programming language widely used by data scientists, analysts, etc for manipulating and extracting necessary data. Nowadays, SQL is a must-have point in the CV for every potential analyst, data scientist. In this course, you will be introduced to the very basics of SQL.

course

SQL Tutorial for Beginners

SQL Tutorial for Beginners

This course was created for very beginners in programming, for those who want to start learning such a popular language for work with databases. Nowadays, all the applications and services collect some data and work with it, and basic SQL syntax is a foundation for further work with other Database Management Systems.
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
(8247)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list345 Tasks

Beginner

4.5
(59)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop4 Courses
list98 Tasks

Intermediate

4.9
(7)
track
lockOnly for Ultimate
track image

Mastering Data Visualization

laptop5 Courses
list145 Tasks

Intermediate

4.6
(7)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop4 Courses
list115 Tasks

Beginner

4.7
(93)
track
lockOnly for Ultimate
track image

Π‘++ Essentials

laptop6 Courses
list101 Tasks

Beginner

4.4
(17)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop6 Courses
list195 Tasks

Beginner

4.7
(284)
track
lockOnly for Ultimate
track image

Supervised Machine Learning

laptop5 Courses
list135 Tasks

Intermediate

4.9
(7)
track
lockOnly for Ultimate
track image

Python Beyond Intermediate

laptop3 Courses
pencil-with-line1 Project
list125 Tasks

Beginner

4.7
(3)
track
lockOnly for Ultimate
track image

Java Essentials

laptop7 Courses
list376 Tasks

Beginner

4.3
(9)
track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list143 Tasks

Beginner

4.6
(7)
track
lockOnly for Ultimate
track image

Become a Django Developer

laptop5 Courses
list180 Tasks

Advanced

4.5
(28)
track
lockOnly for Ultimate
track image

Flask for Dummies

laptop5 Courses
list165 Tasks

Intermediate

4.5
(32)
track
lockOnly for Ultimate
track image

Frontend Development Foundations

laptop6 Courses
list308 Tasks

Beginner

4.6
(53)
track
lockOnly for Ultimate
track image

Web Developer from Zero to Hero

laptop6 Courses
list252 Tasks

Beginner

4.6
(57)
track
lockOnly for Ultimate
track image

Preparation for Data Science

laptop8 Courses
pencil-with-line2 Projects
list185 Tasks

Intermediate

4.5
(11)
track
lockOnly for Ultimate
track image

Deep Learning Odyssey

laptop2 Courses
list80 Tasks

Advanced

5.0
(3)
track
lockOnly for Ultimate
track image

Web Development with C#

laptop7 Courses
list293 Tasks

Beginner

4.8
(98)
track
lockOnly for Ultimate
track image

TEST E2E TRACK BEGINNER

pencil-with-line1 Project
list0 Task

Beginner

track
lockOnly for Ultimate

Test Track

laptop2 Courses
list21 Tasks
4.7
(3)
track
lockOnly for Ultimate
track image

Skilled Python BackEnd Developer

laptop5 Courses
list139 Tasks

Advanced

4.7
(261)
track
lockOnly for Ultimate
track image

Test Recalculate

laptop2 Courses
list0 Task

Beginner

track
lockOnly for Ultimate
track image

Excel Essentials

laptop4 Courses
list81 Tasks

Beginner

4.5
(39)
track
lockOnly for Ultimate
track image

Full-Stack .NET Developer Journey

laptop13 Courses
list555 Tasks

Intermediate

4.8
(129)
track
lockOnly for Ultimate
track image

Full-Stack .NET Developer Journey

laptop13 Courses
list555 Tasks

Intermediate

4.8
(129)
track
lockOnly for Ultimate
track image

Test track with rating

laptop1 Course
list0 Task

Advanced

4.0
(4)
track
lockOnly for Ultimate
track image

TEST TEST TRACK

list0 Task

Beginner

track
lockOnly for Ultimate
track image

Data Analyst Foundation

laptop6 Courses
list180 Tasks

Beginner

4.7
(116)
track
lockOnly for Ultimate
track image

C++ Mastery

laptop3 Courses
list70 Tasks

Advanced

track
lockOnly for Ultimate
track image

Java Web

laptop7 Courses
list282 Tasks

Advanced

4.5
(31)
track
lockOnly for Ultimate
track image

Become a QA Engineer

laptop5 Courses
list239 Tasks

Beginner

4.5
(44)
track
lockOnly for Ultimate
track image

Video Production with Adobe

laptop4 Courses
list125 Tasks

Beginner

track
lockOnly for Ultimate
track image

UI/UX Design Tools

laptop3 Courses
list119 Tasks

Beginner

track
lockOnly for Ultimate
track image

Test image upload track

laptop1 Course
list15 Tasks

Beginner

track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks

Beginner

4.6
(24)
track
lockOnly for Ultimate
track image

GitHub from Zero to Hero

laptop3 Courses
list41 Tasks

Beginner

track
lockOnly for Ultimate
track image

No-Code Website Development

laptop2 Courses
list151 Tasks

Beginner

track
lockOnly for Ultimate
track image

C Programming & Low-Level Development

laptop3 Courses
list61 Tasks

Beginner

track
lockOnly for Ultimate
track image

testes

laptop2 Courses
pencil-with-line1 Project
list38 Tasks

Beginner

4.7
(3)
track
lockOnly for Ultimate
track image

Test translation track

laptop3 Courses
list36 Tasks

Intermediate

track
lockOnly for Ultimate
track image

Test CMS Track

laptop2 Courses
pencil-with-line1 Project
list38 Tasks

Beginner

4.7
(3)
track
lockOnly for Ultimate
track image

Python for Data Analysis

laptop5 Courses
list134 Tasks

Intermediate

4.6
(9)
track
lockOnly for Ultimate
track image

Digital Marketing Essentials

laptop4 Courses
list159 Tasks

Beginner

track
lockOnly for Ultimate
track image

Complete Social Media Management

laptop4 Courses
list154 Tasks

Beginner

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
list345 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Become a React Developer

laptop4 Courses
list98 Tasks
4.9
track
track image
For Ultimate

Only for Ultimate

Mastering Data Visualization

laptop5 Courses
list145 Tasks
4.6
track
track image
For Ultimate

Only for Ultimate

SQL from Zero to Hero

laptop4 Courses
list115 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

Π‘++ Essentials

laptop6 Courses
list101 Tasks
4.4
track
track image
For Ultimate

Only for Ultimate

Python from Zero to Hero

laptop6 Courses
list195 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

Supervised Machine Learning

laptop5 Courses
list135 Tasks
4.9
track
track image
For Ultimate

Only for Ultimate

Python Beyond Intermediate

laptop3 Courses
pencil-with-line1 Project
list125 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

Java Essentials

laptop7 Courses
list376 Tasks
4.3
track
track image
For Ultimate

Only for Ultimate

Game Development with Unity

laptop4 Courses
list143 Tasks
4.6
track
track image
For Ultimate

Only for Ultimate

Become a Django Developer

laptop5 Courses
list180 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Flask for Dummies

laptop5 Courses
list165 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Frontend Development Foundations

laptop6 Courses
list308 Tasks
4.6
track
track image
For Ultimate

Only for Ultimate

Web Developer from Zero to Hero

laptop6 Courses
list252 Tasks
4.6
track
track image
For Ultimate

Only for Ultimate

Preparation for Data Science

laptop8 Courses
pencil-with-line2 Projects
list185 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Deep Learning Odyssey

laptop2 Courses
list80 Tasks
5.0
track
track image
For Ultimate

Only for Ultimate

Web Development with C#

laptop7 Courses
list293 Tasks
4.8
track
track image
For Ultimate

Only for Ultimate

TEST E2E TRACK BEGINNER

pencil-with-line1 Project
list0 Task

new

track
For Ultimate

Only for Ultimate

Test Track

laptop2 Courses
list21 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

Skilled Python BackEnd Developer

laptop5 Courses
list139 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

Test Recalculate

laptop2 Courses
list0 Task

new

track
track image
For Ultimate

Only for Ultimate

Excel Essentials

laptop4 Courses
list81 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Full-Stack .NET Developer Journey

laptop13 Courses
list555 Tasks
4.8
track
track image
For Ultimate

Only for Ultimate

Full-Stack .NET Developer Journey

laptop13 Courses
list555 Tasks
4.8
track
track image
For Ultimate

Only for Ultimate

Test track with rating

laptop1 Course
list0 Task
4.0
track
track image
For Ultimate

Only for Ultimate

TEST TEST TRACK

list0 Task

new

track
track image
For Ultimate

Only for Ultimate

Data Analyst Foundation

laptop6 Courses
list180 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

C++ Mastery

laptop3 Courses
list70 Tasks

new

track
track image
For Ultimate

Only for Ultimate

Java Web

laptop7 Courses
list282 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Become a QA Engineer

laptop5 Courses
list239 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Video Production with Adobe

laptop4 Courses
list125 Tasks

new

track
track image
For Ultimate

Only for Ultimate

UI/UX Design Tools

laptop3 Courses
list119 Tasks

new

track
track image
For Ultimate

Only for Ultimate

Test image upload track

laptop1 Course
list15 Tasks

new

track
track image
For Ultimate

Only for Ultimate

Essential Office Skills

laptop3 Courses
list75 Tasks
4.6
track
track image
For Ultimate

Only for Ultimate

GitHub from Zero to Hero

laptop3 Courses
list41 Tasks

new

track
track image
For Ultimate

Only for Ultimate

No-Code Website Development

laptop2 Courses
list151 Tasks

new

track
track image
For Ultimate

Only for Ultimate

C Programming & Low-Level Development

laptop3 Courses
list61 Tasks

new

track
track image
For Ultimate

Only for Ultimate

testes

laptop2 Courses
pencil-with-line1 Project
list38 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

Test translation track

laptop3 Courses
list36 Tasks

new

track
track image
For Ultimate

Only for Ultimate

Test CMS Track

laptop2 Courses
pencil-with-line1 Project
list38 Tasks
4.7
track
track image
For Ultimate

Only for Ultimate

Python for Data Analysis

laptop5 Courses
list134 Tasks
4.6
track
track image
For Ultimate

Only for Ultimate

Digital Marketing Essentials

laptop4 Courses
list159 Tasks

new

track
track image
For Ultimate

Only for Ultimate

Complete Social Media Management

laptop4 Courses
list154 Tasks

new

Search
Close

Courses & Projects

Technologies

return
Filters

course

Preprocessing Data

Preprocessing Data

Preprocessing Data is an important step in the process of analyzing data and ML problem-solving. Preparing, cleaning, and scaling data can help to make the process easier and faster. Data preprocessing is a vast area: there are various methods and approaches, and in this course, you'll learn the main ones.

course

Principal Component Analysis

Principal Component Analysis

Principal component analysis is one of the most popular data dimensionality reduction algorithms. This course will help to understand how to create PCA models and analyze the results. Let's start!

course

Probability Theory

Probability Theory

We meet probability every day but do not even recognize it! This course will introduce you to the basic terms. We will combine math and programming learning with real-life examples.

course

Probability Theory Update

Probability Theory Update

_

course

Python Data Types

Python Data Types

A data type is a classification of data. Python, like most programming languages, supports such basic types of data as strings, numeric, and logical types. For programmers, one of the most important basic skills is a deep understanding of data types and data structures. So, let's get to know Python datatypes!

course

Python Functions: From Zero to Hero

Python Functions: From Zero to Hero

Thanks to this course, you will learn what functions are, how to create them correctly in python. Start your course with introductory exercises, a structure for creating functions, and basic examples. in the end, you will learn what recursion is, how recursive functions are implemented in python, and you will also learn how to create more complex functions that, in your further practice, will greatly simplify and optimize your code.

course

Python Loops

Python Loops

This mini-course helps beginners understand the Python loops more deeply. This very basic concept solves a lot of problems in coding, especially algorithmic-based problems. You'll be coding different types of loops present in Python and using some helpful features.

course

Python Tutorial for Beginners

Python Tutorial for Beginners

This course is intended for those who are not yet familiar with Python programming. In the course, you will get acquainted with the basic concepts and also get practical tasks to consolidate theoretical knowledge.

course

Python Web Development Track Overview

Python Web Development Track Overview

---

course

QNA TEST COURSE

QNA TEST COURSE

TEST QNA COURSE FOR TESTING CHAT IMPROVEMENTS

course

R Test

R Test

test

course

React Bundler Test Course

React Bundler Test Course

Course for testing ESBuild bundler on front-end

course

React Tutorial

React Tutorial

React is a popular JavaScript library for building user interfaces. It is developed and maintained by Facebook and is used by many large companies to create complex and interactive web and mobile applications. quckReact uses a virtual DOM to update the user interface efficiently and uses a declarative approach to programming, making it easy to reason about and predict the behavior of an application. React is known for its efficiency and flexibility and allows developers to create reusable components that can be quickly composed to build complex user interfaces.

course

SQL Basics

SQL Basics

SQL is a domain-specific programming language widely used by data scientists, analysts, etc for manipulating and extracting necessary data. Nowadays, SQL is a must-have point in the CV for every potential analyst, data scientist. In this course, you will be introduced to the very basics of SQL.

course

SQL Tutorial for Beginners

SQL Tutorial for Beginners

This course was created for very beginners in programming, for those who want to start learning such a popular language for work with databases. Nowadays, all the applications and services collect some data and work with it, and basic SQL syntax is a foundation for further work with other Database Management Systems.

course

Preprocessing Data

Preprocessing Data

Preprocessing Data is an important step in the process of analyzing data and ML problem-solving. Preparing, cleaning, and scaling data can help to make the process easier and faster. Data preprocessing is a vast area: there are various methods and approaches, and in this course, you'll learn the main ones.

course

Principal Component Analysis

Principal Component Analysis

Principal component analysis is one of the most popular data dimensionality reduction algorithms. This course will help to understand how to create PCA models and analyze the results. Let's start!

course

Probability Theory

Probability Theory

We meet probability every day but do not even recognize it! This course will introduce you to the basic terms. We will combine math and programming learning with real-life examples.

course

Probability Theory Update

Probability Theory Update

_

course

Python Data Types

Python Data Types

A data type is a classification of data. Python, like most programming languages, supports such basic types of data as strings, numeric, and logical types. For programmers, one of the most important basic skills is a deep understanding of data types and data structures. So, let's get to know Python datatypes!

course

Python Functions: From Zero to Hero

Python Functions: From Zero to Hero

Thanks to this course, you will learn what functions are, how to create them correctly in python. Start your course with introductory exercises, a structure for creating functions, and basic examples. in the end, you will learn what recursion is, how recursive functions are implemented in python, and you will also learn how to create more complex functions that, in your further practice, will greatly simplify and optimize your code.

course

Python Loops

Python Loops

This mini-course helps beginners understand the Python loops more deeply. This very basic concept solves a lot of problems in coding, especially algorithmic-based problems. You'll be coding different types of loops present in Python and using some helpful features.

course

Python Tutorial for Beginners

Python Tutorial for Beginners

This course is intended for those who are not yet familiar with Python programming. In the course, you will get acquainted with the basic concepts and also get practical tasks to consolidate theoretical knowledge.

course

Python Web Development Track Overview

Python Web Development Track Overview

---

course

QNA TEST COURSE

QNA TEST COURSE

TEST QNA COURSE FOR TESTING CHAT IMPROVEMENTS

course

R Test

R Test

test

course

React Bundler Test Course

React Bundler Test Course

Course for testing ESBuild bundler on front-end

course

React Tutorial

React Tutorial

React is a popular JavaScript library for building user interfaces. It is developed and maintained by Facebook and is used by many large companies to create complex and interactive web and mobile applications. quckReact uses a virtual DOM to update the user interface efficiently and uses a declarative approach to programming, making it easy to reason about and predict the behavior of an application. React is known for its efficiency and flexibility and allows developers to create reusable components that can be quickly composed to build complex user interfaces.

course

SQL Basics

SQL Basics

SQL is a domain-specific programming language widely used by data scientists, analysts, etc for manipulating and extracting necessary data. Nowadays, SQL is a must-have point in the CV for every potential analyst, data scientist. In this course, you will be introduced to the very basics of SQL.

course

SQL Tutorial for Beginners

SQL Tutorial for Beginners

This course was created for very beginners in programming, for those who want to start learning such a popular language for work with databases. Nowadays, all the applications and services collect some data and work with it, and basic SQL syntax is a foundation for further work with other Database Management Systems.
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