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

Unsure where
to begin?

Filters
reverse icon

Technologies

Topic

Level

Type of lesson

Career tracks

track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks

Beginner

4.5
(1046)
track
lockOnly for Ultimate
track image

Business AI Toolkit

laptop3 Courses
list42 Tasks

Beginner

4.1
(126)
track
lockOnly for Ultimate
track image

DevOps Specialist

laptop6 Courses
list91 Tasks

Beginner

4.0
(2)
track
lockOnly for Ultimate
track image

Supervised Learning Foundations

laptop6 Courses
list74 Tasks

Beginner

4.3
(50)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop7 Courses
pencil-with-line2 Projects
list132 Tasks

Beginner

4.6
(400)

Courses & Projects

project

Exploring Olympic History Through Data Visualization

Exploring Olympic History Through Data Visualization

Dive into the rich history of the Olympic Games by analyzing and visualizing real athlete data. This project guides you through the process of loading, cleaning, and exploring the 'athlete_events.csv' dataset, uncovering trends in participation, physical attributes, and medal achievements across time and countries using Python and data visualization libraries.

project

File Format Converter

File Format Converter

Build a terminal-based Python application that allows users to convert files between TXT, CSV, and JSON formats. The project guides you through designing a CLI menu, reading and writing files, converting data structures, and implementing robust error handling.

course

FilePond Upload Essentials in JavaScript

FilePond Upload Essentials in JavaScript

Create modern, customizable file upload interfaces using FilePond with minimal configuration. Learn how to integrate FilePond, style it, enable advanced features, and extend it with plugins. Build polished, real-world upload components for practical web projects.

course

Firebase Authentication in React Apps

Firebase Authentication in React Apps

Implement user authentication in React applications using Firebase. Configure authentication providers, manage persistent sessions, protect application routes, and handle password recovery and user profiles. Apply Firebase security rules to safeguard authentication data in production React apps.

course

Flutter State and Data Handling

Flutter State and Data Handling

Master state management and data handling in Flutter to build robust, data-driven applications that work seamlessly both online and offline. Explore essential state management techniques, remote data fetching, error handling, and local storage solutions to create resilient Flutter apps.

project

Forecasting Price Trends and Seasonality in the Avocado Market

Forecasting Price Trends and Seasonality in the Avocado Market

A hands-on guided project for beginner to intermediate Python learners to analyze, visualize, and forecast avocado prices using real-world time series data. Students will clean and prepare the dataset, detect trends and seasonality, decompose the series, build a basic forecast, and extract actionable market insights.

project

Fruit EDA, Clustering, and Classification

Fruit EDA, Clustering, and Classification

A hands-on, notebook-driven case study for exploring, clustering, and classifying fruits based on their chemical properties. You will perform exploratory data analysis, preprocess features, apply unsupervised clustering, build a classification model, and identify key chemical markers—all using strictly linear code (no function definitions).

course

Functional Analysis for Machine Learning

Functional Analysis for Machine Learning

A rigorous exploration of the functional-analytic foundations of machine learning, focusing on normed spaces, operators, compactness, and the mathematical structure underlying generalization and stability.

course

Functional Programming Concepts in Python

Functional Programming Concepts in Python

Master packing/unpacking, flexible function arguments, higher-order functions, lambdas, variable scope, closures, iterators and decorators. Designed for learners who have completed an introductory Python course and want to write more efficient, expressive, and powerful code.

course

Fuzzy Logic and Approximate Reasoning

Fuzzy Logic and Approximate Reasoning

Explore fuzzy logic as a framework for reasoning under vagueness. Learn fuzzy sets, membership functions, fuzzy operators, and rule-based inference with clear theory and concise NumPy examples.

course

GEO for AI Search Visibility

GEO for AI Search Visibility

Covering everything from how AI engines read and evaluate content, to writing and architecture strategies that build genuine authority, to measuring visibility in a world where clicks tell only part of the story — practical, evidence-based, and built for marketers who already understand SEO and need to know what comes next.

course

Gemini in Google Workspace for Daily Tasks

Gemini in Google Workspace for Daily Tasks

Discover how to use Gemini across Google Workspace to handle everyday work tasks faster. Write emails, create documents, analyze data, build presentations, manage meetings, and find information across files using practical workflows. Focus on real scenarios and clear results while reducing manual work and saving time.

course

Generalization Bounds

Generalization Bounds

Explore the theoretical foundations of generalization in machine learning, from classical PAC/VC bounds to modern data-dependent measures. Gain intuition for why generalization bounds matter, how they are derived, and what they do—and do not—tell us about real-world learning.

course

Generative Adversarial Networks Basics

Generative Adversarial Networks Basics

A comprehensive, theory-focused introduction to Generative Adversarial Networks (GANs), covering their intuition, mathematical foundations, training dynamics, key variants, and real-world challenges. This course is designed for learners seeking a deep conceptual understanding of GANs without coding.

course

Geometric Modelling with Python

Geometric Modelling with Python

Learn the fundamentals of geometric modelling using Python. Explore how to represent, manipulate, and approximate geometric figures programmatically. This course covers basic shapes, transformations, and practical approximation techniques, making geometric concepts accessible and interactive.
not found

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

