Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
All Courses & Projects | Codefinity
Filters
reverse icon

Technologies

Topic

Level

Type of lesson

Career tracks

track
lockOnly for Ultimate
track image

Supervised Learning Foundations

laptop6 Courses
list74 Tasks

Beginner

4.3
(28)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop7 Courses
pencil-with-line2 Projects
list132 Tasks

Beginner

4.6
(260)
track
lockOnly for Ultimate
track image

Data Analyst with Python

laptop6 Courses
list179 Tasks

Beginner

4.4
(30)
track
lockOnly for Ultimate
track image

Data Visualization with Python

laptop4 Courses
list56 Tasks

Intermediate

5.0
(2)
track
lockOnly for Ultimate
track image

Machine Learning Engineer

laptop6 Courses
list144 Tasks

Intermediate

4.3
(6)

Courses & Projects

course

Working with Databases in Python

Working with Databases in Python

Master the essentials of working with databases in Python using sqlite3 and SQLAlchemy. Learn to store, modify, and retrieve data efficiently, build optimized queries, and connect your applications to databases. Gain practical experience in both SQL and ORM approaches to manage data through clean, Pythonic workflows.

course

Introduction to NLP with Python

Introduction to NLP with Python

Explore the fundamentals of Natural Language Processing (NLP) by learning essential text preprocessing techniques and methods for representing text data. Gain practical experience with the tools used to clean, analyze, and interpret textual information. Develop the skills needed to transform raw language into structured insights, laying a strong foundation for advanced applications in artificial intelligence and machine learning.

project

Text Pattern Matching with Regex

Text Pattern Matching with Regex

Unlock the power of regular expressions in Python with our comprehensive course designed for both beginners and experienced developers. This course will take you through the essential functions of the re module, including search, findall, finditer, and more, using practical examples and hands-on exercises. You'll learn how to extract and manipulate text data efficiently, enabling you to tackle complex string processing tasks with confidence. Whether you're looking to enhance your data analysis skills or streamline your coding workflow, this course provides the tools and knowledge to master regular expressions and elevate your programming capabilities.

course

Web Scraping with Python

Web Scraping with Python

Learn to extract valuable data from websites automatically. Master techniques to gather information efficiently, enabling you to perform in-depth analysis, make data-driven decisions, and unlock new insights from the vast ocean of online information.

project

Building Applications Using OOP Concepts

Building Applications Using OOP Concepts

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

course

Introduction to TensorFlow

Introduction to TensorFlow

Dive deep into the world of TensorFlow with our course, designed to give you a robust understanding of its core components. Begin with an exploration of tensors and the basics of TensorFlow framework. By the course's end, you'll have honed the skills to build tensor-driven systems, including crafting a basic neural network. Equip yourself with the knowledge to harness TensorFlow's full potential and set the foundation for advanced deep learning pursuits.

course

Optimization Techniques in Python

Optimization Techniques in Python

Learn how to write faster and more memory-efficient code by mastering performance measurement, selecting the right data structures, and leveraging built-in tools. We'll focus on practical optimization techniques for handling large datasets, efficient string operations, and partial sorting, ensuring your code is both robust and scalable.

project

Identifying Spam Emails

Identifying Spam Emails

Classify emails as spam or non-spam by analyzing the content of the emails. Preprocess the text data using techniques like tokenization and vectorization, and apply machine learning to build and evaluate a classification model. Develop a reliable tool for identifying spam emails.

course

Statistics with Python

Statistics with Python

Build a strong foundation in statistics using Python. Learn essential statistical concepts and apply them through NumPy and pandas. Move from basic measures like mean and variance to hypothesis testing, confidence intervals, and data-driven insights with hands-on practice.

project

Analyzing Department Revenue

Analyzing Department Revenue

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

course

Linear Regression with Python

Linear Regression with Python

