Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Todos los Cursos y Proyectos | Codefinity

Tecnologías

uncheckedPython
uncheckedSQL
uncheckedExcel

Tema

uncheckedCiencia de Datos
uncheckedAnálisis de Datos
uncheckedCiencias de la Computación

Nivel

uncheckedPrincipiante
uncheckedAvanzado
uncheckedIntermedio

Tipo de Lección

uncheckedCurso
uncheckedProyecto

Carreras

pista
lockSolo para Ultimate
track image

Web Development with C#

laptop7 Cursos
list293 Tareas
Principiante
4.8
(2289)
pista
lockSolo para Ultimate
track image

Python from Zero to Hero

laptop6 Cursos
list169 Tareas
Principiante
4.7
(8107)
pista
lockSolo para Ultimate
track image

SQL from Zero to Hero

laptop4 Cursos
list115 Tareas
Principiante
4.7
(2530)
pista
lockSolo para Ultimate
track image

С++ Essentials

laptop6 Cursos
list101 Tareas
Principiante
4.4
(433)
pista
lockSolo para Ultimate
track image

Game Development with Unity

laptop4 Cursos
list143 Tareas
Principiante
4.7
(64)
pista
lockSolo para Ultimate
track image

Become a React Developer

laptop5 Cursos
list119 Tareas
Intermedio
4.6
(61)
pista
lockSolo para Ultimate
track image

Excel Essentials

laptop3 Cursos
list39 Tareas
Principiante
4.7
(243)
pista
lockSolo para Ultimate
track image

Data Analyst Foundation

laptop4 Cursos
list96 Tareas
Principiante
4.8
(2394)
pista
lockSolo para Ultimate
track image

Java Essentials

laptop6 Cursos
list307 Tareas
Principiante
4.7
(178)
pista
lockSolo para Ultimate
track image

Python Beyond Intermediate

laptop2 Cursos
pencil-with-line1 Proyecto
list65 Tareas
Principiante
4.7
(58)
pista
lockSolo para Ultimate
track image

Full Stack Web Development

laptop7 Cursos
list320 Tareas
Principiante
4.7
(813)
pista
lockSolo para Ultimate
track image

Frontend Development Foundations

laptop6 Cursos
list283 Tareas
Principiante
4.7
(784)
pista
lockSolo para Ultimate
track image

Mastering Data Visualization

laptop5 Cursos
list146 Tareas
Intermedio
4.7
(516)
pista
lockSolo para Ultimate
track image

Supervised Machine Learning

laptop5 Cursos
list123 Tareas
Intermedio
4.6
(117)
pista
lockSolo para Ultimate
track image

C++ Mastery

laptop3 Cursos
list79 Tareas
Avanzado
4.8
(16)
pista
lockSolo para Ultimate
track image

Java Web

laptop6 Cursos
list229 Tareas
Avanzado
4.7
(1122)
pista
lockSolo para Ultimate
track image

Become a QA Engineer

laptop5 Cursos
list213 Tareas
Principiante
4.7
(683)
pista
lockSolo para Ultimate
track image

Video Production with Adobe

laptop3 Cursos
list104 Tareas
Principiante
5.0
(4)
pista
lockSolo para Ultimate
track image

UI/UX Design Tools

laptop3 Cursos
list119 Tareas
Principiante
5.0
(4)
pista
lockSolo para Ultimate
track image

Essential Office Skills

laptop3 Cursos
list75 Tareas
Principiante
4.8
(193)

Cursos y Proyectos

course

Introduction to SQL

Introduction to SQL

This course is perfect for beginners ready to explore the world of SQL. Whether you're just starting out in database management or aiming to use SQL for your application development projects, this course covers the essentials. You'll quickly learn how to leverage the full potential of SQL, from querying and managing data to seamlessly integrating it into real-world applications. By the end of the course, you'll have the confidence and skills to solve practical problems with SQL and enhance your development process.

course

Intermediate SQL

Intermediate SQL