dsa banner mobiledsa banner

Unsure where
to begin?

Career tracks

track
lockOnly for Ultimate
track image

Essential Office Skills

laptop3 Courses
list75 Tasks

Beginner

4.5
(1046)
track
lockOnly for Ultimate
track image

Business AI Toolkit

laptop3 Courses
list42 Tasks

Beginner

4.1
(126)
track
lockOnly for Ultimate
track image

DevOps Specialist

laptop6 Courses
list91 Tasks

Beginner

4.0
(2)
track
lockOnly for Ultimate
track image

Supervised Learning Foundations

laptop6 Courses
list74 Tasks

Beginner

4.3
(50)
track
lockOnly for Ultimate
track image

Python from Zero to Hero

laptop7 Courses
pencil-with-line2 Projects
list132 Tasks

Beginner

4.6
(400)
track
track image
For Ultimate

Only for Ultimate

Essential Office Skills

laptop3 Courses
list75 Tasks
4.5
track
track image
For Ultimate

Only for Ultimate

Business AI Toolkit

laptop3 Courses
list42 Tasks
4.1
track
track image
For Ultimate

Only for Ultimate

DevOps Specialist

laptop6 Courses
list91 Tasks
4.0
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
Search
Close

Courses & Projects

Technologies

project

Exploring Olympic History Through Data Visualization

Exploring Olympic History Through Data Visualization

Dive into the rich history of the Olympic Games by analyzing and visualizing real athlete data. This project guides you through the process of loading, cleaning, and exploring the 'athlete_events.csv' dataset, uncovering trends in participation, physical attributes, and medal achievements across time and countries using Python and data visualization libraries.

project

File Format Converter

File Format Converter

Build a terminal-based Python application that allows users to convert files between TXT, CSV, and JSON formats. The project guides you through designing a CLI menu, reading and writing files, converting data structures, and implementing robust error handling.

course

FilePond Upload Essentials in JavaScript

FilePond Upload Essentials in JavaScript

Create modern, customizable file upload interfaces using FilePond with minimal configuration. Learn how to integrate FilePond, style it, enable advanced features, and extend it with plugins. Build polished, real-world upload components for practical web projects.

course

Firebase Authentication in React Apps

Firebase Authentication in React Apps

Implement user authentication in React applications using Firebase. Configure authentication providers, manage persistent sessions, protect application routes, and handle password recovery and user profiles. Apply Firebase security rules to safeguard authentication data in production React apps.

course

Flutter State and Data Handling

Flutter State and Data Handling

Master state management and data handling in Flutter to build robust, data-driven applications that work seamlessly both online and offline. Explore essential state management techniques, remote data fetching, error handling, and local storage solutions to create resilient Flutter apps.

project

Forecasting Price Trends and Seasonality in the Avocado Market

Forecasting Price Trends and Seasonality in the Avocado Market

A hands-on guided project for beginner to intermediate Python learners to analyze, visualize, and forecast avocado prices using real-world time series data. Students will clean and prepare the dataset, detect trends and seasonality, decompose the series, build a basic forecast, and extract actionable market insights.

project

Fruit EDA, Clustering, and Classification

Fruit EDA, Clustering, and Classification

A hands-on, notebook-driven case study for exploring, clustering, and classifying fruits based on their chemical properties. You will perform exploratory data analysis, preprocess features, apply unsupervised clustering, build a classification model, and identify key chemical markers—all using strictly linear code (no function definitions).

course

Functional Analysis for Machine Learning

Functional Analysis for Machine Learning

A rigorous exploration of the functional-analytic foundations of machine learning, focusing on normed spaces, operators, compactness, and the mathematical structure underlying generalization and stability.

course

Functional Programming Concepts in Python

Functional Programming Concepts in Python

Master packing/unpacking, flexible function arguments, higher-order functions, lambdas, variable scope, closures, iterators and decorators. Designed for learners who have completed an introductory Python course and want to write more efficient, expressive, and powerful code.

course

Fuzzy Logic and Approximate Reasoning

Fuzzy Logic and Approximate Reasoning

Explore fuzzy logic as a framework for reasoning under vagueness. Learn fuzzy sets, membership functions, fuzzy operators, and rule-based inference with clear theory and concise NumPy examples.

course

GEO for AI Search Visibility

GEO for AI Search Visibility

Covering everything from how AI engines read and evaluate content, to writing and architecture strategies that build genuine authority, to measuring visibility in a world where clicks tell only part of the story — practical, evidence-based, and built for marketers who already understand SEO and need to know what comes next.

course

Gemini in Google Workspace for Daily Tasks

Gemini in Google Workspace for Daily Tasks

Discover how to use Gemini across Google Workspace to handle everyday work tasks faster. Write emails, create documents, analyze data, build presentations, manage meetings, and find information across files using practical workflows. Focus on real scenarios and clear results while reducing manual work and saving time.

course

Generalization Bounds

Generalization Bounds

Explore the theoretical foundations of generalization in machine learning, from classical PAC/VC bounds to modern data-dependent measures. Gain intuition for why generalization bounds matter, how they are derived, and what they do—and do not—tell us about real-world learning.

