Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Tous les cours et projets | Codefinity

Technologies

Sujet

Niveau

Type de leçon

Parcours de carrière

parcours
lockSeulement pour Ultimate
track image

Web Development with C#

laptop7 Cours
list293 Tâches

Débutant

4.8
(2448)
parcours
lockSeulement pour Ultimate
track image

Python from Zero to Hero

laptop6 Cours
list196 Tâches

Débutant

4.7
(8891)
parcours
lockSeulement pour Ultimate
track image

SQL from Zero to Hero

laptop4 Cours
list115 Tâches

Débutant

4.7
(2682)
parcours
lockSeulement pour Ultimate
track image

С++ Essentials

laptop6 Cours
list101 Tâches

Débutant

4.4
(508)
parcours
lockSeulement pour Ultimate
track image

Game Development with Unity

laptop4 Cours
list143 Tâches

Débutant

4.6
(81)
parcours
lockSeulement pour Ultimate
track image

Become a React Developer

laptop4 Cours
list98 Tâches

Intermédiaire

4.7
(68)
parcours
lockSeulement pour Ultimate
track image

Excel Essentials

laptop3 Cours
list38 Tâches

Débutant

4.7
(336)
parcours
lockSeulement pour Ultimate
track image

Java Essentials

laptop7 Cours
list376 Tâches

Débutant

4.7
(204)
parcours
lockSeulement pour Ultimate
track image

Python Beyond Intermediate

laptop2 Cours
pencil-with-line1 Projet
list57 Tâches

Débutant

4.7
(71)
parcours
lockSeulement pour Ultimate
track image

Full Stack Web Development

laptop7 Cours
list346 Tâches

Débutant

4.7
(868)
parcours
lockSeulement pour Ultimate
track image

Frontend Development Foundations

laptop6 Cours
list309 Tâches

Débutant

4.7
(839)
parcours
lockSeulement pour Ultimate
track image

Mastering Data Visualization

laptop5 Cours
list146 Tâches

Intermédiaire

4.7
(579)
parcours
lockSeulement pour Ultimate
track image

Supervised Machine Learning

laptop5 Cours
list135 Tâches

Intermédiaire

4.6
(131)
parcours
lockSeulement pour Ultimate
track image

C++ Mastery

laptop3 Cours
list71 Tâches

Avancé

4.8
(16)
parcours
lockSeulement pour Ultimate
track image

Java Web

laptop7 Cours
list280 Tâches

Avancé

4.7
(2949)
parcours
lockSeulement pour Ultimate
track image

Become a QA Engineer

laptop5 Cours
list239 Tâches

Débutant

4.7
(730)
parcours
lockSeulement pour Ultimate
track image

Video Production with Adobe

laptop4 Cours
list125 Tâches

Débutant

5.0
(5)
parcours
lockSeulement pour Ultimate
track image

UI/UX Design Tools

laptop3 Cours
list119 Tâches

Débutant

4.8
(5)
parcours
lockSeulement pour Ultimate
track image

Essential Office Skills

laptop3 Cours
list75 Tâches

Débutant

4.8
(271)
parcours
lockSeulement pour Ultimate
track image

Digital Marketing Essentials

laptop4 Cours
list159 Tâches

Débutant

5.0
(3)
parcours
lockSeulement pour Ultimate
track image

Complete Social Media Management

laptop4 Cours
list154 Tâches

Débutant

5.0
(1)

Cours et projets

cours

Introduction to Python

Introduction to Python

Python is a high-level, interpreted, general-purpose programming language. Distinguished from languages such as HTML, CSS, and JavaScript, which are mainly utilized in web development, Python boasts versatility across multiple domains, including software development, data science, and back-end development. This course will guide you through Python's fundamental concepts, equipping you with the skills to create your own functions by the conclusion of the program.

projet

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.

cours

Data Types in Python

Data Types in Python

This course is going to help you dive deeper into data types and try to work with them. Here you will learn basic operations and all ins and outs of numbers, boolean data type, and strings. This course consists of a lot of practical tasks after which you will become a skillful programmer.

cours

Pandas First Steps

Pandas First Steps

Pandas is an extremely user-friendly library for data analysis. It's also designed to handle large datasets, using data structures like DataFrame and Series. This makes it an invaluable tool for Data Science. In this guide, you'll get acquainted with a range of statistical functions, including how to find correlations, modes, medians, and maximum and minimum values within a dataset. You'll also learn how to handle missing values and manipulate specific values, as well as how to remove them.

projet

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.

projet

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.

cours

Python Data Structures

Python Data Structures

In this course, you'll get to know the fundamental data structures of the Python programming language. We'll explore utilizing Python's native data structures like lists, dictionaries, tuples, and sets to tackle different challenges.

