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

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

Full Stack Web Development

laptop7 Courses
list356 Tasks

Beginner

4.5
(70)
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

course

Networking Fundamentals

Networking Fundamentals

Networking Fundamentals is a comprehensive course designed for beginners and intermediate learners aiming to build practical skills in networking. Covering everything from foundational concepts to advanced applications, the course takes you through key topics including network types, IP addressing, protocols, and network security. By the end of this course, you'll be equipped with essential skills to troubleshoot, secure, and manage networks effectively, setting a solid foundation for further specialization in networking.

course

Optimization Techniques in Python

Optimization Techniques in Python

Learn how to write faster and more memory-efficient code by mastering performance measurement, selecting the right data structures, and leveraging built-in tools. We'll focus on practical optimization techniques for handling large datasets, efficient string operations, and partial sorting, ensuring your code is both robust and scalable.

course

Web Scraping with Python

Web Scraping with Python

Learn to extract valuable data from websites automatically. Master techniques to gather information efficiently, enabling you to perform in-depth analysis, make data-driven decisions, and unlock new insights from the vast ocean of online information.

project

Best Practices: Python OOP (copy)

Best Practices: Python OOP (copy)

In this project, we are going to understand what Object Oriented Programming (OOP) is and how we can implement it in Python.

project

Test course with dynamic ipynb task creation V2

Test course with dynamic ipynb task creation V2

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

project

UNIT TEST CASE STUDY

UNIT TEST CASE STUDY

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

course

Advanced Probability Theory

Advanced Probability Theory

Statistics and probability theory are fundamental tools in data analysis, decision-making, and scientific research. They provide a systematic and quantitative way to understand and interpret data, make predictions, and draw conclusions based on evidence. Now we will consider all additional topics necessary for Data Science and Data Analytics.

course

Deep Dive into the seaborn Visualization

Deep Dive into the seaborn Visualization

Welcome! Do you remember the seaborn professional teacher seal? And he wants to learn together at an Intermediate level of the Seaborn! Don't hesitate! Let's go!

project

 Identifying Spam Emails

Identifying Spam Emails

In this project, we are going to classify spam emails according to their content.

project

Automating Data Collection from Web Sources

Automating Data Collection from Web Sources

In this project, we are going to understand how to create a simple web scraper in Python.

project

Classifying Tweet Sentiments

Classifying Tweet Sentiments

We are going to classify tweets according to their sentiment, determining whether they express positive, negative, or neutral emotions. We will employ natural language processing techniques to preprocess the text data, and machine learning algorithms to build and evaluate sentiment classification models. By the end of the project, we aim to achieve a robust sentiment analysis tool that can accurately categorize the emotional tone of various tweets.

project

Clustering Media Content

Clustering Media Content

Now we are going to understand what a cluster is and how to use it in Python. We will explore the concept of clustering, which involves grouping a set of objects in such a way that objects in the same group (or cluster) are more similar to each other than to those in other groups. Additionally, we will demonstrate how to implement clustering algorithms using Python's popular libraries, such as scikit-learn, to identify patterns and insights within your data.

course

Django REST Framework

Django REST Framework

The Django REST Framework course opens the gateway to the world of web interface development, where you'll learn to create connections between servers and clients through APIs. As you delve into the technical details, you'll master how to transform complex data structures into network-friendly formats and vice versa. You'll understand how to efficiently handle user requests and return responses in a format that seamlessly integrates into web applications.

course

First Dive into seaborn Visualization

First Dive into seaborn Visualization

Together we will make the first dive into visualization based on a seaborn library. We will learn how to build simple plots and how to customize them. You will cope faster with tasks if you know something about pandas. Do not hesitate, and let's go!

project

Predicting Profitable Euro-Dollar Exchange Signals

Predicting Profitable Euro-Dollar Exchange Signals

In this course, we will examine the currency exchange rate relative to the euro. Our analysis will include Exploratory Data Analysis (EDA), generating visualizations, and developing a strategy to determine opportune moments for purchasing dollars. This strategy will involve trend detection techniques and constructing moving average curves to identify potential profit opportunities.
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
(17121)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list356 Tasks