course

Generative Adversarial Networks Basics

Generative Adversarial Networks Basics

A comprehensive, theory-focused introduction to Generative Adversarial Networks (GANs), covering their intuition, mathematical foundations, training dynamics, key variants, and real-world challenges. This course is designed for learners seeking a deep conceptual understanding of GANs without coding.

course

Geometric Modelling with Python

Geometric Modelling with Python

Learn the fundamentals of geometric modelling using Python. Explore how to represent, manipulate, and approximate geometric figures programmatically. This course covers basic shapes, transformations, and practical approximation techniques, making geometric concepts accessible and interactive.

project

Exploring Olympic History Through Data Visualization

Exploring Olympic History Through Data Visualization

Dive into the rich history of the Olympic Games by analyzing and visualizing real athlete data. This project guides you through the process of loading, cleaning, and exploring the 'athlete_events.csv' dataset, uncovering trends in participation, physical attributes, and medal achievements across time and countries using Python and data visualization libraries.

project

File Format Converter

File Format Converter

Build a terminal-based Python application that allows users to convert files between TXT, CSV, and JSON formats. The project guides you through designing a CLI menu, reading and writing files, converting data structures, and implementing robust error handling.

course

FilePond Upload Essentials in JavaScript

FilePond Upload Essentials in JavaScript

Create modern, customizable file upload interfaces using FilePond with minimal configuration. Learn how to integrate FilePond, style it, enable advanced features, and extend it with plugins. Build polished, real-world upload components for practical web projects.

course

Firebase Authentication in React Apps

Firebase Authentication in React Apps

Implement user authentication in React applications using Firebase. Configure authentication providers, manage persistent sessions, protect application routes, and handle password recovery and user profiles. Apply Firebase security rules to safeguard authentication data in production React apps.

course

Flutter State and Data Handling

Flutter State and Data Handling

Master state management and data handling in Flutter to build robust, data-driven applications that work seamlessly both online and offline. Explore essential state management techniques, remote data fetching, error handling, and local storage solutions to create resilient Flutter apps.

project

Forecasting Price Trends and Seasonality in the Avocado Market

Forecasting Price Trends and Seasonality in the Avocado Market

A hands-on guided project for beginner to intermediate Python learners to analyze, visualize, and forecast avocado prices using real-world time series data. Students will clean and prepare the dataset, detect trends and seasonality, decompose the series, build a basic forecast, and extract actionable market insights.

project

Fruit EDA, Clustering, and Classification

Fruit EDA, Clustering, and Classification

A hands-on, notebook-driven case study for exploring, clustering, and classifying fruits based on their chemical properties. You will perform exploratory data analysis, preprocess features, apply unsupervised clustering, build a classification model, and identify key chemical markers—all using strictly linear code (no function definitions).

course

Functional Analysis for Machine Learning

Functional Analysis for Machine Learning

A rigorous exploration of the functional-analytic foundations of machine learning, focusing on normed spaces, operators, compactness, and the mathematical structure underlying generalization and stability.

course

Functional Programming Concepts in Python

Functional Programming Concepts in Python

Master packing/unpacking, flexible function arguments, higher-order functions, lambdas, variable scope, closures, iterators and decorators. Designed for learners who have completed an introductory Python course and want to write more efficient, expressive, and powerful code.

course

Fuzzy Logic and Approximate Reasoning

Fuzzy Logic and Approximate Reasoning

Explore fuzzy logic as a framework for reasoning under vagueness. Learn fuzzy sets, membership functions, fuzzy operators, and rule-based inference with clear theory and concise NumPy examples.

course

GEO for AI Search Visibility

GEO for AI Search Visibility

Covering everything from how AI engines read and evaluate content, to writing and architecture strategies that build genuine authority, to measuring visibility in a world where clicks tell only part of the story — practical, evidence-based, and built for marketers who already understand SEO and need to know what comes next.

course

Gemini in Google Workspace for Daily Tasks

Gemini in Google Workspace for Daily Tasks

Discover how to use Gemini across Google Workspace to handle everyday work tasks faster. Write emails, create documents, analyze data, build presentations, manage meetings, and find information across files using practical workflows. Focus on real scenarios and clear results while reducing manual work and saving time.

course

Generalization Bounds

Generalization Bounds

Explore the theoretical foundations of generalization in machine learning, from classical PAC/VC bounds to modern data-dependent measures. Gain intuition for why generalization bounds matter, how they are derived, and what they do—and do not—tell us about real-world learning.

course

Generative Adversarial Networks Basics

Generative Adversarial Networks Basics

A comprehensive, theory-focused introduction to Generative Adversarial Networks (GANs), covering their intuition, mathematical foundations, training dynamics, key variants, and real-world challenges. This course is designed for learners seeking a deep conceptual understanding of GANs without coding.

course

Geometric Modelling with Python

Geometric Modelling with Python

Learn the fundamentals of geometric modelling using Python. Explore how to represent, manipulate, and approximate geometric figures programmatically. This course covers basic shapes, transformations, and practical approximation techniques, making geometric concepts accessible and interactive.
not found

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

some-alt