cours

Conditional Statements in Python

Conditional Statements in Python

This course is designed to introduce you to all the nuances of the conditional operator if-else. The course is filled with examples to better understand the use of such an operator, as well as tasks to consolidate the acquired skills. Here you will also get acquainted with the if-elif-else statements.

cours

Cyber Security Fundamentals

Cyber Security Fundamentals

This course is designed to provide participants with a comprehensive introduction to the essential principles and practices of cybersecurity. In today's digital age, where technology is pivotal in every aspect of our lives, understanding and implementing robust cybersecurity measures is paramount.

cours

Python Advanced Concepts

Python Advanced Concepts

You will acquire practical skills in Python's modules and imports for efficient code management. Master advanced Error Handling techniques for more reliable applications, automate file operations with File Handling, and learn robust testing strategies with Pytest and Unittest to ensure your code's integrity.

cours

Introduction to Blockchain

Introduction to Blockchain

Explore the revolutionary world of blockchain technology and its first and most prominent application, Bitcoin. Delve into the intricacies of how blockchain functions, the technical underpinnings of Bitcoin, and the broader implications and future trends in this dynamic field. Gain a well-rounded understanding of the technology that is reshaping industries and challenging traditional notions of currency and data security.

projet

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.

projet

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.

cours

Python Loops Tutorial

Python Loops Tutorial

Build confidence in mastering Python loops! Start with the basics of for and while loops and progress to advanced concepts like nested loops, control statements, and dynamic conditions. With hands-on practice and real-world examples, gain the skills to write efficient, clean, and powerful code. Perfect for beginners and anyone looking to sharpen their Python expertise!

cours

Advanced Techniques in pandas

Advanced Techniques in pandas

This course contains a lot of useful functions for a future data analyst. You will learn different ways of extracting data and even set conditions on it. After it, you will be familiar with the methods of grouping data. Also, you will learn how to preprocess data. Each section has its data set so that the course will be gripping.
not found

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

Parcours de carrière

parcours
lockSeulement pour Ultimate
track image

Web Development with C#

laptop7 Cours
list293 Tâches

Débutant

4.8
(2448)
parcours
lockSeulement pour Ultimate
track image

Python from Zero to Hero

laptop6 Cours
list196 Tâches

Débutant

4.7
(8891)
parcours
lockSeulement pour Ultimate
track image

SQL from Zero to Hero

laptop4 Cours
list115 Tâches

Débutant

4.7
(2682)
parcours
lockSeulement pour Ultimate
track image

С++ Essentials

laptop6 Cours
list101 Tâches

Débutant

4.4
(508)
parcours
lockSeulement pour Ultimate
track image

Game Development with Unity

laptop4 Cours
list143 Tâches

Débutant

4.6
(81)
parcours
lockSeulement pour Ultimate
track image

Become a React Developer

laptop4 Cours
list98 Tâches

Intermédiaire

4.7
(68)
parcours
lockSeulement pour Ultimate
track image

Excel Essentials

laptop3 Cours
list38 Tâches

Débutant

4.7
(336)
parcours
lockSeulement pour Ultimate
track image

Java Essentials

laptop7 Cours
list376 Tâches

Débutant

4.7
(204)
parcours
lockSeulement pour Ultimate
track image

Python Beyond Intermediate

laptop2 Cours
pencil-with-line1 Projet
list57 Tâches

Débutant

4.7
(71)
parcours
lockSeulement pour Ultimate
track image

Full Stack Web Development

laptop7 Cours
list346 Tâches

Débutant

4.7
(868)
parcours
lockSeulement pour Ultimate
track image

Frontend Development Foundations

laptop6 Cours
list309 Tâches

Débutant

4.7
(839)
parcours
lockSeulement pour Ultimate
track image

Mastering Data Visualization

laptop5 Cours
list146 Tâches

Intermédiaire

4.7
(579)
parcours
lockSeulement pour Ultimate
track image

Supervised Machine Learning

laptop5 Cours
list135 Tâches

Intermédiaire

4.6
(131)
parcours
lockSeulement pour Ultimate
track image

C++ Mastery

laptop3 Cours
list71 Tâches

Avancé

4.8
(16)
parcours
lockSeulement pour Ultimate
track image

Java Web

laptop7 Cours
list280 Tâches

Avancé

4.7
(2949)
parcours
lockSeulement pour Ultimate
track image

Become a QA Engineer

laptop5 Cours
list239 Tâches

Débutant

4.7
(730)
parcours
lockSeulement pour Ultimate
track image

Video Production with Adobe

laptop4 Cours
list125 Tâches

Débutant

5.0
(5)
parcours
lockSeulement pour Ultimate
track image

UI/UX Design Tools

laptop3 Cours
list119 Tâches

