Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Tutti i Corsi e Progetti | Codefinity

Tecnologie

Tema

Livello

Tipo di Lezione

Carriere

traccia
lockSolo per Ultimate
track image

Web Development with C#

laptop7 Corsi
list293 Compiti

Principiante

4.7
(2723)
traccia
lockSolo per Ultimate
track image

Python from Zero to Hero

laptop6 Corsi
list195 Compiti

Principiante

4.6
(9809)
traccia
lockSolo per Ultimate
track image

SQL from Zero to Hero

laptop4 Corsi
list115 Compiti

Principiante

4.7
(2959)
traccia
lockSolo per Ultimate
track image

С++ Essentials

laptop6 Corsi
list101 Compiti

Principiante

4.2
(627)
traccia
lockSolo per Ultimate
track image

Game Development with Unity

laptop4 Corsi
list143 Compiti

Principiante

4.5
(114)
traccia
lockSolo per Ultimate
track image

Become a React Developer

laptop4 Corsi
list98 Compiti

Intermedio

4.3
(85)
traccia
lockSolo per Ultimate
track image

Excel Essentials

laptop3 Corsi
list39 Compiti

Principiante

4.6
(433)
traccia
lockSolo per Ultimate
track image

Java Essentials

laptop7 Corsi
list376 Compiti

Principiante

4.5
(261)
traccia
lockSolo per Ultimate
track image

Full Stack Web Development

laptop7 Corsi
list343 Compiti

Principiante

4.6
(980)
traccia
lockSolo per Ultimate
track image

Frontend Development Foundations

laptop6 Corsi
list306 Compiti

Principiante

4.6
(936)
traccia
lockSolo per Ultimate
track image

Mastering Data Visualization

laptop5 Corsi
list145 Compiti

Intermedio

4.6
(642)
traccia
lockSolo per Ultimate
track image

Machine Learning Mastery

laptop6 Corsi
list177 Compiti

Intermedio

4.4
(148)
traccia
lockSolo per Ultimate
track image

C++ Mastery

laptop3 Corsi
list70 Compiti

Avanzato

4.3
(20)
traccia
lockSolo per Ultimate
track image

Java Web

laptop7 Corsi
list278 Compiti

Avanzato

4.7
(3246)
traccia
lockSolo per Ultimate
track image

Become a QA Engineer

laptop5 Corsi
list237 Compiti

Principiante

4.6
(809)
traccia
lockSolo per Ultimate
track image

Video Production with Adobe

laptop4 Corsi
list125 Compiti

Principiante

5.0
(6)
traccia
lockSolo per Ultimate
track image

UI/UX Design Tools

laptop4 Corsi
list162 Compiti

Principiante

4.7
(10)
traccia
lockSolo per Ultimate
track image

Essential Office Skills

laptop3 Corsi
list75 Compiti

Principiante

4.7
(343)
traccia
lockSolo per Ultimate
track image

Digital Marketing Essentials

laptop6 Corsi
list293 Compiti

Principiante

4.4
(8)
traccia
lockSolo per Ultimate
track image

Complete Social Media Management

laptop5 Corsi
list206 Compiti

Principiante

5.0
(4)
traccia
lockSolo per Ultimate
track image

Business AI Toolkit

laptop3 Corsi
pencil-with-line2 Progetti
list50 Compiti

Principiante

4.6
(46)
traccia
lockSolo per Ultimate
track image

No-Code Website Development

laptop3 Corsi
list180 Compiti

Principiante

4.3
(3)
traccia
lockSolo per Ultimate
track image

Deep Learning Odyssey

laptop5 Corsi
list175 Compiti

Avanzato

4.4
(24)

Corsi e Progetti

corso

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.

progetto

Introduction to Python with AI

Introduction to Python with AI

Python is one of the most popular and versatile programming languages today. It’s easy to learn, widely used in web development, data analysis, artificial intelligence, and automation — making it the perfect first language for beginners.

corso

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.

corso

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.

corso

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.

corso

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.

corso

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.

corso

Advanced Python

Advanced Python

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.

corso

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.

corso

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!

corso

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.

corso

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.

corso

Ultimate NumPy

Ultimate NumPy

Unlock the full potential of Python's most essential library for numerical computing, NumPy. This comprehensive course is designed to take you from a beginner's understanding to an advanced level of proficiency in NumPy. Whether you're a data scientist, engineer, researcher, or developer, mastering NumPy is essential for efficient data manipulation, scientific computing, and machine learning.

corso

Introduction to Neural Networks

Introduction to Neural Networks

Neural networks are powerful algorithms inspired by the structure of the human brain that are used to solve complex machine learning problems. You will build your own Neural Network from scratch to understand how it works. After this course, you will be able to create neural networks for solving classification and regression problems using the scikit-learn library.

corso

Intermediate Python Techniques

Intermediate Python Techniques