Linear Regression is a crucial concept in predictive analytics. It is widely used by data scientists, data analytics, and statisticians as it is easy to build and interpret but powerful enough for many tasks.

course

Classification with Python

Classification with Python

Master the core classification algorithms that power modern machine learning. Explore how models like k-NN, logistic regression, decision trees, and random forests make predictions, evaluate their accuracy, and understand when to use each. Build the skills to compare models and choose the best one for your data.

course

Cluster Analysis with Python

Cluster Analysis with Python

Gain a solid understanding of cluster analysis, a key unsupervised learning technique for uncovering patterns in unlabeled data. Explore the essentials of K-Means, Hierarchical Clustering, DBSCAN, and GMMs, and get hands-on experience with real datasets to build confidence in applying clustering to real-world problems.

course

Recurrent Neural Networks with Python

Recurrent Neural Networks with Python

Master Recurrent neural networks and their advanced variants like LSTMs and GRUs using PyTorch. Gain hands-on experience processing sequential data for practical applications. Apply these powerful models to tackle real-world challenges in time series forecasting and various Natural language processing tasks.

project

Identifying Fake News

Identifying Fake News

Identify fake news by analyzing text data and determining whether articles are legitimate or deceptive. Preprocess the text data using natural language processing techniques and apply machine learning algorithms to build and evaluate classification models. Develop an effective tool that can accurately distinguish between real and fake news.
not found

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

Career tracks

track
lockOnly for Ultimate
track image

Supervised Learning Foundations

laptop6 Courses
list74 Tasks

Beginner

4.3
(28)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop7 Courses
pencil-with-line2 Projects
list132 Tasks

Beginner

4.6
(260)
track
lockOnly for Ultimate
track image

Data Analyst with Python

laptop6 Courses
list179 Tasks

Beginner

4.4
(30)
track
lockOnly for Ultimate
track image

Data Visualization with Python

laptop4 Courses
list56 Tasks

Intermediate

5.0
(2)
track
lockOnly for Ultimate
track image

Machine Learning Engineer

laptop6 Courses
list144 Tasks

Intermediate

4.3
(6)
track
track image
For Ultimate

Only for Ultimate

Supervised Learning Foundations

laptop6 Courses
list74 Tasks
4.3
track
track image
For Ultimate

Only for Ultimate

Python from Zero to Hero

laptop7 Courses
pencil-with-line2 Projects
list132 Tasks
4.6
track
track image
For Ultimate

Only for Ultimate

Data Analyst with Python

laptop6 Courses
list179 Tasks
4.4
track
track image
For Ultimate

Only for Ultimate

Data Visualization with Python

laptop4 Courses
list56 Tasks
5.0
track
track image
For Ultimate

Only for Ultimate

Machine Learning Engineer

laptop6 Courses
list144 Tasks
4.3
Search
Close

Courses & Projects

Technologies

course

Working with Databases in Python

Working with Databases in Python

Master the essentials of working with databases in Python using sqlite3 and SQLAlchemy. Learn to store, modify, and retrieve data efficiently, build optimized queries, and connect your applications to databases. Gain practical experience in both SQL and ORM approaches to manage data through clean, Pythonic workflows.

course

Introduction to NLP with Python

Introduction to NLP with Python

Explore the fundamentals of Natural Language Processing (NLP) by learning essential text preprocessing techniques and methods for representing text data. Gain practical experience with the tools used to clean, analyze, and interpret textual information. Develop the skills needed to transform raw language into structured insights, laying a strong foundation for advanced applications in artificial intelligence and machine learning.

project

Text Pattern Matching with Regex

Text Pattern Matching with Regex

Unlock the power of regular expressions in Python with our comprehensive course designed for both beginners and experienced developers. This course will take you through the essential functions of the re module, including search, findall, finditer, and more, using practical examples and hands-on exercises. You'll learn how to extract and manipulate text data efficiently, enabling you to tackle complex string processing tasks with confidence. Whether you're looking to enhance your data analysis skills or streamline your coding workflow, this course provides the tools and knowledge to master regular expressions and elevate your programming capabilities.

