
In this lecture, you will learn how to open Google Colab, create a new notebook, and run your first Python command. This will help you start coding in Python without installing any software.
In this lecture, you will learn how to save, close, and reopen your Google Colab notebook. You will also learn how to continue your Python practice after closing the browser or returning later.
In this lecture, you will learn how to use text cells in Google Colab to add headings, subheadings, and short notes. This will help you organize your notebook clearly and make your work easier to follow.
In this lecture, you will learn how to upload a dataset from your computer to Google Colab and open it using Pandas. This will help you start working with real data in Python.
In this lecture, you will learn how to connect Google Drive with Google Colab and import data directly from your Drive. This will help you access saved datasets easily and use them in Python with Pandas
In this lecture, you will learn how to import datasets from Google Drive into Google Colab after connecting your Drive. This will help you access saved files easily and load them into Python for data analysis using Pandas.
In this lecture, you will learn basic tasks after opening a dataset in Python, such as viewing rows and columns, checking data types, finding missing values, and understanding the structure of the data using Pandas.
I request you to learn and understand all the Python code carefully. Do not just copy and run the code. Try to understand what each line does. If you understand the code step by step, you will be able to create box plots with any dataset by yourself.
In this lecture, you will learn which variables are needed to create a boxplot in Python. You will understand how to choose a continuous variable and a grouping variable for visualization.
In this lecture, you will learn the basic Python code for creating a boxplot. You will practice writing simple code to visualize data distribution clearly.
In this lecture, you will learn how to format a boxplot by changing size, style, colors, and labels to make the graph clearer and more professional.
In this lecture, you will learn how to add and customize axis labels, titles, and legend labels for a boxplot in Python.
In this lecture, you will learn how to prepare variables for descriptive summary analysis in Python. You will organize categorical and continuous variables before creating summary tables.
In this lecture, you will learn how to summarize one variable at a time using Python. You will explore frequencies, percentages, means, medians, and other basic descriptive statistics.
In this lecture, you will learn the basic meaning of machine learning, how it works, and why it is useful for data analysis and prediction.
In this lecture, you will learn how to prepare data before building a machine learning model, including selecting variables and organizing the dataset.
In this lecture, you will learn how to preprocess data for machine learning using steps such as handling missing values, encoding categorical variables, and scaling continuous variables.
Learn how to import the main Python libraries needed for machine learning, data management, and preprocessing.
Learn how to define the outcome/class variable and select feature variables for building a machine learning model.
Learn how to identify and remove missing values from your dataset before machine learning analysis.
Learn how to organize your target variable and input features so they are ready for model training.
Learn how to split your dataset into training and testing sets using a 70% and 30% approach.
Learn how to preprocess data using scaling, encoding, and other preparation steps before applying machine learning models.
In this lecture, you will learn how to import the main Python libraries needed for classification models, including tools for model building, prediction, and evaluation.
In this lecture, you will learn how to build a logistic regression classification model in Python. You will train the model, make predictions, and prepare results for model evaluation.
In this lecture, you will learn how to build a Random Forest classification model in Python. You will train the model, make predictions, and evaluate its performance using accuracy, precision, sensitivity, specificity, F1-score, and AUC.
In this lecture, you will learn how to build and compare multiple classification models in Python, including Logistic Regression, Decision Tree, KNN, SVM, and Random Forest. You will train each model, make predictions, and prepare performance results for comparison.
Learn Machine Learning in Python with Google Colab in a simple, practical, and beginner-friendly way. This course is designed for students, researchers, data analysts, public health professionals, business learners, and anyone who wants to learn Python, data science, statistical analysis, data visualization, and machine learning without installing any software.
You will start by learning how to use Google Colab to write and run Python code online. You will learn how to create notebooks, save your work, connect Google Drive, import datasets, and manage files easily. Then you will learn basic Python concepts such as variables, data types, and simple coding tasks.
The course also covers data handling with Pandas, including how to open datasets, view rows and columns, check data types, find missing values, summarize data, and prepare data for analysis. These skills are important for data cleaning, data analysis, research data management, business analytics, and machine learning projects.
You will also learn beginner-level statistical analysis and data visualization in Python to understand patterns, trends, and relationships in data. Finally, you will learn core machine learning concepts, including features, target variables, training data, testing data, classification, regression, model building, and model evaluation.
By the end of this course, you will be able to use Python with Google Colab for practical data analysis, statistical analysis, data visualization, and machine learning projects with confidence.