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

Career tracks

track
lockOnly for Ultimate
track image

Web Development with C#

laptop7 Courses
list293 Tasks

Beginner

4.8
(2441)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop6 Courses
list196 Tasks

Beginner

4.7
(8883)
track
lockOnly for Ultimate
track image

SQL from Zero to Hero

laptop4 Courses
list115 Tasks

Beginner

4.7
(2676)
track
lockOnly for Ultimate
track image

Π‘++ Essentials

laptop6 Courses
list101 Tasks

Beginner

4.4
(504)
track
lockOnly for Ultimate
track image

Game Development with Unity

laptop4 Courses
list143 Tasks

Beginner

4.7
(80)
track
lockOnly for Ultimate
track image

Become a React Developer

laptop4 Courses
list98 Tasks

Intermediate

4.7
(68)
track
lockOnly for Ultimate
track image

Excel Essentials

laptop3 Courses
list38 Tasks

Beginner

4.7
(336)
track
lockOnly for Ultimate
track image

Java Essentials

laptop7 Courses
list376 Tasks

Beginner

4.7
(204)
track
lockOnly for Ultimate
track image

Python Beyond Intermediate

laptop2 Courses
pencil-with-line1 Project
list57 Tasks

Beginner

4.7
(71)
track
lockOnly for Ultimate
track image

Full Stack Web Development

laptop7 Courses
list346 Tasks

Beginner

4.7
(868)
track
lockOnly for Ultimate
track image

Frontend Development Foundations

laptop6 Courses
list309 Tasks

Beginner

4.7
(839)
track
lockOnly for Ultimate
track image

Mastering Data Visualization

laptop5 Courses
list146 Tasks

Intermediate

4.7
(579)
track
lockOnly for Ultimate
track image

Supervised Machine Learning

laptop5 Courses
list135 Tasks

Intermediate

4.6
(131)
track
lockOnly for Ultimate
track image

C++ Mastery

laptop3 Courses
list71 Tasks

Advanced

4.8
(16)
track
lockOnly for Ultimate
track image

Java Web

laptop7 Courses
list280 Tasks

Advanced

4.7
(2944)
track
lockOnly for Ultimate
track image

Become a QA Engineer

laptop5 Courses
list239 Tasks

Beginner

4.7
(730)
track
lockOnly for Ultimate
track image

Video Production with Adobe

laptop4 Courses
list125 Tasks

Beginner

5.0
(5)
track
lockOnly for Ultimate
track image

UI/UX Design Tools

laptop3 Courses
list119 Tasks

Beginner

4.8
(5)
track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks

Beginner

4.8
(271)
track
lockOnly for Ultimate
track image

Digital Marketing Essentials

laptop4 Courses
list159 Tasks

Beginner

5.0
(3)
track
lockOnly for Ultimate
track image

Complete Social Media Management

laptop4 Courses
list154 Tasks

Beginner

5.0
(1)
Search
Close

Courses & Projects

Technologies

Filters

Project

return
Filters

project

Conducting A/B Test

Conducting A/B Test

In the world of business, making decisions based on hard data rather than intuition can be the key to success. This course focuses on one crucial technique: analyzing A/B test data. The centerpiece of the course is a project where you'll conduct a detailed analysis of an A/B test. This project, which you can showcase in your CV, is hosted on Codefinity, allowing you to continually refine it and demonstrate your growing expertise.

project

Conducting Exploratory Data Analysis of Nobel Prizes

Conducting Exploratory Data Analysis of Nobel Prizes

We will delve into the concept of Exploratory Data Analysis (EDA) and explore its critical role within every Data Analysis process, particularly focusing on the analysis of Nobel Prizes. EDA serves as a foundational step that enables data scientists and analysts to uncover patterns, anomalies, and insights from data through visual and statistical methods.

project

Extracting Text Meaning using TF-IDF

Extracting Text Meaning using TF-IDF

This project focuses on the design and implementation of a robust text summarizer, built using Python. By harnessing the capabilities of Python’s Natural Language Toolkit (NLTK), participants will gain hands-on experience in processing and analyzing textual data. The project covers a range of NLP techniques essential for text summarization. Participants will develop skills in parsing text and extracting meaningful content, learning how to filter essential information from large volumes of text.

project

Manipulating and Combining PDFs

Manipulating and Combining PDFs

In this project, we will study how to manipulate and extract data from PDF files, such as text and images, and combine multiple PDF files into a single document.

project

Recognizing Handwritten Digits

Recognizing Handwritten Digits

In this project, our primary objective will be to delve into the identification of handwritten digits through the application of machine learning algorithms. This endeavor aims to harness the power of machine learning to effectively interpret and understand handwritten digits, showcasing the potential of these algorithms in processing and analyzing complex visual information.

project

Identifying the Most Frequent Words in Text

Identifying the Most Frequent Words in Text

In this project, we will be utilizing the capabilities of the Natural Language Toolkit (NLTK), a versatile and comprehensive library in Python designed for working with human language data. Our focus will encompass several core areas of natural language processing: tokenization, stemming, tagging and parsing. These NLTK features will form the backbone of our text processing and analysis tasks, making it an essential tool in our project for handling and extracting meaningful insights from language data.

