Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Alle kurs og prosjekter | Codefinity

Teknologier

Tema

Nivå

Leksjonstype

Karrierer

spor
lockKun for Ultimate
track image

Web Development with C#

laptop7 Kurs
list293 Oppgaver

Nybegynner

4.8
(2548)
spor
lockKun for Ultimate
track image

Python from Zero to Hero

laptop6 Kurs
list195 Oppgaver

Nybegynner

4.7
(9133)
spor
lockKun for Ultimate
track image

SQL from Zero to Hero

laptop4 Kurs
list115 Oppgaver

Nybegynner

4.7
(2774)
spor
lockKun for Ultimate
track image

С++ Essentials

laptop6 Kurs
list101 Oppgaver

Nybegynner

4.4
(535)
spor
lockKun for Ultimate
track image

Game Development with Unity

laptop4 Kurs
list143 Oppgaver

Nybegynner

4.6
(92)
spor
lockKun for Ultimate
track image

Become a React Developer

laptop4 Kurs
list98 Oppgaver

Middelsnivå

4.7
(70)
spor
lockKun for Ultimate
track image

Excel Essentials

laptop3 Kurs
list38 Oppgaver

Nybegynner

4.7
(375)
spor
lockKun for Ultimate
track image

Java Essentials

laptop7 Kurs
list376 Oppgaver

Nybegynner

4.7
(220)
spor
lockKun for Ultimate
track image

Full Stack Web Development

laptop7 Kurs
list345 Oppgaver

Nybegynner

4.7
(893)
spor
lockKun for Ultimate
track image

Frontend Development Foundations

laptop6 Kurs
list308 Oppgaver

Nybegynner

4.7
(864)
spor
lockKun for Ultimate
track image

Mastering Data Visualization

laptop5 Kurs
list146 Oppgaver

Middelsnivå

4.7
(602)
spor
lockKun for Ultimate
track image

Machine Learning Mastery

laptop5 Kurs
list148 Oppgaver

Middelsnivå

4.6
(134)
spor
lockKun for Ultimate
track image

C++ Mastery

laptop3 Kurs
list70 Oppgaver

Avansert

4.8
(17)
spor
lockKun for Ultimate
track image

Java Web

laptop7 Kurs
list280 Oppgaver

Avansert

4.7
(3053)
spor
lockKun for Ultimate
track image

Become a QA Engineer

laptop5 Kurs
list239 Oppgaver

Nybegynner

4.7
(750)
spor
lockKun for Ultimate
track image

Video Production with Adobe

laptop4 Kurs
list125 Oppgaver

Nybegynner

5.0
(6)
spor
lockKun for Ultimate
track image

UI/UX Design Tools

laptop3 Kurs
list119 Oppgaver

Nybegynner

4.9
(8)
spor
lockKun for Ultimate
track image

Essential Office Skills

laptop3 Kurs
list75 Oppgaver

Nybegynner

4.8
(303)
spor
lockKun for Ultimate
track image

Digital Marketing Essentials

laptop5 Kurs
list211 Oppgaver

Nybegynner

4.8
(6)
spor
lockKun for Ultimate
track image

Complete Social Media Management

laptop5 Kurs
list206 Oppgaver

Nybegynner

5.0
(3)
spor
lockKun for Ultimate
track image

Business AI Toolkit

laptop3 Kurs
pencil-with-line2 Prosjekter
list49 Oppgaver

Nybegynner

4.7
(40)
spor
lockKun for Ultimate
track image

No-Code Website Development

laptop3 Kurs
list180 Oppgaver

Nybegynner

4.3
(3)
spor
lockKun for Ultimate
track image

Deep Learning Odyssey

laptop4 Kurs
list153 Oppgaver

Avansert

4.8
(21)

Kurs og prosjekter

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

Departments' Revenue Analysis

Departments' Revenue Analysis

We will use pandas to analyze departmental data by exploring, cleaning, and manipulating the dataset. Starting with basic inspection and data cleaning, we'll perform filtering, merge datasets, apply advanced filtering using multiple conditions, and finally group the data to extract meaningful insights.

prosjekt

Excel Automation with Python (project)

Excel Automation with Python (project)

In this project, we will study how to create, modify, and extract data from Excel spreadsheets using Python code.

prosjekt

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.

prosjekt

Building a Classic Snake Game

Building a Classic Snake Game

In this project, you'll embark on a journey of game development, learning essential programming concepts while honing your creativity and problem-solving skills. Through step-by-step tutorials, you'll build a fully functional Snake game from scratch.
not found

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

Karrierer

spor
lockKun for Ultimate
track image

Web Development with C#

laptop7 Kurs
list293 Oppgaver

Nybegynner

4.8
(2548)
spor
lockKun for Ultimate
track image

Python from Zero to Hero

laptop6 Kurs
list195 Oppgaver

Nybegynner

4.7
(9133)
spor
lockKun for Ultimate
track image

SQL from Zero to Hero

laptop4 Kurs
list115 Oppgaver