In this course, you will learn advanced topics such as function arguments, iterators, generators, closures, and decorators. Dozens of practice exercises will help you grasp these topics.
not found

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

Carriere

traccia
lockSolo per Ultimate
track image

Web Development with C#

laptop7 Corsi
list293 Compiti

Principiante

4.7
(2723)
traccia
lockSolo per Ultimate
track image

Python from Zero to Hero

laptop6 Corsi
list195 Compiti

Principiante

4.6
(9809)
traccia
lockSolo per Ultimate
track image

SQL from Zero to Hero

laptop4 Corsi
list115 Compiti

Principiante

4.7
(2959)
traccia
lockSolo per Ultimate
track image

С++ Essentials

laptop6 Corsi
list101 Compiti

Principiante

4.2
(627)
traccia
lockSolo per Ultimate
track image

Game Development with Unity

laptop4 Corsi
list143 Compiti

Principiante

4.5
(114)
traccia
lockSolo per Ultimate
track image

Become a React Developer

laptop4 Corsi
list98 Compiti

Intermedio

4.3
(85)
traccia
lockSolo per Ultimate
track image

Excel Essentials

laptop3 Corsi
list39 Compiti

Principiante

4.6
(433)
traccia
lockSolo per Ultimate
track image

Java Essentials

laptop7 Corsi
list376 Compiti

Principiante

4.5
(261)
traccia
lockSolo per Ultimate
track image

Full Stack Web Development

laptop7 Corsi
list343 Compiti

Principiante

4.6
(980)
traccia
lockSolo per Ultimate
track image

Frontend Development Foundations

laptop6 Corsi
list306 Compiti

Principiante

4.6
(936)
traccia
lockSolo per Ultimate
track image

Mastering Data Visualization

laptop5 Corsi
list145 Compiti

Intermedio

4.6
(642)
traccia
lockSolo per Ultimate
track image

Machine Learning Mastery

laptop6 Corsi
list177 Compiti

Intermedio

4.4
(148)
traccia
lockSolo per Ultimate
track image

C++ Mastery

laptop3 Corsi
list70 Compiti

Avanzato

4.3
(20)
traccia
lockSolo per Ultimate
track image

Java Web

laptop7 Corsi
list278 Compiti

Avanzato

4.7
(3246)
traccia
lockSolo per Ultimate
track image

Become a QA Engineer

laptop5 Corsi
list237 Compiti

Principiante

4.6
(809)
traccia
lockSolo per Ultimate
track image

Video Production with Adobe

laptop4 Corsi
list125 Compiti

Principiante

5.0
(6)
traccia
lockSolo per Ultimate
track image

UI/UX Design Tools

laptop4 Corsi
list162 Compiti

Principiante

4.7
(10)
traccia
lockSolo per Ultimate
track image

Essential Office Skills

laptop3 Corsi
list75 Compiti

Principiante

4.7
(343)
traccia
lockSolo per Ultimate
track image

Digital Marketing Essentials

laptop6 Corsi
list293 Compiti

Principiante

4.4
(8)
traccia
lockSolo per Ultimate
track image

Complete Social Media Management

laptop5 Corsi
list206 Compiti

Principiante

5.0
(4)
traccia
lockSolo per Ultimate
track image

Business AI Toolkit

laptop3 Corsi
pencil-with-line2 Progetti
list50 Compiti

Principiante

4.6
(46)
traccia
lockSolo per Ultimate
track image

No-Code Website Development

laptop3 Corsi
list180 Compiti

Principiante

4.3
(3)
traccia
lockSolo per Ultimate
track image

Deep Learning Odyssey

laptop5 Corsi
list175 Compiti

Avanzato

4.4
(24)
traccia
track image
For Ultimate

Solo per Ultimate

Web Development with C#

laptop7 Corsi
list293 Compiti
4.7
traccia
track image
For Ultimate

Solo per Ultimate

Python from Zero to Hero

laptop6 Corsi
list195 Compiti
4.6
traccia
track image
For Ultimate

Solo per Ultimate

SQL from Zero to Hero

laptop4 Corsi
list115 Compiti
4.7
traccia
track image
For Ultimate

Solo per Ultimate

С++ Essentials

laptop6 Corsi
list101 Compiti
4.2
traccia
track image
For Ultimate

Solo per Ultimate

Game Development with Unity

laptop4 Corsi
list143 Compiti
4.5
traccia
track image
For Ultimate

Solo per Ultimate

Become a React Developer

laptop4 Corsi
list98 Compiti
4.3
traccia
track image
For Ultimate

Solo per Ultimate

Excel Essentials

laptop3 Corsi
list39 Compiti
4.6
traccia
track image
For Ultimate

Solo per Ultimate

Java Essentials

laptop7 Corsi
list376 Compiti
4.5
traccia
track image
For Ultimate

Solo per Ultimate

Full Stack Web Development