Beginner

4.5
(70)
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
list356 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

course

Networking Fundamentals

Networking Fundamentals

Networking Fundamentals is a comprehensive course designed for beginners and intermediate learners aiming to build practical skills in networking. Covering everything from foundational concepts to advanced applications, the course takes you through key topics including network types, IP addressing, protocols, and network security. By the end of this course, you'll be equipped with essential skills to troubleshoot, secure, and manage networks effectively, setting a solid foundation for further specialization in networking.

course

Optimization Techniques in Python

Optimization Techniques in Python

Learn how to write faster and more memory-efficient code by mastering performance measurement, selecting the right data structures, and leveraging built-in tools. We'll focus on practical optimization techniques for handling large datasets, efficient string operations, and partial sorting, ensuring your code is both robust and scalable.

course

Web Scraping with Python

Web Scraping with Python

Learn to extract valuable data from websites automatically. Master techniques to gather information efficiently, enabling you to perform in-depth analysis, make data-driven decisions, and unlock new insights from the vast ocean of online information.

project

Best Practices: Python OOP (copy)

Best Practices: Python OOP (copy)

In this project, we are going to understand what Object Oriented Programming (OOP) is and how we can implement it in Python.

project

Test course with dynamic ipynb task creation V2

Test course with dynamic ipynb task creation V2

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

project

UNIT TEST CASE STUDY

UNIT TEST CASE STUDY

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

course

Advanced Probability Theory

Advanced Probability Theory

Statistics and probability theory are fundamental tools in data analysis, decision-making, and scientific research. They provide a systematic and quantitative way to understand and interpret data, make predictions, and draw conclusions based on evidence. Now we will consider all additional topics necessary for Data Science and Data Analytics.

course

Deep Dive into the seaborn Visualization

Deep Dive into the seaborn Visualization

Welcome! Do you remember the seaborn professional teacher seal? And he wants to learn together at an Intermediate level of the Seaborn! Don't hesitate! Let's go!

project

 Identifying Spam Emails

Identifying Spam Emails

In this project, we are going to classify spam emails according to their content.

project

Automating Data Collection from Web Sources

Automating Data Collection from Web Sources

In this project, we are going to understand how to create a simple web scraper in Python.

project

Classifying Tweet Sentiments

Classifying Tweet Sentiments

We are going to classify tweets according to their sentiment, determining whether they express positive, negative, or neutral emotions. We will employ natural language processing techniques to preprocess the text data, and machine learning algorithms to build and evaluate sentiment classification models. By the end of the project, we aim to achieve a robust sentiment analysis tool that can accurately categorize the emotional tone of various tweets.

project

Clustering Media Content

Clustering Media Content

Now we are going to understand what a cluster is and how to use it in Python. We will explore the concept of clustering, which involves grouping a set of objects in such a way that objects in the same group (or cluster) are more similar to each other than to those in other groups. Additionally, we will demonstrate how to implement clustering algorithms using Python's popular libraries, such as scikit-learn, to identify patterns and insights within your data.

course

Django REST Framework

Django REST Framework

The Django REST Framework course opens the gateway to the world of web interface development, where you'll learn to create connections between servers and clients through APIs. As you delve into the technical details, you'll master how to transform complex data structures into network-friendly formats and vice versa. You'll understand how to efficiently handle user requests and return responses in a format that seamlessly integrates into web applications.

course

First Dive into seaborn Visualization

First Dive into seaborn Visualization

Together we will make the first dive into visualization based on a seaborn library. We will learn how to build simple plots and how to customize them. You will cope faster with tasks if you know something about pandas. Do not hesitate, and let's go!

project

Predicting Profitable Euro-Dollar Exchange Signals

Predicting Profitable Euro-Dollar Exchange Signals

In this course, we will examine the currency exchange rate relative to the euro. Our analysis will include Exploratory Data Analysis (EDA), generating visualizations, and developing a strategy to determine opportune moments for purchasing dollars. This strategy will involve trend detection techniques and constructing moving average curves to identify potential profit opportunities.