course

Web Scraping with Python

Web Scraping with Python

Learn to extract valuable data from websites automatically. Master techniques to gather information efficiently, enabling you to perform in-depth analysis, make data-driven decisions, and unlock new insights from the vast ocean of online information.

project

Building Applications Using OOP Concepts

Building Applications Using OOP Concepts

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

course

Introduction to TensorFlow

Introduction to TensorFlow

Dive deep into the world of TensorFlow with our course, designed to give you a robust understanding of its core components. Begin with an exploration of tensors and the basics of TensorFlow framework. By the course's end, you'll have honed the skills to build tensor-driven systems, including crafting a basic neural network. Equip yourself with the knowledge to harness TensorFlow's full potential and set the foundation for advanced deep learning pursuits.

course

Optimization Techniques in Python

Optimization Techniques in Python

Learn how to write faster and more memory-efficient code by mastering performance measurement, selecting the right data structures, and leveraging built-in tools. We'll focus on practical optimization techniques for handling large datasets, efficient string operations, and partial sorting, ensuring your code is both robust and scalable.

project

Identifying Spam Emails

Identifying Spam Emails

Classify emails as spam or non-spam by analyzing the content of the emails. Preprocess the text data using techniques like tokenization and vectorization, and apply machine learning to build and evaluate a classification model. Develop a reliable tool for identifying spam emails.

course

Statistics with Python

Statistics with Python

Build a strong foundation in statistics using Python. Learn essential statistical concepts and apply them through NumPy and pandas. Move from basic measures like mean and variance to hypothesis testing, confidence intervals, and data-driven insights with hands-on practice.

project

Analyzing Department Revenue

Analyzing Department Revenue

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

course

Linear Regression with Python

Linear Regression with Python

Linear Regression is a crucial concept in predictive analytics. It is widely used by data scientists, data analytics, and statisticians as it is easy to build and interpret but powerful enough for many tasks.

course

Classification with Python

Classification with Python

Master the core classification algorithms that power modern machine learning. Explore how models like k-NN, logistic regression, decision trees, and random forests make predictions, evaluate their accuracy, and understand when to use each. Build the skills to compare models and choose the best one for your data.

course

Cluster Analysis with Python

Cluster Analysis with Python

Gain a solid understanding of cluster analysis, a key unsupervised learning technique for uncovering patterns in unlabeled data. Explore the essentials of K-Means, Hierarchical Clustering, DBSCAN, and GMMs, and get hands-on experience with real datasets to build confidence in applying clustering to real-world problems.

course

Recurrent Neural Networks with Python

Recurrent Neural Networks with Python

Master Recurrent neural networks and their advanced variants like LSTMs and GRUs using PyTorch. Gain hands-on experience processing sequential data for practical applications. Apply these powerful models to tackle real-world challenges in time series forecasting and various Natural language processing tasks.

project

Identifying Fake News

Identifying Fake News

Identify fake news by analyzing text data and determining whether articles are legitimate or deceptive. Preprocess the text data using natural language processing techniques and apply machine learning algorithms to build and evaluate classification models. Develop an effective tool that can accurately distinguish between real and fake news.

course

Working with Databases in Python

Working with Databases in Python

Master the essentials of working with databases in Python using sqlite3 and SQLAlchemy. Learn to store, modify, and retrieve data efficiently, build optimized queries, and connect your applications to databases. Gain practical experience in both SQL and ORM approaches to manage data through clean, Pythonic workflows.

course

Introduction to NLP with Python

Introduction to NLP with Python

Explore the fundamentals of Natural Language Processing (NLP) by learning essential text preprocessing techniques and methods for representing text data. Gain practical experience with the tools used to clean, analyze, and interpret textual information. Develop the skills needed to transform raw language into structured insights, laying a strong foundation for advanced applications in artificial intelligence and machine learning.