This course is perfect for those who already have a basic understanding of SQL and want to delve into more advanced concepts to craft more powerful queries. Throughout the course, you will become familiar with data grouping and filtering grouped data. You will also learn how to work with multiple tables simultaneously, including how to combine them. Additionally, you will explore different types of table joins and how to apply them in practice.

course

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.

course

Excel Formulas

Excel Formulas

This course is designed for beginners who want to start exploring formulas in Excel. You'll begin with the basics and then discover some really useful formulas for daily use. You'll learn about array formulas and how they work, and you'll also dive into Lookup and Reference functions.

project

Conducting Exploratory Data Analysis of Nobel Prizes

Conducting Exploratory Data Analysis of Nobel Prizes

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

project

Extracting Text Meaning using TF-IDF

Extracting Text Meaning using TF-IDF

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

project

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.

course

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.

course

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.

course

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.

project

Identifying the Most Frequent Words in Text

Identifying the Most Frequent Words in Text

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

course

Relational Database and Normalization

Relational Database and Normalization

This course delves into the theory behind relational databases. You'll learn what they are and see how they differ from non-relational databases. Throughout the course, we'll walk you through the ins and outs of database design and familiarize you with various types of relationships. Additionally, you'll explore the concepts of normalization and normal forms, equipping you with the knowledge to craft efficient and optimized databases.

course

ML Introduction with scikit-learn

ML Introduction with scikit-learn

Machine Learning is now used everywhere. Want to learn it yourself? This course is an introduction to the world of Machine learning for you to learn basic concepts, work with Scikit-learn – the most popular library for ML and build your first Machine Learning project. This course is intended for students with a basic knowledge of Python, Pandas, and Numpy.

course

Ultimate Visualization with Python

Ultimate Visualization with Python

Data is everywhere around us and making sense of it is extremely important. Visulization helps us deal with data by finding certain patterns and insights in it. We will develop a solid foundation of data visualization using Python and its libraries, such as matplotlib and seaborn, to get as much information from data as possible in a neat and concise way. Without further ado, let's dive in!

course

Databases in Python

Databases in Python

"Databases in Python" is a hands-on course designed to teach you the fundamentals of working with databases using Python, focusing on the sqlite3 library and SQLAlchemy. You’ll learn how to store, modify, and retrieve data, build efficient queries, and configure databases for your projects. The course covers both SQL basics and the ORM (Object-Relational Mapping) approach, which allows you to interact with databases through Python objects. This course is perfect for beginners looking to deepen their skills in data management, application development, and information handling.
not found

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

Carreras

pista
lockSolo para Ultimate
track image

Web Development with C#

laptop7 Cursos
list293 Tareas
Principiante
4.8
(2289)
pista
lockSolo para Ultimate
track image

Python from Zero to Hero

laptop6 Cursos
list169 Tareas
Principiante
4.7
(8107)
pista
lockSolo para Ultimate
track image

SQL from Zero to Hero

laptop4 Cursos
list115 Tareas
Principiante
4.7
(2530)
pista
lockSolo para Ultimate
track image

С++ Essentials

laptop6 Cursos
list101 Tareas
Principiante
4.4
(433)
pista
lockSolo para Ultimate
track image

Game Development with Unity

laptop4 Cursos
list143 Tareas
Principiante
4.7
(64)
pista
lockSolo para Ultimate
track image

Become a React Developer

laptop5 Cursos
list119 Tareas
Intermedio
4.6
(61)
pista
lockSolo para Ultimate
track image

Excel Essentials

laptop3 Cursos
list39 Tareas
Principiante
4.7
(243)
pista
lockSolo para Ultimate
track image

Data Analyst Foundation

laptop4 Cursos
list96 Tareas
Principiante
4.8
(2394)
pista
lockSolo para Ultimate
track image

Java Essentials

laptop6 Cursos
list307 Tareas
Principiante
4.7
(178)
pista
lockSolo para Ultimate
track image