Débutant

4.8
(5)
parcours
lockSeulement pour Ultimate
track image

Essential Office Skills

laptop3 Cours
list75 Tâches

Débutant

4.8
(271)
parcours
lockSeulement pour Ultimate
track image

Digital Marketing Essentials

laptop4 Cours
list159 Tâches

Débutant

5.0
(3)
parcours
lockSeulement pour Ultimate
track image

Complete Social Media Management

laptop4 Cours
list154 Tâches

Débutant

5.0
(1)
parcours
track image
For Ultimate

Seulement pour Ultimate

Web Development with C#

laptop7 Cours
list293 Tâches
4.8
parcours
track image
For Ultimate

Seulement pour Ultimate

Python from Zero to Hero

laptop6 Cours
list196 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

SQL from Zero to Hero

laptop4 Cours
list115 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

С++ Essentials

laptop6 Cours
list101 Tâches
4.4
parcours
track image
For Ultimate

Seulement pour Ultimate

Game Development with Unity

laptop4 Cours
list143 Tâches
4.6
parcours
track image
For Ultimate

Seulement pour Ultimate

Become a React Developer

laptop4 Cours
list98 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

Excel Essentials

laptop3 Cours
list38 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

Java Essentials

laptop7 Cours
list376 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

Python Beyond Intermediate

laptop2 Cours
pencil-with-line1 Projet
list57 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

Full Stack Web Development

laptop7 Cours
list346 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

Frontend Development Foundations

laptop6 Cours
list309 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

Mastering Data Visualization

laptop5 Cours
list146 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

Supervised Machine Learning

laptop5 Cours
list135 Tâches
4.6
parcours
track image
For Ultimate

Seulement pour Ultimate

C++ Mastery

laptop3 Cours
list71 Tâches
4.8
parcours
track image
For Ultimate

Seulement pour Ultimate

Java Web

laptop7 Cours
list280 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

Become a QA Engineer

laptop5 Cours
list239 Tâches
4.7
parcours
track image
For Ultimate

Seulement pour Ultimate

Video Production with Adobe

laptop4 Cours
list125 Tâches
5.0
parcours
track image
For Ultimate

Seulement pour Ultimate

UI/UX Design Tools

laptop3 Cours
list119 Tâches
4.8
parcours
track image
For Ultimate

Seulement pour Ultimate

Essential Office Skills

laptop3 Cours
list75 Tâches
4.8
parcours
track image
For Ultimate

Seulement pour Ultimate

Digital Marketing Essentials

laptop4 Cours
list159 Tâches
5.0
parcours
track image
For Ultimate

Seulement pour Ultimate

Complete Social Media Management

laptop4 Cours
list154 Tâches
5.0
Search
Close

Cours et projets

Technologies

return
Filtres

cours

Introduction to Python

Introduction to Python

Python is a high-level, interpreted, general-purpose programming language. Distinguished from languages such as HTML, CSS, and JavaScript, which are mainly utilized in web development, Python boasts versatility across multiple domains, including software development, data science, and back-end development. This course will guide you through Python's fundamental concepts, equipping you with the skills to create your own functions by the conclusion of the program.

projet

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.

cours

Data Types in Python

Data Types in Python

This course is going to help you dive deeper into data types and try to work with them. Here you will learn basic operations and all ins and outs of numbers, boolean data type, and strings. This course consists of a lot of practical tasks after which you will become a skillful programmer.

cours

Pandas First Steps

Pandas First Steps

Pandas is an extremely user-friendly library for data analysis. It's also designed to handle large datasets, using data structures like DataFrame and Series. This makes it an invaluable tool for Data Science. In this guide, you'll get acquainted with a range of statistical functions, including how to find correlations, modes, medians, and maximum and minimum values within a dataset. You'll also learn how to handle missing values and manipulate specific values, as well as how to remove them.

projet

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.

projet

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.

cours

Python Data Structures

Python Data Structures

In this course, you'll get to know the fundamental data structures of the Python programming language. We'll explore utilizing Python's native data structures like lists, dictionaries, tuples, and sets to tackle different challenges.

cours

Conditional Statements in Python

Conditional Statements in Python

This course is designed to introduce you to all the nuances of the conditional operator if-else. The course is filled with examples to better understand the use of such an operator, as well as tasks to consolidate the acquired skills. Here you will also get acquainted with the if-elif-else statements.

cours

Cyber Security Fundamentals

Cyber Security Fundamentals

This course is designed to provide participants with a comprehensive introduction to the essential principles and practices of cybersecurity. In today's digital age, where technology is pivotal in every aspect of our lives, understanding and implementing robust cybersecurity measures is paramount.

cours

Python Advanced Concepts

Python Advanced Concepts