project

Time Series Essentials

Time Series Essentials

In this project, we are going to understand what a Time Series is and which are its main features.

project

Detecting Patterns in Text with Regex

Detecting Patterns in Text with Regex

Unlock the power of regular expressions in Python with our comprehensive course designed for both beginners and experienced developers. This course will take you through the essential functions of the re module, including search, findall, finditer, and more, using practical examples and hands-on exercises. You'll learn how to extract and manipulate text data efficiently, enabling you to tackle complex string processing tasks with confidence. Whether you're looking to enhance your data analysis skills or streamline your coding workflow, this course provides the tools and knowledge to master regular expressions and elevate your programming capabilities.

project

Structuring Applications Using OOP Principles

Structuring Applications Using OOP Principles

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

Identifying Spam Emails

Identifying Spam Emails

We are going to classify emails as spam or non-spam by analyzing the content of the emails. We will preprocess the text data using techniques like tokenization and vectorization, then apply machine learning to build and evaluate a classification model, namely Logistic Regression. By the end of the project, we aim to develop a reliable tool for identifying spam emails.

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.

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.

project

Getting into NumPy Basics

Getting into NumPy Basics

In this project, we will delve into the fundamentals of NumPy, exploring its core features and uncovering the reasons behind its significant impact on scientific computing. By understanding its architecture and capabilities, we will grasp why it is considered an essential tool for data scientists, researchers, and developers working in the realm of data analysis, machine learning, and beyond.

project

Conducting A/B Test

Conducting A/B Test

In the world of business, making decisions based on hard data rather than intuition can be the key to success. This course focuses on one crucial technique: analyzing A/B test data. The centerpiece of the course is a project where you'll conduct a detailed analysis of an A/B test. This project, which you can showcase in your CV, is hosted on Codefinity, allowing you to continually refine it and demonstrate your growing expertise.

project

Conducting Exploratory Data Analysis of Nobel Prizes

Conducting Exploratory Data Analysis of Nobel Prizes

We will delve into the concept of Exploratory Data Analysis (EDA) and explore its critical role within every Data Analysis process, particularly focusing on the analysis of Nobel Prizes. EDA serves as a foundational step that enables data scientists and analysts to uncover patterns, anomalies, and insights from data through visual and statistical methods.

project

Extracting Text Meaning using TF-IDF

Extracting Text Meaning using TF-IDF

This project focuses on the design and implementation of a robust text summarizer, built using Python. By harnessing the capabilities of Python’s Natural Language Toolkit (NLTK), participants will gain hands-on experience in processing and analyzing textual data. The project covers a range of NLP techniques essential for text summarization. Participants will develop skills in parsing text and extracting meaningful content, learning how to filter essential information from large volumes of text.

project

Manipulating and Combining PDFs

Manipulating and Combining PDFs

In this project, we will study how to manipulate and extract data from PDF files, such as text and images, and combine multiple PDF files into a single document.

project

Recognizing Handwritten Digits

Recognizing Handwritten Digits

In this project, our primary objective will be to delve into the identification of handwritten digits through the application of machine learning algorithms. This endeavor aims to harness the power of machine learning to effectively interpret and understand handwritten digits, showcasing the potential of these algorithms in processing and analyzing complex visual information.

project

Identifying the Most Frequent Words in Text

Identifying the Most Frequent Words in Text

In this project, we will be utilizing the capabilities of the Natural Language Toolkit (NLTK), a versatile and comprehensive library in Python designed for working with human language data. Our focus will encompass several core areas of natural language processing: tokenization, stemming, tagging and parsing. These NLTK features will form the backbone of our text processing and analysis tasks, making it an essential tool in our project for handling and extracting meaningful insights from language data.

project

Time Series Essentials

Time Series Essentials

In this project, we are going to understand what a Time Series is and which are its main features.

project

Detecting Patterns in Text with Regex

Detecting Patterns in Text with Regex

Unlock the power of regular expressions in Python with our comprehensive course designed for both beginners and experienced developers. This course will take you through the essential functions of the re module, including search, findall, finditer, and more, using practical examples and hands-on exercises. You'll learn how to extract and manipulate text data efficiently, enabling you to tackle complex string processing tasks with confidence. Whether you're looking to enhance your data analysis skills or streamline your coding workflow, this course provides the tools and knowledge to master regular expressions and elevate your programming capabilities.

project

Structuring Applications Using OOP Principles

Structuring Applications Using OOP Principles

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

Identifying Spam Emails

Identifying Spam Emails

We are going to classify emails as spam or non-spam by analyzing the content of the emails. We will preprocess the text data using techniques like tokenization and vectorization, then apply machine learning to build and evaluate a classification model, namely Logistic Regression. By the end of the project, we aim to develop a reliable tool for identifying spam emails.

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.

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.

project

Getting into NumPy Basics

Getting into NumPy Basics

In this project, we will delve into the fundamentals of NumPy, exploring its core features and uncovering the reasons behind its significant impact on scientific computing. By understanding its architecture and capabilities, we will grasp why it is considered an essential tool for data scientists, researchers, and developers working in the realm of data analysis, machine learning, and beyond.
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