course

Networking Fundamentals

Networking Fundamentals

Networking Fundamentals is a comprehensive course designed for beginners and intermediate learners aiming to build practical skills in networking. Covering everything from foundational concepts to advanced applications, the course takes you through key topics including network types, IP addressing, protocols, and network security. By the end of this course, you'll be equipped with essential skills to troubleshoot, secure, and manage networks effectively, setting a solid foundation for further specialization in networking.

course

Optimization Techniques in Python

Optimization Techniques in Python

Learn how to write faster and more memory-efficient code by mastering performance measurement, selecting the right data structures, and leveraging built-in tools. We'll focus on practical optimization techniques for handling large datasets, efficient string operations, and partial sorting, ensuring your code is both robust and scalable.

course

Web Scraping with Python

Web Scraping with Python

Learn to extract valuable data from websites automatically. Master techniques to gather information efficiently, enabling you to perform in-depth analysis, make data-driven decisions, and unlock new insights from the vast ocean of online information.

project

Best Practices: Python OOP (copy)

Best Practices: Python OOP (copy)

In this project, we are going to understand what Object Oriented Programming (OOP) is and how we can implement it in Python.

project

Test course with dynamic ipynb task creation V2

Test course with dynamic ipynb task creation V2

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

project

UNIT TEST CASE STUDY

UNIT TEST CASE STUDY

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

course

Advanced Probability Theory

Advanced Probability Theory

Statistics and probability theory are fundamental tools in data analysis, decision-making, and scientific research. They provide a systematic and quantitative way to understand and interpret data, make predictions, and draw conclusions based on evidence. Now we will consider all additional topics necessary for Data Science and Data Analytics.

course

Deep Dive into the seaborn Visualization

Deep Dive into the seaborn Visualization

Welcome! Do you remember the seaborn professional teacher seal? And he wants to learn together at an Intermediate level of the Seaborn! Don't hesitate! Let's go!

project

 Identifying Spam Emails

Identifying Spam Emails

In this project, we are going to classify spam emails according to their content.

project

Automating Data Collection from Web Sources

Automating Data Collection from Web Sources

In this project, we are going to understand how to create a simple web scraper in Python.

project

Classifying Tweet Sentiments

Classifying Tweet Sentiments

We are going to classify tweets according to their sentiment, determining whether they express positive, negative, or neutral emotions. We will employ natural language processing techniques to preprocess the text data, and machine learning algorithms to build and evaluate sentiment classification models. By the end of the project, we aim to achieve a robust sentiment analysis tool that can accurately categorize the emotional tone of various tweets.

project

Clustering Media Content

Clustering Media Content

Now we are going to understand what a cluster is and how to use it in Python. We will explore the concept of clustering, which involves grouping a set of objects in such a way that objects in the same group (or cluster) are more similar to each other than to those in other groups. Additionally, we will demonstrate how to implement clustering algorithms using Python's popular libraries, such as scikit-learn, to identify patterns and insights within your data.

course

Django REST Framework

Django REST Framework

The Django REST Framework course opens the gateway to the world of web interface development, where you'll learn to create connections between servers and clients through APIs. As you delve into the technical details, you'll master how to transform complex data structures into network-friendly formats and vice versa. You'll understand how to efficiently handle user requests and return responses in a format that seamlessly integrates into web applications.

course

First Dive into seaborn Visualization

First Dive into seaborn Visualization

Together we will make the first dive into visualization based on a seaborn library. We will learn how to build simple plots and how to customize them. You will cope faster with tasks if you know something about pandas. Do not hesitate, and let's go!

project

Predicting Profitable Euro-Dollar Exchange Signals

Predicting Profitable Euro-Dollar Exchange Signals

In this course, we will examine the currency exchange rate relative to the euro. Our analysis will include Exploratory Data Analysis (EDA), generating visualizations, and developing a strategy to determine opportune moments for purchasing dollars. This strategy will involve trend detection techniques and constructing moving average curves to identify potential profit opportunities.
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