You will acquire practical skills in Python's modules and imports for efficient code management. Master advanced Error Handling techniques for more reliable applications, automate file operations with File Handling, and learn robust testing strategies with Pytest and Unittest to ensure your code's integrity.

cours

Introduction to Blockchain

Introduction to Blockchain

Explore the revolutionary world of blockchain technology and its first and most prominent application, Bitcoin. Delve into the intricacies of how blockchain functions, the technical underpinnings of Bitcoin, and the broader implications and future trends in this dynamic field. Gain a well-rounded understanding of the technology that is reshaping industries and challenging traditional notions of currency and data security.

projet

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.

projet

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.

cours

Python Loops Tutorial

Python Loops Tutorial

Build confidence in mastering Python loops! Start with the basics of for and while loops and progress to advanced concepts like nested loops, control statements, and dynamic conditions. With hands-on practice and real-world examples, gain the skills to write efficient, clean, and powerful code. Perfect for beginners and anyone looking to sharpen their Python expertise!

cours

Advanced Techniques in pandas

Advanced Techniques in pandas

This course contains a lot of useful functions for a future data analyst. You will learn different ways of extracting data and even set conditions on it. After it, you will be familiar with the methods of grouping data. Also, you will learn how to preprocess data. Each section has its data set so that the course will be gripping.

cours

Introduction to Python

Introduction to Python

Python is a high-level, interpreted, general-purpose programming language. Distinguished from languages such as HTML, CSS, and JavaScript, which are mainly utilized in web development, Python boasts versatility across multiple domains, including software development, data science, and back-end development. This course will guide you through Python's fundamental concepts, equipping you with the skills to create your own functions by the conclusion of the program.

projet

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.

cours

Data Types in Python

Data Types in Python

This course is going to help you dive deeper into data types and try to work with them. Here you will learn basic operations and all ins and outs of numbers, boolean data type, and strings. This course consists of a lot of practical tasks after which you will become a skillful programmer.

cours

Pandas First Steps

Pandas First Steps

Pandas is an extremely user-friendly library for data analysis. It's also designed to handle large datasets, using data structures like DataFrame and Series. This makes it an invaluable tool for Data Science. In this guide, you'll get acquainted with a range of statistical functions, including how to find correlations, modes, medians, and maximum and minimum values within a dataset. You'll also learn how to handle missing values and manipulate specific values, as well as how to remove them.

projet

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.

projet

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.

cours

Python Data Structures

Python Data Structures

In this course, you'll get to know the fundamental data structures of the Python programming language. We'll explore utilizing Python's native data structures like lists, dictionaries, tuples, and sets to tackle different challenges.

cours

Conditional Statements in Python

Conditional Statements in Python

This course is designed to introduce you to all the nuances of the conditional operator if-else. The course is filled with examples to better understand the use of such an operator, as well as tasks to consolidate the acquired skills. Here you will also get acquainted with the if-elif-else statements.

cours

Cyber Security Fundamentals

Cyber Security Fundamentals

This course is designed to provide participants with a comprehensive introduction to the essential principles and practices of cybersecurity. In today's digital age, where technology is pivotal in every aspect of our lives, understanding and implementing robust cybersecurity measures is paramount.

cours

Python Advanced Concepts

Python Advanced Concepts

You will acquire practical skills in Python's modules and imports for efficient code management. Master advanced Error Handling techniques for more reliable applications, automate file operations with File Handling, and learn robust testing strategies with Pytest and Unittest to ensure your code's integrity.

cours

Introduction to Blockchain

Introduction to Blockchain

Explore the revolutionary world of blockchain technology and its first and most prominent application, Bitcoin. Delve into the intricacies of how blockchain functions, the technical underpinnings of Bitcoin, and the broader implications and future trends in this dynamic field. Gain a well-rounded understanding of the technology that is reshaping industries and challenging traditional notions of currency and data security.

projet

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.

projet

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.

cours

Python Loops Tutorial

Python Loops Tutorial

Build confidence in mastering Python loops! Start with the basics of for and while loops and progress to advanced concepts like nested loops, control statements, and dynamic conditions. With hands-on practice and real-world examples, gain the skills to write efficient, clean, and powerful code. Perfect for beginners and anyone looking to sharpen their Python expertise!

cours

Advanced Techniques in pandas

Advanced Techniques in pandas

This course contains a lot of useful functions for a future data analyst. You will learn different ways of extracting data and even set conditions on it. After it, you will be familiar with the methods of grouping data. Also, you will learn how to preprocess data. Each section has its data set so that the course will be gripping.
not found

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

Suivez-nous

trustpilot logo

Adresse

codefinity
Nous sommes désolés de vous informer que quelque chose s'est mal passé. Qu'est-il arrivé ?
some-alt