project

Text Pattern Matching with Regex

Text Pattern Matching with Regex

Unlock the power of regular expressions in Python with our comprehensive course designed for both beginners and experienced developers. This course will take you through the essential functions of the re module, including search, findall, finditer, and more, using practical examples and hands-on exercises. You'll learn how to extract and manipulate text data efficiently, enabling you to tackle complex string processing tasks with confidence. Whether you're looking to enhance your data analysis skills or streamline your coding workflow, this course provides the tools and knowledge to master regular expressions and elevate your programming capabilities.

course

Web Scraping with Python

Web Scraping with Python

Learn to extract valuable data from websites automatically. Master techniques to gather information efficiently, enabling you to perform in-depth analysis, make data-driven decisions, and unlock new insights from the vast ocean of online information.

project

Building Applications Using OOP Concepts

Building Applications Using OOP Concepts

This is a hands-on course that will help you understand the basics of object-oriented programming in Python. You will learn how to create classes, work with objects, use inheritance, and extend the capabilities of your programs.

course

Introduction to TensorFlow

Introduction to TensorFlow

Dive deep into the world of TensorFlow with our course, designed to give you a robust understanding of its core components. Begin with an exploration of tensors and the basics of TensorFlow framework. By the course's end, you'll have honed the skills to build tensor-driven systems, including crafting a basic neural network. Equip yourself with the knowledge to harness TensorFlow's full potential and set the foundation for advanced deep learning pursuits.

course

Optimization Techniques in Python

Optimization Techniques in Python

Learn how to write faster and more memory-efficient code by mastering performance measurement, selecting the right data structures, and leveraging built-in tools. We'll focus on practical optimization techniques for handling large datasets, efficient string operations, and partial sorting, ensuring your code is both robust and scalable.

project

Identifying Spam Emails

Identifying Spam Emails

Classify emails as spam or non-spam by analyzing the content of the emails. Preprocess the text data using techniques like tokenization and vectorization, and apply machine learning to build and evaluate a classification model. Develop a reliable tool for identifying spam emails.

course

Statistics with Python

Statistics with Python

Build a strong foundation in statistics using Python. Learn essential statistical concepts and apply them through NumPy and pandas. Move from basic measures like mean and variance to hypothesis testing, confidence intervals, and data-driven insights with hands-on practice.

project

Analyzing Department Revenue

Analyzing Department Revenue

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

course

Linear Regression with Python

Linear Regression with Python

Linear Regression is a crucial concept in predictive analytics. It is widely used by data scientists, data analytics, and statisticians as it is easy to build and interpret but powerful enough for many tasks.

course

Classification with Python

Classification with Python

Master the core classification algorithms that power modern machine learning. Explore how models like k-NN, logistic regression, decision trees, and random forests make predictions, evaluate their accuracy, and understand when to use each. Build the skills to compare models and choose the best one for your data.

course

Cluster Analysis with Python

Cluster Analysis with Python

Gain a solid understanding of cluster analysis, a key unsupervised learning technique for uncovering patterns in unlabeled data. Explore the essentials of K-Means, Hierarchical Clustering, DBSCAN, and GMMs, and get hands-on experience with real datasets to build confidence in applying clustering to real-world problems.

course

Recurrent Neural Networks with Python

Recurrent Neural Networks with Python

Master Recurrent neural networks and their advanced variants like LSTMs and GRUs using PyTorch. Gain hands-on experience processing sequential data for practical applications. Apply these powerful models to tackle real-world challenges in time series forecasting and various Natural language processing tasks.

project

Identifying Fake News

Identifying Fake News

Identify fake news by analyzing text data and determining whether articles are legitimate or deceptive. Preprocess the text data using natural language processing techniques and apply machine learning algorithms to build and evaluate classification models. Develop an effective tool that can accurately distinguish between real and fake news.
not found

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

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