Discover Classes. Earn Rewards.

Python for Data Science Bootcamp

at Noble Desktop - Midtown

Uncover the power of Python for analyzing real-world data sets in this hands-on course at Noble Desktop. Explore Python fundamentals and learn how to create programs, work with data, visualize insights, and develop machine learning models. Elevate your data science skills with the Python for Data Science Bootcamp.

Course Details
Price $1,495
Start Date

Tue, Jan 16, 6:00pm - Feb 15, 9:00pm Eastern Time ( 10 sessions )
Next start dates ( 7)

20 seats left Need more seats? See group options for 8+

Location Midtown, Manhattan
185 Madison Ave 3rd Floor
At E 34th St
New York, New York 10016
(Map)
Important
Class Level All levels
Age Requirements 18 and older
Average Class Size 15
Purchase Options
Book Now

No Booking Fees. Lowest Price Guaranteed. Earn Rewards.

Give as a Gift Save to WishList

6 people wishlisted

Start Dates (8)

Noble Desktop
185 Madison Ave, New York, NY
TBD
$1,495
Book
Show all 5 sessions
  • Wed, Jan 03 at 10:00am - 5:00pm
  • Thu, Jan 04 at 10:00am - 5:00pm
  • Fri, Jan 05 at 10:00am - 5:00pm
  • Mon, Jan 08 at 10:00am - 5:00pm
  • Tue, Jan 09 at 10:00am - 5:00pm
Noble Desktop
185 Madison Ave, New York, NY
TBD
$1,495
Book
Show all 10 sessions
  • Tue, Jan 16 at 6:00pm - 9:00pm
  • Thu, Jan 18 at 6:00pm - 9:00pm
  • Tue, Jan 23 at 6:00pm - 9:00pm
  • Thu, Jan 25 at 6:00pm - 9:00pm
  • Tue, Jan 30 at 6:00pm - 9:00pm
  • Thu, Feb 01 at 6:00pm - 9:00pm
  • Tue, Feb 06 at 6:00pm - 9:00pm
  • Thu, Feb 08 at 6:00pm - 9:00pm
  • Tue, Feb 13 at 6:00pm - 9:00pm
  • Thu, Feb 15 at 6:00pm - 9:00pm
Noble Desktop
185 Madison Ave, New York, NY
TBD
$1,495
Book
Show all 5 sessions
  • Mon, Jan 22 at 10:00am - 5:00pm
  • Tue, Jan 23 at 10:00am - 5:00pm
  • Wed, Jan 24 at 10:00am - 5:00pm
  • Thu, Jan 25 at 10:00am - 5:00pm
  • Fri, Jan 26 at 10:00am - 5:00pm
Noble Desktop
185 Madison Ave, New York, NY
TBD
$1,495
Book
Show all 5 sessions
  • Mon, Feb 12 at 10:00am - 5:00pm
  • Tue, Feb 13 at 10:00am - 5:00pm
  • Wed, Feb 14 at 10:00am - 5:00pm
  • Thu, Feb 15 at 10:00am - 5:00pm
  • Fri, Feb 16 at 10:00am - 5:00pm
Noble Desktop
185 Madison Ave, New York, NY
TBD
$1,495
Book
Show all 5 sessions
  • Mon, Mar 18 at 10:00am - 5:00pm
  • Tue, Mar 19 at 10:00am - 5:00pm
  • Wed, Mar 20 at 10:00am - 5:00pm
  • Thu, Mar 21 at 10:00am - 5:00pm
  • Fri, Mar 22 at 10:00am - 5:00pm
Noble Desktop
185 Madison Ave, New York, NY
TBD
$1,495
Book
Show all 5 sessions
  • Sat, Mar 30 at 10:00am - 5:00pm
  • Sat, Apr 06 at 10:00am - 5:00pm
  • Sat, Apr 13 at 10:00am - 5:00pm
  • Sat, Apr 20 at 10:00am - 5:00pm
  • Sat, Apr 27 at 10:00am - 5:00pm
Noble Desktop
185 Madison Ave, New York, NY
TBD
$1,495
Book
Show all 10 sessions
  • Wed, Apr 17 at 6:00pm - 9:00pm
  • Wed, Apr 24 at 6:00pm - 9:00pm
  • Wed, May 01 at 6:00pm - 9:00pm
  • Mon, May 06 at 6:00pm - 9:00pm
  • Wed, May 08 at 6:00pm - 9:00pm
  • Mon, May 13 at 6:00pm - 9:00pm
  • Wed, May 15 at 6:00pm - 9:00pm
  • Mon, May 20 at 6:00pm - 9:00pm
  • Wed, May 22 at 6:00pm - 9:00pm
  • Wed, May 29 at 6:00pm - 9:00pm
Noble Desktop
185 Madison Ave, New York, NY
TBD
$1,495
Book
Show all 5 sessions
  • Fri, Jun 14 at 10:00am - 5:00pm
  • Mon, Jun 17 at 10:00am - 5:00pm
  • Tue, Jun 18 at 10:00am - 5:00pm
  • Thu, Jun 20 at 10:00am - 5:00pm
  • Fri, Jun 21 at 10:00am - 5:00pm
Save to WishList Purchase a Gift Card

Class Description

Description

What you'll learn in this python class:

In this hands-on course, students will quickly go from learning the fundamentals of Python to analyzing real-world datasets.

Our Python for Data Science 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, how to create programs, work with data in Python, create data visualizations, and use statistics to create machine learning models.

Python Fundamentals

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, using functions and methods, and more. Concepts such as object-oriented programming and IDLE 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.

Structuring Programs

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 create a large portion of the logic in your code and this course will help you master these concepts. Learn to work with dictionaries, create functions, write for loops to iterate through data, and work with packages in Python.

Arrays & Dataframes

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.

Analyzing & Visualizing 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 visualization for easy interpretation and sharing of your data insights.

Linear Regression

Once we know how to clean our data and conduct EDA, the course will cover data science workflows and fundamental statistics. These topics are critical in ensuring that the data you are using to train your models is not biased. You’ll learn how to use statistics to develop machine learning models. Start building models and evaluating them on your way to machine learning.

Next Steps

After learning all the foundational Python programming and data analysis skills in this Bootcamp, you will be ready to dive fully into machine learning.

Our Python Machine Learning Bootcamp builds off this foundational knowledge to turn you into a full machine learning data scientist. Pick up right where the Python for Data Science Bootcamp left off with advanced statistics and create machine learning models with logistic regressions, k-nearest neighbors, and decision trees.

Learn more about Python for Data Science Bootcamp at Noble Desktop.


Refund Policy

  • Students may cancel up to 14 days before the class/program start date and receive a refund, less the registration fee (10% of the undiscounted course price). 
  • Cancellations within 14 days are not permitted, but students may reschedule up to three business days before the class start date.
  • For cancellations and reschedules, please email us at [email protected]"

Reviews of Classes at Noble Desktop (367)

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Similar Classes

School: Noble Desktop

Noble Desktop

Noble Desktop is a renowned educational institution that specializes in providing comprehensive training in various creative and technology-related fields. Established in 1990 and headquartered in New York City, Noble Desktop has earned a stellar reputation for its high-quality courses and innovative...

Read more about Noble Desktop

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified NYC educator.

Noble Desktop

All classes at this location

We are located in New York City on 34th street and Madison Avenue, a few blocks from Penn Station, Port Authority and Times Square. You may also attend this class live online (virtual training) via Zoom. We will reach out with additional information, including the Zoom info and class files.

Also available virtually online

Ready to take this class?
BOOK NOW

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Choose from thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...