Python Beyond Intermediate

laptop2 Cursos
pencil-with-line1 Proyecto
list65 Tareas
Principiante
4.7
(58)
pista
lockSolo para Ultimate
track image

Full Stack Web Development

laptop7 Cursos
list320 Tareas
Principiante
4.7
(813)
pista
lockSolo para Ultimate
track image

Frontend Development Foundations

laptop6 Cursos
list283 Tareas
Principiante
4.7
(784)
pista
lockSolo para Ultimate
track image

Mastering Data Visualization

laptop5 Cursos
list146 Tareas
Intermedio
4.7
(516)
pista
lockSolo para Ultimate
track image

Supervised Machine Learning

laptop5 Cursos
list123 Tareas
Intermedio
4.6
(117)
pista
lockSolo para Ultimate
track image

C++ Mastery

laptop3 Cursos
list79 Tareas
Avanzado
4.8
(16)
pista
lockSolo para Ultimate
track image

Java Web

laptop6 Cursos
list229 Tareas
Avanzado
4.7
(1122)
pista
lockSolo para Ultimate
track image

Become a QA Engineer

laptop5 Cursos
list213 Tareas
Principiante
4.7
(683)
pista
lockSolo para Ultimate
track image

Video Production with Adobe

laptop3 Cursos
list104 Tareas
Principiante
5.0
(4)
pista
lockSolo para Ultimate
track image

UI/UX Design Tools

laptop3 Cursos
list119 Tareas
Principiante
5.0
(4)
pista
lockSolo para Ultimate
track image

Essential Office Skills

laptop3 Cursos
list75 Tareas
Principiante
4.8
(193)
Search
Close

Cursos y Proyectos

Tecnologías

return
Filtros

course

Introduction to SQL

Introduction to SQL

This course is perfect for beginners ready to explore the world of SQL. Whether you're just starting out in database management or aiming to use SQL for your application development projects, this course covers the essentials. You'll quickly learn how to leverage the full potential of SQL, from querying and managing data to seamlessly integrating it into real-world applications. By the end of the course, you'll have the confidence and skills to solve practical problems with SQL and enhance your development process.

course

Intermediate SQL

Intermediate SQL

This course is perfect for those who already have a basic understanding of SQL and want to delve into more advanced concepts to craft more powerful queries. Throughout the course, you will become familiar with data grouping and filtering grouped data. You will also learn how to work with multiple tables simultaneously, including how to combine them. Additionally, you will explore different types of table joins and how to apply them in practice.

course

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.

course

Excel Formulas

Excel Formulas

This course is designed for beginners who want to start exploring formulas in Excel. You'll begin with the basics and then discover some really useful formulas for daily use. You'll learn about array formulas and how they work, and you'll also dive into Lookup and Reference functions.

project

Conducting Exploratory Data Analysis of Nobel Prizes

Conducting Exploratory Data Analysis of Nobel Prizes

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

project

Extracting Text Meaning using TF-IDF

Extracting Text Meaning using TF-IDF

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

project

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.

course

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.

course

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.

course

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.

project

Identifying the Most Frequent Words in Text

Identifying the Most Frequent Words in Text

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

course

Relational Database and Normalization

Relational Database and Normalization

This course delves into the theory behind relational databases. You'll learn what they are and see how they differ from non-relational databases. Throughout the course, we'll walk you through the ins and outs of database design and familiarize you with various types of relationships. Additionally, you'll explore the concepts of normalization and normal forms, equipping you with the knowledge to craft efficient and optimized databases.

course

ML Introduction with scikit-learn

ML Introduction with scikit-learn

Machine Learning is now used everywhere. Want to learn it yourself? This course is an introduction to the world of Machine learning for you to learn basic concepts, work with Scikit-learn – the most popular library for ML and build your first Machine Learning project. This course is intended for students with a basic knowledge of Python, Pandas, and Numpy.

course

Ultimate Visualization with Python

Ultimate Visualization with Python