Nybegynner

4.7
(2774)
spor
lockKun for Ultimate
track image

С++ Essentials

laptop6 Kurs
list101 Oppgaver

Nybegynner

4.4
(535)
spor
lockKun for Ultimate
track image

Game Development with Unity

laptop4 Kurs
list143 Oppgaver

Nybegynner

4.6
(92)
spor
lockKun for Ultimate
track image

Become a React Developer

laptop4 Kurs
list98 Oppgaver

Middelsnivå

4.7
(70)
spor
lockKun for Ultimate
track image

Excel Essentials

laptop3 Kurs
list38 Oppgaver

Nybegynner

4.7
(375)
spor
lockKun for Ultimate
track image

Java Essentials

laptop7 Kurs
list376 Oppgaver

Nybegynner

4.7
(220)
spor
lockKun for Ultimate
track image

Full Stack Web Development

laptop7 Kurs
list345 Oppgaver

Nybegynner

4.7
(893)
spor
lockKun for Ultimate
track image

Frontend Development Foundations

laptop6 Kurs
list308 Oppgaver

Nybegynner

4.7
(864)
spor
lockKun for Ultimate
track image

Mastering Data Visualization

laptop5 Kurs
list146 Oppgaver

Middelsnivå

4.7
(602)
spor
lockKun for Ultimate
track image

Machine Learning Mastery

laptop5 Kurs
list148 Oppgaver

Middelsnivå

4.6
(134)
spor
lockKun for Ultimate
track image

C++ Mastery

laptop3 Kurs
list70 Oppgaver

Avansert

4.8
(17)
spor
lockKun for Ultimate
track image

Java Web

laptop7 Kurs
list280 Oppgaver

Avansert

4.7
(3053)
spor
lockKun for Ultimate
track image

Become a QA Engineer

laptop5 Kurs
list239 Oppgaver

Nybegynner

4.7
(750)
spor
lockKun for Ultimate
track image

Video Production with Adobe

laptop4 Kurs
list125 Oppgaver

Nybegynner

5.0
(6)
spor
lockKun for Ultimate
track image

UI/UX Design Tools

laptop3 Kurs
list119 Oppgaver

Nybegynner

4.9
(8)
spor
lockKun for Ultimate
track image

Essential Office Skills

laptop3 Kurs
list75 Oppgaver

Nybegynner

4.8
(303)
spor
lockKun for Ultimate
track image

Digital Marketing Essentials

laptop5 Kurs
list211 Oppgaver

Nybegynner

4.8
(6)
spor
lockKun for Ultimate
track image

Complete Social Media Management

laptop5 Kurs
list206 Oppgaver

Nybegynner

5.0
(3)
spor
lockKun for Ultimate
track image

Business AI Toolkit

laptop3 Kurs
pencil-with-line2 Prosjekter
list49 Oppgaver

Nybegynner

4.7
(40)
spor
lockKun for Ultimate
track image

No-Code Website Development

laptop3 Kurs
list180 Oppgaver

Nybegynner

4.3
(3)
spor
lockKun for Ultimate
track image

Deep Learning Odyssey

laptop4 Kurs
list153 Oppgaver

Avansert

4.8
(21)
Search
Close

Kurs og prosjekter

Teknologier

return
Filtre

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

Departments' Revenue Analysis

Departments' Revenue Analysis

We will use pandas to analyze departmental data by exploring, cleaning, and manipulating the dataset. Starting with basic inspection and data cleaning, we'll perform filtering, merge datasets, apply advanced filtering using multiple conditions, and finally group the data to extract meaningful insights.

prosjekt

Excel Automation with Python (project)

Excel Automation with Python (project)

In this project, we will study how to create, modify, and extract data from Excel spreadsheets using Python code.

prosjekt

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.

prosjekt

Building a Classic Snake Game

Building a Classic Snake Game

In this project, you'll embark on a journey of game development, learning essential programming concepts while honing your creativity and problem-solving skills. Through step-by-step tutorials, you'll build a fully functional Snake game from scratch.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

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.

prosjekt

Departments' Revenue Analysis

Departments' Revenue Analysis

We will use pandas to analyze departmental data by exploring, cleaning, and manipulating the dataset. Starting with basic inspection and data cleaning, we'll perform filtering, merge datasets, apply advanced filtering using multiple conditions, and finally group the data to extract meaningful insights.

prosjekt

Excel Automation with Python (project)

Excel Automation with Python (project)

In this project, we will study how to create, modify, and extract data from Excel spreadsheets using Python code.

prosjekt

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.

prosjekt

Building a Classic Snake Game

Building a Classic Snake Game

In this project, you'll embark on a journey of game development, learning essential programming concepts while honing your creativity and problem-solving skills. Through step-by-step tutorials, you'll build a fully functional Snake game from scratch.
not found

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

Praktiske prosjekter

Følg oss

trustpilot logo

Adresse

codefinity
Vi beklager at noe gikk galt. Hva skjedde?
some-alt