This course runs for a duration of 5 Days.
The class will run daily from 10:00 Am EST to 5:00 PM EST.
Class Location: Virtual LIVE Instructor Led - Virtual Live Classroom.
This bootcamp is meant to go from the very basics of Python programming to the start of machine learning with Python. In this bootcamp, you’ll learn how and why Python is used for data science, and how to create programs, work with data in Python, create data visualizations, and use statistics to create machine learning models.
The course will start with the fundamentals of Python, including writing basic statements and expressions, creating variables, understanding different data types, working with lists, indexing and slicing lists, and using functions and methods. Concepts such as object-oriented programming are introduced.
Once a learning environment has been set up, we will work with different data types such as strings, lists, dictionaries, and tuples. Each data type has its own particular purpose, and knowing when to use each one will be essential.
The second part of the course covers conditional statements and control flow tools. This includes the If/Else Statements, Boolean Operations, and different types of loops. These topics form a large portion of the logic in your code, and this course will help you master them. Learn to work with dictionaries, create functions, write loops to iterate through data, and work with packages in Python.
The third part of the course introduces operations and tools for data science. We will learn how to import and clean data using NumPy and Pandas. You’ll learn to work with Pandas dataframes, wrangle data, and get descriptive statistics for your data.
You’ll learn to analyze and visualize data with key data science libraries, including Pandas, NumPy, and Matplotlib. Learn to filter and clean data, group and pivot data, and start generating insights from your data with exploratory data analysis. Then create visualizations, including bar charts, histograms, and advanced visualizations, for easy interpretation and sharing of your data insights.
After learning all the foundational Python programming and data analysis skills in this bootcamp, you will be ready to dive fully into machine learning.
Python Fundamentals: Variables & Data Types
Control Flow I: Conditional Logic
Control Flow II: Loops & Iteration
DataFrames & Data Manipulation with Pandas
Data Visualization: Charting Basics
Trend Analysis with Regression Lines
Advanced Plot Customization