Data is everywhere around us and making sense of it is extremely important. Visulization helps us deal with data by finding certain patterns and insights in it. We will develop a solid foundation of data visualization using Python and its libraries, such as matplotlib and seaborn, to get as much information from data as possible in a neat and concise way. Without further ado, let's dive in!

course

Databases in Python

Databases in Python

"Databases in Python" is a hands-on course designed to teach you the fundamentals of working with databases using Python, focusing on the sqlite3 library and SQLAlchemy. You’ll learn how to store, modify, and retrieve data, build efficient queries, and configure databases for your projects. The course covers both SQL basics and the ORM (Object-Relational Mapping) approach, which allows you to interact with databases through Python objects. This course is perfect for beginners looking to deepen their skills in data management, application development, and information handling.

course

Introduction to SQL

Introduction to SQL

This course is perfect for beginners ready to explore the world of SQL. Whether you're just starting out in database management or aiming to use SQL for your application development projects, this course covers the essentials. You'll quickly learn how to leverage the full potential of SQL, from querying and managing data to seamlessly integrating it into real-world applications. By the end of the course, you'll have the confidence and skills to solve practical problems with SQL and enhance your development process.

course

Intermediate SQL

Intermediate SQL

This course is perfect for those who already have a basic understanding of SQL and want to delve into more advanced concepts to craft more powerful queries. Throughout the course, you will become familiar with data grouping and filtering grouped data. You will also learn how to work with multiple tables simultaneously, including how to combine them. Additionally, you will explore different types of table joins and how to apply them in practice.

course

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.

course

Excel Formulas

Excel Formulas

This course is designed for beginners who want to start exploring formulas in Excel. You'll begin with the basics and then discover some really useful formulas for daily use. You'll learn about array formulas and how they work, and you'll also dive into Lookup and Reference functions.

project

Conducting Exploratory Data Analysis of Nobel Prizes

Conducting Exploratory Data Analysis of Nobel Prizes

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

project

Extracting Text Meaning using TF-IDF

Extracting Text Meaning using TF-IDF

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

project

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.

course

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.

course

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.

course

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.

project

Identifying the Most Frequent Words in Text

Identifying the Most Frequent Words in Text

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

course

Relational Database and Normalization

Relational Database and Normalization

This course delves into the theory behind relational databases. You'll learn what they are and see how they differ from non-relational databases. Throughout the course, we'll walk you through the ins and outs of database design and familiarize you with various types of relationships. Additionally, you'll explore the concepts of normalization and normal forms, equipping you with the knowledge to craft efficient and optimized databases.

course

ML Introduction with scikit-learn

ML Introduction with scikit-learn

Machine Learning is now used everywhere. Want to learn it yourself? This course is an introduction to the world of Machine learning for you to learn basic concepts, work with Scikit-learn – the most popular library for ML and build your first Machine Learning project. This course is intended for students with a basic knowledge of Python, Pandas, and Numpy.

course

Ultimate Visualization with Python

Ultimate Visualization with Python

Data is everywhere around us and making sense of it is extremely important. Visulization helps us deal with data by finding certain patterns and insights in it. We will develop a solid foundation of data visualization using Python and its libraries, such as matplotlib and seaborn, to get as much information from data as possible in a neat and concise way. Without further ado, let's dive in!

course

Databases in Python

Databases in Python

"Databases in Python" is a hands-on course designed to teach you the fundamentals of working with databases using Python, focusing on the sqlite3 library and SQLAlchemy. You’ll learn how to store, modify, and retrieve data, build efficient queries, and configure databases for your projects. The course covers both SQL basics and the ORM (Object-Relational Mapping) approach, which allows you to interact with databases through Python objects. This course is perfect for beginners looking to deepen their skills in data management, application development, and information handling.
not found

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

Proyectos Prácticos

Síguenos

trustpilot logo

Dirección

codefinity
We're sorry to hear that something went wrong. What happened?
some-alt