laptop7 Corsi
list343 Compiti
4.6
traccia
track image
For Ultimate

Solo per Ultimate

Frontend Development Foundations

laptop6 Corsi
list306 Compiti
4.6
traccia
track image
For Ultimate

Solo per Ultimate

Mastering Data Visualization

laptop5 Corsi
list145 Compiti
4.6
traccia
track image
For Ultimate

Solo per Ultimate

Machine Learning Mastery

laptop6 Corsi
list177 Compiti
4.4
traccia
track image
For Ultimate

Solo per Ultimate

C++ Mastery

laptop3 Corsi
list70 Compiti
4.3
traccia
track image
For Ultimate

Solo per Ultimate

Java Web

laptop7 Corsi
list278 Compiti
4.7
traccia
track image
For Ultimate

Solo per Ultimate

Become a QA Engineer

laptop5 Corsi
list237 Compiti
4.6
traccia
track image
For Ultimate

Solo per Ultimate

Video Production with Adobe

laptop4 Corsi
list125 Compiti
5.0
traccia
track image
For Ultimate

Solo per Ultimate

UI/UX Design Tools

laptop4 Corsi
list162 Compiti
4.7
traccia
track image
For Ultimate

Solo per Ultimate

Essential Office Skills

laptop3 Corsi
list75 Compiti
4.7
traccia
track image
For Ultimate

Solo per Ultimate

Digital Marketing Essentials

laptop6 Corsi
list293 Compiti
4.4
traccia
track image
For Ultimate

Solo per Ultimate

Complete Social Media Management

laptop5 Corsi
list206 Compiti
5.0
traccia
track image
For Ultimate

Solo per Ultimate

Business AI Toolkit

laptop3 Corsi
pencil-with-line2 Progetti
list50 Compiti
4.6
traccia
track image
For Ultimate

Solo per Ultimate

No-Code Website Development

laptop3 Corsi
list180 Compiti
4.3
traccia
track image
For Ultimate

Solo per Ultimate

Deep Learning Odyssey

laptop5 Corsi
list175 Compiti
4.4
Search
Close

Corsi e Progetti

Tecnologie

return
Filtri

corso

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.

progetto

Introduction to Python with AI

Introduction to Python with AI

Python is one of the most popular and versatile programming languages today. It’s easy to learn, widely used in web development, data analysis, artificial intelligence, and automation — making it the perfect first language for beginners.

corso

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.

corso

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.

corso

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.

corso

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.

corso

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.

corso

Advanced Python

Advanced Python

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.

corso

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.

corso

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!

corso

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.

corso

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.

corso

Ultimate NumPy

Ultimate NumPy

Unlock the full potential of Python's most essential library for numerical computing, NumPy. This comprehensive course is designed to take you from a beginner's understanding to an advanced level of proficiency in NumPy. Whether you're a data scientist, engineer, researcher, or developer, mastering NumPy is essential for efficient data manipulation, scientific computing, and machine learning.

corso

Introduction to Neural Networks

Introduction to Neural Networks

Neural networks are powerful algorithms inspired by the structure of the human brain that are used to solve complex machine learning problems. You will build your own Neural Network from scratch to understand how it works. After this course, you will be able to create neural networks for solving classification and regression problems using the scikit-learn library.

corso

Intermediate Python Techniques

Intermediate Python Techniques

In this course, you will learn advanced topics such as function arguments, iterators, generators, closures, and decorators. Dozens of practice exercises will help you grasp these topics.

corso

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.

progetto

Introduction to Python with AI

Introduction to Python with AI

Python is one of the most popular and versatile programming languages today. It’s easy to learn, widely used in web development, data analysis, artificial intelligence, and automation — making it the perfect first language for beginners.

corso

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.

corso

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.

corso

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.

corso

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.

corso

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.

corso

Advanced Python

Advanced Python

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.

corso

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.

corso

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!

corso

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.

corso

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.

corso

Ultimate NumPy

Ultimate NumPy

Unlock the full potential of Python's most essential library for numerical computing, NumPy. This comprehensive course is designed to take you from a beginner's understanding to an advanced level of proficiency in NumPy. Whether you're a data scientist, engineer, researcher, or developer, mastering NumPy is essential for efficient data manipulation, scientific computing, and machine learning.

corso

Introduction to Neural Networks

Introduction to Neural Networks

Neural networks are powerful algorithms inspired by the structure of the human brain that are used to solve complex machine learning problems. You will build your own Neural Network from scratch to understand how it works. After this course, you will be able to create neural networks for solving classification and regression problems using the scikit-learn library.

corso

Intermediate Python Techniques

Intermediate Python Techniques

In this course, you will learn advanced topics such as function arguments, iterators, generators, closures, and decorators. Dozens of practice exercises will help you grasp these topics.
not found

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

Seguici

trustpilot logo

Indirizzo

codefinity
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt