Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Alle cursussen en projecten | Codefinity

Technologieën

Thema

Niveau

Lesvorm

Beroepen

traject
lockAlleen voor Ultimate
track image

Web Development with C#

laptop7 Cursussen
list293 Taken

Beginner

4.8
(2546)
traject
lockAlleen voor Ultimate
track image

Python from Zero to Hero

laptop6 Cursussen
list195 Taken

Beginner

4.7
(9126)
traject
lockAlleen voor Ultimate
track image

SQL from Zero to Hero

laptop4 Cursussen
list115 Taken

Beginner

4.7
(2772)
traject
lockAlleen voor Ultimate
track image

С++ Essentials

laptop6 Cursussen
list101 Taken

Beginner

4.4
(534)
traject
lockAlleen voor Ultimate
track image

Game Development with Unity

laptop4 Cursussen
list143 Taken

Beginner

4.6
(92)
traject
lockAlleen voor Ultimate
track image

Become a React Developer

laptop4 Cursussen
list98 Taken

Halfgevorderd

4.7
(70)
traject
lockAlleen voor Ultimate
track image

Excel Essentials

laptop3 Cursussen
list38 Taken

Beginner

4.7
(374)
traject
lockAlleen voor Ultimate
track image

Java Essentials

laptop7 Cursussen
list376 Taken

Beginner

4.7
(220)
traject
lockAlleen voor Ultimate
track image

Full Stack Web Development

laptop7 Cursussen
list345 Taken

Beginner

4.7
(893)
traject
lockAlleen voor Ultimate
track image

Frontend Development Foundations

laptop6 Cursussen
list308 Taken

Beginner

4.7
(864)
traject
lockAlleen voor Ultimate
track image

Mastering Data Visualization

laptop5 Cursussen
list146 Taken

Halfgevorderd

4.7
(602)
traject
lockAlleen voor Ultimate
track image

Machine Learning Mastery

laptop5 Cursussen
list148 Taken

Halfgevorderd

4.6
(134)
traject
lockAlleen voor Ultimate
track image

C++ Mastery

laptop3 Cursussen
list70 Taken

Gevorderd

4.8
(17)
traject
lockAlleen voor Ultimate
track image

Java Web

laptop7 Cursussen
list280 Taken

Gevorderd

4.7
(3051)
traject
lockAlleen voor Ultimate
track image

Become a QA Engineer

laptop5 Cursussen
list239 Taken

Beginner

4.7
(750)
traject
lockAlleen voor Ultimate
track image

Video Production with Adobe

laptop4 Cursussen
list125 Taken

Beginner

5.0
(5)
traject
lockAlleen voor Ultimate
track image

UI/UX Design Tools

laptop3 Cursussen
list119 Taken

Beginner

4.9
(7)
traject
lockAlleen voor Ultimate
track image

Essential Office Skills

laptop3 Cursussen
list75 Taken

Beginner

4.8
(303)
traject
lockAlleen voor Ultimate
track image

Digital Marketing Essentials

laptop5 Cursussen
list211 Taken

Beginner

4.8
(6)
traject
lockAlleen voor Ultimate
track image

Complete Social Media Management

laptop5 Cursussen
list206 Taken

Beginner

5.0
(3)
traject
lockAlleen voor Ultimate
track image

Business AI Toolkit

laptop3 Cursussen
pencil-with-line2 Projecten
list49 Taken

Beginner

4.7
(40)
traject
lockAlleen voor Ultimate
track image

No-Code Website Development

laptop3 Cursussen
list180 Taken

Beginner

4.0
(2)
traject
lockAlleen voor Ultimate
track image

Deep Learning Odyssey

laptop4 Cursussen
list153 Taken

Gevorderd

4.8
(21)

Cursussen en projecten

cursus

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.

cursus

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.

cursus

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.

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.

cursus

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.

cursus

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.

cursus

Cybersecurity Fundamentals

Cybersecurity 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.

cursus

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.

cursus

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.

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.

cursus

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!

cursus

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.

cursus

Python Functions Tutorial

Python Functions Tutorial

You'll have a solid grasp of how important functions are in Python, no matter your field in computer science. We'll cover creating functions, defining arguments, handling return values, and exploring their use in Python.
not found

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

Beroepen

traject
lockAlleen voor Ultimate
track image

Web Development with C#

laptop7 Cursussen
list293 Taken

Beginner

4.8
(2546)
traject
lockAlleen voor Ultimate
track image

Python from Zero to Hero

laptop6 Cursussen
list195 Taken

Beginner

4.7
(9126)
traject
lockAlleen voor Ultimate
track image

SQL from Zero to Hero

laptop4 Cursussen
list115 Taken

Beginner

4.7
(2772)
traject
lockAlleen voor Ultimate
track image

С++ Essentials

laptop6 Cursussen
list101 Taken

Beginner

4.4
(534)
traject
lockAlleen voor Ultimate
track image

Game Development with Unity

laptop4 Cursussen
list143 Taken

Beginner

4.6
(92)
traject
lockAlleen voor Ultimate
track image

Become a React Developer

laptop4 Cursussen
list98 Taken

Halfgevorderd

4.7
(70)
traject
lockAlleen voor Ultimate
track image

Excel Essentials

laptop3 Cursussen
list38 Taken

Beginner

4.7
(374)
traject
lockAlleen voor Ultimate
track image

Java Essentials

laptop7 Cursussen
list376 Taken

Beginner

4.7
(220)
traject
lockAlleen voor Ultimate
track image

Full Stack Web Development

laptop7 Cursussen
list345 Taken

Beginner

4.7
(893)
traject
lockAlleen voor Ultimate
track image

Frontend Development Foundations

laptop6 Cursussen
list308 Taken

Beginner

4.7
(864)
traject
lockAlleen voor Ultimate
track image

Mastering Data Visualization

laptop5 Cursussen
list146 Taken

Halfgevorderd

4.7
(602)
traject
lockAlleen voor Ultimate
track image

Machine Learning Mastery

laptop5 Cursussen
list148 Taken

Halfgevorderd

4.6
(134)
traject
lockAlleen voor Ultimate
track image

C++ Mastery

laptop3 Cursussen
list70 Taken

Gevorderd

4.8
(17)
traject
lockAlleen voor Ultimate
track image

Java Web

laptop7 Cursussen
list280 Taken

Gevorderd

4.7
(3051)
traject
lockAlleen voor Ultimate
track image

Become a QA Engineer

laptop5 Cursussen
list239 Taken

Beginner

4.7
(750)
traject
lockAlleen voor Ultimate
track image

Video Production with Adobe

laptop4 Cursussen
list125 Taken

Beginner

5.0
(5)
traject
lockAlleen voor Ultimate
track image

UI/UX Design Tools

laptop3 Cursussen
list119 Taken

Beginner

4.9
(7)
traject
lockAlleen voor Ultimate
track image

Essential Office Skills

laptop3 Cursussen
list75 Taken

Beginner

4.8
(303)
traject
lockAlleen voor Ultimate
track image

Digital Marketing Essentials

laptop5 Cursussen
list211 Taken

Beginner

4.8
(6)
traject
lockAlleen voor Ultimate
track image

Complete Social Media Management

laptop5 Cursussen
list206 Taken

Beginner

5.0
(3)
traject
lockAlleen voor Ultimate
track image

Business AI Toolkit

laptop3 Cursussen
pencil-with-line2 Projecten
list49 Taken

Beginner

4.7
(40)
traject
lockAlleen voor Ultimate
track image

No-Code Website Development

laptop3 Cursussen
list180 Taken

Beginner

4.0
(2)
traject
lockAlleen voor Ultimate
track image

Deep Learning Odyssey

laptop4 Cursussen
list153 Taken

Gevorderd

4.8
(21)
traject
track image
For Ultimate

Alleen voor Ultimate

Web Development with C#

laptop7 Cursussen
list293 Taken
4.8
traject
track image
For Ultimate

Alleen voor Ultimate

Python from Zero to Hero

laptop6 Cursussen
list195 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

SQL from Zero to Hero

laptop4 Cursussen
list115 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

С++ Essentials

laptop6 Cursussen
list101 Taken
4.4
traject
track image
For Ultimate

Alleen voor Ultimate

Game Development with Unity

laptop4 Cursussen
list143 Taken
4.6
traject
track image
For Ultimate

Alleen voor Ultimate

Become a React Developer

laptop4 Cursussen
list98 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

Excel Essentials

laptop3 Cursussen
list38 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

Java Essentials

laptop7 Cursussen
list376 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

Full Stack Web Development

laptop7 Cursussen
list345 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

Frontend Development Foundations

laptop6 Cursussen
list308 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

Mastering Data Visualization

laptop5 Cursussen
list146 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

Machine Learning Mastery

laptop5 Cursussen
list148 Taken
4.6
traject
track image
For Ultimate

Alleen voor Ultimate

C++ Mastery

laptop3 Cursussen
list70 Taken
4.8
traject
track image
For Ultimate

Alleen voor Ultimate

Java Web

laptop7 Cursussen
list280 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

Become a QA Engineer

laptop5 Cursussen
list239 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

Video Production with Adobe

laptop4 Cursussen
list125 Taken
5.0
traject
track image
For Ultimate

Alleen voor Ultimate

UI/UX Design Tools

laptop3 Cursussen
list119 Taken
4.9
traject
track image
For Ultimate

Alleen voor Ultimate

Essential Office Skills

laptop3 Cursussen
list75 Taken
4.8
traject
track image
For Ultimate

Alleen voor Ultimate

Digital Marketing Essentials

laptop5 Cursussen
list211 Taken
4.8
traject
track image
For Ultimate

Alleen voor Ultimate

Complete Social Media Management

laptop5 Cursussen
list206 Taken
5.0
traject
track image
For Ultimate

Alleen voor Ultimate

Business AI Toolkit

laptop3 Cursussen
pencil-with-line2 Projecten
list49 Taken
4.7
traject
track image
For Ultimate

Alleen voor Ultimate

No-Code Website Development

laptop3 Cursussen
list180 Taken
4.0
traject
track image
For Ultimate

Alleen voor Ultimate

Deep Learning Odyssey

laptop4 Cursussen
list153 Taken
4.8
Search
Close

Cursussen en projecten

Technologieën

return
Filters

cursus

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.

cursus

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.

cursus

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.

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.

cursus

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.

cursus

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.

cursus

Cybersecurity Fundamentals

Cybersecurity 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.

cursus

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.

cursus

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.

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.

cursus

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!

cursus

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.

cursus

Python Functions Tutorial

Python Functions Tutorial

You'll have a solid grasp of how important functions are in Python, no matter your field in computer science. We'll cover creating functions, defining arguments, handling return values, and exploring their use in Python.

cursus

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.

cursus

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.

cursus

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.

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.

cursus

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.

cursus

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.

cursus

Cybersecurity Fundamentals

Cybersecurity 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.

cursus

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.

cursus

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.

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.

cursus

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!

cursus

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.

cursus

Python Functions Tutorial

Python Functions Tutorial

You'll have a solid grasp of how important functions are in Python, no matter your field in computer science. We'll cover creating functions, defining arguments, handling return values, and exploring their use in Python.
not found

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

Volg ons

trustpilot logo

Adres

codefinity
Onze excuses dat er iets mis is gegaan. Wat is er gebeurd?
some-alt