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

Courses & Projects

course

Introduction to Pandas

Introduction to Pandas

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

Introduction to Pandas

Introduction to Pandas

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

Data Wrangling with pandas

Data Wrangling with 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

NumPy Basics

NumPy Basics

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

Ultimate Visualization with Python

Ultimate Visualization with Python

Data is everywhere around us, and making sense of it is extremely important. Visualization helps you deal with data by finding certain patterns and insights in it. You 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.

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.

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.

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.

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.

project

User Behavior Impact Analysis

User Behavior Impact Analysis

In the world of business, making decisions based on hard data rather than intuition can be the key to success. This course focuses on one crucial technique: analyzing A/B test data. The centerpiece of the course is a project where you'll conduct a detailed analysis of an A/B test. This project, which you can showcase in your CV, is hosted on Codefinity, allowing you to continually refine it and demonstrate your growing expertise.

course

Data Preprocessing and Feature Engineering with Python

Data Preprocessing and Feature Engineering with Python

Learn practical techniques to clean, transform, and engineer data for machine learning using Python. This course covers essential preprocessing steps, feature creation, and hands-on challenges to prepare data for modeling.

course

Exploratory Data Analysis with Python

Exploratory Data Analysis with Python

Master the art of exploratory data analysis (EDA) using Python, pandas, matplotlib, and seaborn. Learn to extract insights, visualize patterns, and communicate findings effectively using a consistent retail dataset.

course

Introduction to SciPy

Introduction to SciPy

A comprehensive course designed for students with strong math backgrounds and intermediate to advanced Python skills, focusing on leveraging SciPy for scientific computing, optimization, integration, and advanced mathematical operations.

course

Python for Mathematics

Python for Mathematics

A practical course designed for math students to harness the power of Python for solving mathematical problems, visualizing data, and applying computational thinking to real-world scenarios. Each section blends engaging theory with hands-on challenges, focusing on mathematical applications and problem-solving.

course

Python for Researchers

Python for Researchers

A practical course designed for researchers who want to leverage Python for data analysis, visualization, and scientific computation. The course focuses on real-world research scenarios, using Python and its scientific libraries to solve common research problems, analyze data, and present findings effectively.
not found

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

Search
Close

Courses & Projects

Technologies

course

Introduction to Pandas

Introduction to Pandas

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

Introduction to Pandas

Introduction to Pandas

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

Data Wrangling with pandas

Data Wrangling with 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

NumPy Basics

NumPy Basics

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

Ultimate Visualization with Python

Ultimate Visualization with Python

Data is everywhere around us, and making sense of it is extremely important. Visualization helps you deal with data by finding certain patterns and insights in it. You 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.

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.

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.

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.

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.

project

User Behavior Impact Analysis

User Behavior Impact Analysis

In the world of business, making decisions based on hard data rather than intuition can be the key to success. This course focuses on one crucial technique: analyzing A/B test data. The centerpiece of the course is a project where you'll conduct a detailed analysis of an A/B test. This project, which you can showcase in your CV, is hosted on Codefinity, allowing you to continually refine it and demonstrate your growing expertise.

course

Data Preprocessing and Feature Engineering with Python

Data Preprocessing and Feature Engineering with Python

Learn practical techniques to clean, transform, and engineer data for machine learning using Python. This course covers essential preprocessing steps, feature creation, and hands-on challenges to prepare data for modeling.

course

Exploratory Data Analysis with Python

Exploratory Data Analysis with Python

Master the art of exploratory data analysis (EDA) using Python, pandas, matplotlib, and seaborn. Learn to extract insights, visualize patterns, and communicate findings effectively using a consistent retail dataset.

course

Introduction to SciPy

Introduction to SciPy

A comprehensive course designed for students with strong math backgrounds and intermediate to advanced Python skills, focusing on leveraging SciPy for scientific computing, optimization, integration, and advanced mathematical operations.

course

Python for Mathematics

Python for Mathematics

A practical course designed for math students to harness the power of Python for solving mathematical problems, visualizing data, and applying computational thinking to real-world scenarios. Each section blends engaging theory with hands-on challenges, focusing on mathematical applications and problem-solving.

course

Python for Researchers

Python for Researchers

A practical course designed for researchers who want to leverage Python for data analysis, visualization, and scientific computation. The course focuses on real-world research scenarios, using Python and its scientific libraries to solve common research problems, analyze data, and present findings effectively.

course

Introduction to Pandas

Introduction to Pandas

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

Introduction to Pandas

Introduction to Pandas

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

Data Wrangling with pandas

Data Wrangling with 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

NumPy Basics

NumPy Basics

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

Ultimate Visualization with Python

Ultimate Visualization with Python

Data is everywhere around us, and making sense of it is extremely important. Visualization helps you deal with data by finding certain patterns and insights in it. You 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.

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.

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.

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.

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.

project

User Behavior Impact Analysis

User Behavior Impact Analysis

In the world of business, making decisions based on hard data rather than intuition can be the key to success. This course focuses on one crucial technique: analyzing A/B test data. The centerpiece of the course is a project where you'll conduct a detailed analysis of an A/B test. This project, which you can showcase in your CV, is hosted on Codefinity, allowing you to continually refine it and demonstrate your growing expertise.

course

Data Preprocessing and Feature Engineering with Python

Data Preprocessing and Feature Engineering with Python

Learn practical techniques to clean, transform, and engineer data for machine learning using Python. This course covers essential preprocessing steps, feature creation, and hands-on challenges to prepare data for modeling.

course

Exploratory Data Analysis with Python

Exploratory Data Analysis with Python

Master the art of exploratory data analysis (EDA) using Python, pandas, matplotlib, and seaborn. Learn to extract insights, visualize patterns, and communicate findings effectively using a consistent retail dataset.

course

Introduction to SciPy

Introduction to SciPy

A comprehensive course designed for students with strong math backgrounds and intermediate to advanced Python skills, focusing on leveraging SciPy for scientific computing, optimization, integration, and advanced mathematical operations.

course

Python for Mathematics

Python for Mathematics

A practical course designed for math students to harness the power of Python for solving mathematical problems, visualizing data, and applying computational thinking to real-world scenarios. Each section blends engaging theory with hands-on challenges, focusing on mathematical applications and problem-solving.

course

Python for Researchers

Python for Researchers

A practical course designed for researchers who want to leverage Python for data analysis, visualization, and scientific computation. The course focuses on real-world research scenarios, using Python and its scientific libraries to solve common research problems, analyze data, and present findings effectively.
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