Not Sure Where to Apply?

NYC Data Science Academy

Online, NYC
Best Bootcamp

 Ranked 2021 Best Bootcamp

About NYC Data Science Academy

Location: Online, NYC

NYC Data Science Academy is the only national accredited Data Science Bootcamp in the United States. We are also proud that we are the only bootcamp that teaches Python and R. The academy is well known for its industry project-oriented learning experience... Read More

- The only national accredited Data Science Bootcamp in the United States
The academy offers accredited data science and data analytic bootcamps in New York City and remotely online. The programs can be completed within 3 months, 4 months, and 6 months. In these programs, students learn beginner and intermediate levels of Data Science with Hadoop, Spark, Github, Docker, and SQL, as well as popular and useful Python and R packages like XgBoost, Caret, Dplyr, Ggplot2, Pandas, Scikit-learn, and more.

- Individual/ group projects showcased to hiring partners
Once the learning foundation has been set, students work on multiple projects through the Bootcamp. The program distinguishes itself by the breadth of its curriculum as well as by balancing intensive lectures with real-world project work. Students will work individually and with teams throughout the program to create at least four projects showcased to employers through multiple channels; private hiring partner events, student blogs, meetups, and film presentations.

- Lifetime Career Support
The academy also offers solid lifetime career support. There are four channels of engagement: Tech interview prep, unlimited mentorships, career services adviser who's forwarding your resume on your behalf, and a lifetime job portal. We also provide mock interviews, including challenges and behavioral questions and 1-on-1 post-interview reviews and feedback meetings from career mentors.

Courses

12-Week Data Science Bootcamp

Cost: $17,600
Duration: 12 weeks
Locations: Online, NYC
In-person Available Online
Course Description:

NYC Data Science Academy offers 12 week data science bootcamps. In these programs, students learn beginner and intermediate levels of Data Science with R, Python, Hadoop & Spark, Github, and SQL as well as the most popular and useful R and Python packages like XgBoost, Caret, dplyr, ggplot2, Pandas, scikit-learn, and more. Once the learning foundation has been set, students work on multiple projects through the bootcamp. Along the way, students are assisted in preparing for employment process through resume review and interview preparation. The program distinguishes itself by balancing intensive lectures with real world project work, and by the breadth of its curriculum. Throughout the program students work alone and in teams to create at least four projects that are showcased to employers through multiple channels; private on-campus hiring partner events, student blogs, meetups, and filmed presentations.

NYC Data Science Academy works closely with hiring partners and recruiting firms to create a pipeline of interest for its students. Ideal applicants should have a Masters or PhD degree in Science, Technology, Engineering or Math or equivalent experience in quantitative science or programming. Candidates with BA’s who have appropriate experience are also considered.

Subjects:
Linux, Git, Python, Machine Learning, SQL, Hadoop, R Programming, Data Visualization, Data Science

Big Data with Hadoop and Spark

Cost: $2,990
Duration: 6 weeks
Locations: NYC
In-person Only
Course Description:

Overview
This is a 6-week evening program providing a hands-on introduction to the Hadoop and Spark ecosystem of Big Data technologies. The course will cover these key components of Apache Hadoop: HDFS, MapReduce with streaming, Hive, and Spark. Programming will be done in Python. The course will begin with a review of Python concepts needed for our examples. The course format is interactive. Students will need to bring laptops to class. We will do our work on AWS (Amazon Web Services); instructions will be provided ahead of time on how to connect to AWS and obtain an account.

What is Hadoop?
Hadoop is a set of open-source programs running in computer clusters that simplify the handling of large amounts of data. Originally, Hadoop consisted of a distributed file system tuned for large data sets and an implementation of the MapReduce parallelism paradigm, but has expanded in many ways. It now includes database systems, languages for parallelism, libraries for machine learning, its own job scheduler, and much more. Furthermore, MapReduce is no longer the only parallelism framework; Spark is an increasingly popular alternative. In summary, Hadoop is a very popular and rapidly growing set of cluster computing solutions, which is becoming an essential tool for data scientists.

Syllabus

Unit 1 – Introduction: Hadoop, MapReduce, Python
Overview of Big Data and the Hadoop ecosystem
The concept of MapReduce
HDFS – Hadoop Distributed File System
Python for MapReduce

Unit 2 – MapReduce
More Python for MapReduce
Implementing MapReduce with Python streaming

Unit 3 – Hive: A database for Big Data
Hive concepts, Hive query language (HiveQL)
User-defined functions in Python (using streaming)
Accessing Hive from Python

Unit 4 – Pig: A Platform for Analyzing Large Datasets Using MapReduce
Intro to Apache Pig
Data Types in Pig
Pig Latin
Compiling Pig to MapReduce

Unit 5 – Spark
Intro to Spark using PySpark
Basic Spark concepts: RDDs, transformations, actions
PairRDDs and aggregating transformations
Advanced Spark: partitions; shared variables
SparkSQL

Unit 6 – Project Week
Case studies/Final projects

Subjects:
Hadoop

Data Science with Python: Data Analysis and Visualization

Cost: $1,590
Duration: 5 weeks
Locations: NYC
In-person Only
Course Description:

Overview
This class is a comprehensive introduction to data analysis with the Python programming language. This class targets people who have some basic knowledge of programming and want to take it to the next level. It introduces how to work with different data structures in Python and covers the most popular data analytics and visualization modules, including numpy, scipy, pandas, matplotlib, and seaborn. We use Ipython notebook to demonstrate the results of codes and change codes interactively throughout the class.

Syllabus
Unit 1: Introduction to Python
Python is a high-level programming language. You will learn the basic syntax and data structures in Python. We demonstrate and run codes within Ipython notebook, which is a great tool providing a robust and productive environment for interactive and exploratory computing.
Introduction to Ipython notebook
Basic objects in Python
Variables and self-defining functions
Control flow
Data structures

Unit 2: Explore Deeper with Python
Python is an object-oriented programming (OOP) language. Having some basic knowledge of OOP will help you understand how Python codes work. More often than not, you will have to deal with data that is dirty and unstructured. You will learn many ways to clean your data such as applying regular expressions.
Introduction to object-oriented programming
How to deal with files
Run Python scripts
Handling and processing strings

Unit 3: Scientific Computation Tools
There are two modules for scientific computation that make Python powerful for data analysis: Numpy and Scipy. Numpy is the fundamental package for scientific computing in Python. SciPy is an expanding collection of packages addressing scientific computing.
Numpy
Scipy

Unit 4: Data Visualization
Python can also generate graphics easily using “Matplotlib” and “Seaborn”. Matplotlib is the most popular Python library for producing plots and other 2D data visualizations. Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing statistical graphics.
Seaborn
Matplotlib

Unit 5: Data manipulation with Pandas
Pandas provides rich data structures and functions for working with structured data. The “DataFrame” object in Pandas is just like the “data.frame” object in R. Pandas makes data manipulation (filter, select, group, aggregate, etc.) as easy as in R.
Pandas

Final Project
After 20 hours of structured lectures, students are encouraged to work on an exploratory data analysis project based on their own interests. A project presentation demo will be arranged afterwards.

Subjects:
Python, Data Visualization

Data Science with Python: Machine Learning

Cost: $1,990
Duration: 5 weeks
Locations: NYC
In-person Only
Course Description:

Overview
This 20-hour course covers all the basic machine learning methods and Python modules (especially Scikit-Learn) for implementing them. The five sessions cover: simple and multiple Linear regressions; classification methods including logistic regression, discriminant analysis and naive bayes, support vector machines (SVMs) and tree based methods; cross-validation and feature selection; regularization; principal component analysis (PCA) and clustering algorithms. After successfully completing of this course, you will be able to explain the principles of machine learning algorithms and implement these methods to analyze complex datasets and make predictions.

Syllabus

Unit 1: Introduction and Regression
What is Machine Learning
Simple Linear Regression
Multiple Linear Regression
Numpy/Scikit-Learn Lab

Unit 2: Classification I
Logistic Regression
Discriminant Analysis
Naive Bayes
Supervised Learning Lab

Unit 3: Resampling and Model Selection
Cross-Validation
Bootstrap
Feature Selection
Model Selection and Regularization lab

Unit 4: Classification II
Support Vector Machines
Decision Trees
Bagging and Random Forests
Decision Tree and SVM Lab

Unit 5: Unsupervised Learning
Principal Component Analysis
Kmeans and Hierarchical Clustering
PCA and Clustering Lab
Final Project

After 20 hours of structured lectures, students are encouraged to work on an exploratory data analysis project based on their own interests. A project presentation demo will be arranged afterwards.

Subjects:
Python, Machine Learning, Data Science

Data Science with R: Data Analysis and Visualization

Cost: $2,190
Duration: 5 weeks
Locations: NYC
In-person Only
Course Description:

Overview
This course is a 35-hour program designed to provide a comprehensive introduction to R. You’ll learn how to load, save, and transform data as well as how to write functions, generate graphs, and fit basic statistical models with data. In addition to a theoretical framework in which you will learn the process of data analysis, this course focuses on the practical tools needed in data analysis and visualization. By the end of the course, you will have mastered the essential skills of processing, manipulating and analyzing data of various types, creating advanced visualizations, generating reports, and documenting your codes.

Prerequisites
Basic knowledge about computer components
Basic knowledge about programming

Syllabus
Unit 1: Basic Programming with R
Introduction to R
What is R?
Why R?
How to learn R
RStudio, packages, and the workspace
Basic R language elements
Data object types
Local data import/export
Introducing functions and control statements
In-depth study of data objects
Functions
Functional Programming

Unit 2: Basic Data Elements
Data transformation
Reshape
Split
Combine
Character manipulation
String manipulation
Dates and timestamps
Web data capture
API data sources
Connecting to an external database

Unit 3: Manipulating Data with “dplyr”
Subset, transform, and reorder datasets
Join datasets
Groupwise operations on datasets

Unit 4: Data Graphics and Data Visualization
Core ideas of data graphics and data visualization
R graphics engines
Base
Grid
Lattice
ggplot2
Big data graphics with ggplot2

Unit 5: Advanced Visualization
Customized graphics with ggplot2
Titles
Coordinate systems
Scales
Themes
Axis labels
Legends
Other plotting cases
Violin Plots
Pie charts
Mosaic plots
Hierarchical tree diagrams
scatter plots with multidimensional data
Time-series visualizations
Maps
R and interactive visualizations
Final Project

After 35 hours of structured lectures, students are encouraged to work on an exploratory data analysis project based on their own interests. A project presentation demo will be arranged afterwards.

Subjects:
R Programming, Data Visualization

Data Science with R: Machine Learning

Cost: $2,990
Duration: 5 weeks
Locations: NYC
In-person Only
Course Description:

Overview
This 35-hour course introduces both the theoretical foundation of machine learning algorithms as well as their practical applications of machine learning techniques in R. It will introduce you to data mining, performance measures and dimension reduction, regression models, both linear and generalized, KNN and Naïve Bayes models, tree models, and SVMs as well as the Association Rule for analysis. After successfully completing of this course, you will be able to break down the mathematics behind major machine learning algorithms, explain the principles of machine learning algorithms, and implement these methods to solve real-world problems.

Syllabus

Unit 1: Foundations of Statistics and Simple Linear Regression
Understand your data
Statistical inference
Introduction to machine learning
Simple linear regression
Diagnostics and transformations
The coefficient of determination

Unit 2: Multiple Linear Regression and Generalized Linear Model
Multiple linear regression
Assumptions and diagnostics
Extending model flexibility
Generalized linear models
Logistic regression
Maximum likelihood estimation
Model interpretation
Assessing model fit

Unit 3: kNN and Naive Bayes, the Curse of Dimensionality
The K-Nearest Neighbors Algorithm
The choice of K and distance measure
Conditional probability: Bayes’ Theorem
The Naive Bayes’ Algorithm
The Laplace estimator
Dimension reduction
The PCA procedure
Ridge and Lasso regression
Cross-validation

Unit 4: Tree Models and SVMs
Decision trees
Bagging
Random forests
Boosting
Variable Importance
Hyperplanes and maximal margin classifier
Sort margin and support vector classifier
Kernels and support vector machines

Unit 5: Cluster Analysis and Neural Networks
Cluster analysis
K-means clustering
Hierarchical clustering
Neural networks and perceptrons
Sigmoid neurons
Network topology and hidden features
Back propagation learning with gradient descent
Final Project

After 35 hours of structured lectures, students are encouraged to work on an exploratory data analysis project based on their own interests. A project presentation demo will be arranged afterwards.

Subjects:
Machine Learning, R Programming

Data Science with Tableau

Cost: $1,590
Duration: 4 weeks
Locations: NYC
In-person Only
Course Description:

This course offers an accelerated intensive learning experience with Tableau – the growing standard in business intelligence for data visualization and dashboard creation. Without prior experience, students will learn to work with multiple data sources, create compelling visualizations, and roll out their data science products for continuous, scalable outputs to key stakeholders. By building insight and weaving narrative, students will be empowered to harness data in a striking way that provides value to organizations large and small.

Subjects:
Data Visualization

Deep Learning

Cost: $2,990
Duration: 5 weeks
Locations: NYC
In-person Only
Course Description:

Via analogy to biological neurons and human perception, this course is an introduction to artificial neural networks that brings high-level theory to life with interactive labs featuring TensorFlow, the most popular open-source Deep Learning library. Essential theory will be covered in a manner that provides students with an intuitive understanding of Deep Learning’s underlying foundations. Paired with hands-on code run-throughs in Jupyter notebooks as well as strategies for overcoming common pitfalls, this foundational knowledge will empower individuals with no previous understanding of neural networks to build production-ready Deep Learning applications across the major contemporary families: Convolutional Nets for machine vision; Long Short-Term Memory Recurrent Nets for natural language processing and time series analysis; Generative Adversarial Networks for producing realistic images; and Reinforcement Learning for playing video games.

Subjects:
Python

Introductory Python

Cost: $1,590
Duration: 4 weeks
Locations: NYC
In-person Only
Course Description:

Overview
This is a class for computer-literate people with no programming background who wish to learn basic Python programming. The course is aimed at those who want to learn “data wrangling” – manipulating downloaded files to make them amenable to analysis. We concentrate on language basics such as list and string manipulation, control structures, simple data analysis packages, and introduce modules for downloading data from the web.
Goals
This is a “short course” of four weeks, with five hours of class per week (split into 2 ½ hour evening classes). Classes will be given in a lab setting, with student exercises mixed with lectures. Students should bring a laptop to class. There will be a modest amount of homework after each class. Due to the focused nature of this course, there will be no individual class projects but the instructors will be available to help students who are applying Python to their own work outside of class.
Syllabus

Unit 1: List manipulation
Simple values and expressions
Defining functions, using ordinary syntax and lambda syntax
Lists
Built-in functions and subscripting
Nested lists
Functional operators: map and filter
List comprehensions
Multiple-list operations: map and zip
Functional operators: reduce

Unit 2: Strings and simple I/O
Characters
Strings as lists of characters
Built-in string operations
Input files as lists of strings
Print statement
Reading data from the web
Using the requests package
String-based web scraping (e.g. handling csv files)

Unit 3: Control structures
Statements vs. expressions
For loops
Variables in for loops
if statements
Simple and nested if statements
Conditional expressions in lambda functions
While loops
break and continue

Unit 4: Data Analysis Packages
NumPy
Ndarray
Subscripting and slicing
Operations
Pandas
Data Structure
Data Manipulation
Grouping and Aggregation

Subjects:
Python

NYC Data Science Academy Reviews

Average Ratings (All Programs)

NYC Data Science Academy logo

4.88/5 (365 reviews)

Yunrou Gong
Graduated: 2016

8/17/2017

Course
12-Week Data Science Bootcamp

Overall

Curriculum

Job Support

"All I can say is : Do not miss this course if you really wanna enter to Data science industry."

I had been in the 12 week data science bootcamp last year summer, which changed my view to myself about leaning data science. It was a big challenge for me at that time as I had little programming experience. Although the course was extremely intensive,... Read More

Chris V.
Marketing Science Manager | Graduated: 2017

8/14/2017

Course
Data Science with Python: Data Analysis and Visualization

Overall

Curriculum

Job Support

"Highly Correlated to Success"

I can’t begin to describe how inclusive, rigorous, and rewarding is New York City Data Science Academy’s Data Science Boot Camp. It is inclusive in the sense that those applicants it admits are not exclusively from among statisticians, mathematicians,... Read More

The boot camp program is rigorous in that it demands broad competence not just in a single language. While competing programs may focus exclusively on developing competence narrowly in R or Python, the NYCDSA boot camp demands that its recruits master both. This gives those who complete the program greater flexibility, as they can appreciate the strengths of each language and invoke one or the other as best suits the task at hand.

Apart from the new skills obtained, the NYCDSA boot camp is rewarding in other key respects. The curriculum is grounded in teamwork, giving participants a greater appreciation of how to build and manage teams in a business context. This team-based approach also fosters friendships among classmates who, as in a military boot camp, become battle buddies as they overcome the significant business and technical challenges they confront. The resulting camaraderie produces a very strong alumni support network that provides boot camp graduates with long-term opportunities for professional growth and advancement.

The NYCDSA boot camp provided me with the precise set of skills I sought, allowing me to continue my career on a higher plane and enrich the value I provide to my clients in their pursuit of market share and increased profits. I am incredibly grateful and appreciative of the opportunities which NYCDSA’s boot camp has afforded me, both personally and professionally.

Yvonne Lau
Data Scientist | Graduated: 2017

8/14/2017

Course
12-Week Data Science Bootcamp

Overall

Curriculum

Job Support

"100% Recommend attending the full-time bootcamp"

NYC DATA SCIENCE REVIEW

Overall:
100% YES!!! I wholeheartedly recommend NYC Data Science Academy! If you want to switch into data science, the bootcamp will help you land your dream job. I got an internship offer shortly after the end of bootcamp(~2.5... Read More

Full Review
When I was reading through bootcamp reviews, I personally thought it was more helpful to find people of similar background as mine and see how well they fared. For instance, knowing that people with only bachelors degree attended NYCDSA and got data scientist jobs helped to not only inspire me, but also to set realistic expectations on what type of jobs I could get and how long it could take. So here is a blurb about myself:

TL-DR;
- Bachelors degree In math and economics
- <1 yr of work experience
- Limited exposure to R/SQL/Big Data tools prior to the bootcamp(Does using a select statement in SQL count?)
- Prior experience coding in C and basic Python through an intro level computer science course in college. No exposure to data packages in Python.

Prior to coming into the bootcamp, I asked myself: “Is the bootcamp worth the $16,000 investment?” Is it going to give me enough skills to find a job as a data scientist?”. If you read my introduction, the ultimate answer is an obvious YES! Below, I am listing the top 7 reasons why I think NYDSCA was a worth investment for me:

1. Top-notch job assistance: From teaching how to craft your resume to preparing for technical interviews, Vivian and Chris did an excellent job at explaining what interviewing for data scientist positions was like. This “soft skill” portion was really important for me since I wasn’t accustomed to interviewing for technical roles.
2. Connections of the bootcamp: As I mentioned earlier, I got my job through the bootcamp’s hiring partner event. Being able to take advantage of the wide network of employers definitely made “getting the foot in the door” much easier
3. Learning both R and Python: I wanted to learn both as I knew it would help me cover my bases and be prepared for most data science-related jobs.
4. Transforming me into a confident coder: having learned coding through a class in college and a bit of self-learning, I knew I needed to improve my skills if I ever wanted to land a serious job as a data scientist. The pre-work material along with projects were really helpful in that sense
5. Structured curriculum: There is a lot of thought put into the structure of each class. It was very nice to have all materials that I needed to learn organized for me so that my only worry was to learn.
6. Instructors: They deserve their own section as most staff have been teaching for quite a few cohorts. They are all very knowledgeable and approachable. Special shoutout to Zeyu for being an amazing TA and always offering helpful guidance through my projects!
7. Projects: Each project covers an essential area of data science-data visualization, web scraping, machine learning - and I learned so much through them. The projects were also essential to build my data science portfolio and showcase my skillset to employers.

If you made it all the way to the end, thank you reading this review! All in all, NYCDSA was great!! It worked perfectly for me as it gave me the skills (both technical and soft) I needed to land a data scientist job. BE PREPARED TO WORK HARD. Treat both the bootcamp and job hunting as a full-time job and you will be rewarded. :)

Kamal Sandhu
Graduated: 2017

8/10/2017

Course
12-Week Data Science Bootcamp

Overall

Curriculum

Job Support

"Great Decision"

I attended the January-March 2017 boot camp of the New York Data Science Academy. It was the most densely packed and learning filled 3 month period of my life. NYCDSA has the right balance of theory and practise built into their curriculum.

Projects were... Read More

Please be warned that this program is not for the faint of heart. You need requisite programming and stats knowledge to know what's going on. Even with the requisite experience, students consistently put 10-12 hours per day to stay on top of all the material. This is by design as it is a boot camp, not a vacation.

The best part about NYCDSA for me was the chance to work with fellow students who are as passionate, knowledgeable and hardworking as I am. Highly recommended.

Kyle Gallatin
Data Scientist | Graduated: 2017

8/10/2017

Course
Data Science with Python: Data Analysis and Visualization

Overall

Curriculum

Job Support

"Great Decision"

Honestly one of the best decisions I’ve ever made. Yes it’s a reasonably difficult course, but if you are truly interested in data science you enjoy every second of it. Like anything, you get out what you put in. If you’re ready to work as hard as you... Read More

The instructors and TAs are excellent, all accomplished data scientists with a wealth of skill and knowledge. The resources, from slides to code examples and practice questions, are things I will continue to use throughout my career as a data scientist. There is ALWAYS more to learn in the field of data science.

If you’re thinking about going because you simply want a pay raise, then don’t. The course is relatively difficult, and if you aren’t willing to put in the work to master everything you need to land a job, then you won’t get a job. Simple as that.

However, if you are committed to becoming an expert data science, the job support here is immense. There are mock interviews, code interview practice questions, linkedin workshops, presentations from hiring companies, data scientists etc…I myself recently accepted a dream offer from a company I was connected with through the bootcamp.

You likely won’t get a job immediately, it’ll take awhile and a lot of interview practice. If you haven’t mastered the skills you need to be a data scientist, then you don’t have the skills to pass through the interview process. But again, if you are committed there is no shortage of resources made available to you. If you do not succeed here, it is because you did not put as much effort into them as they did into you.

Finally, an underrated part of the experience is the other students. Some of my best friends in the city I met through the bootcamp, and we still go out for drinks all the time. The course not only provides you with knowledge, but connections. It’s a room full of intelligent, driven and entrepreneurial people. You could expect nothing less.

If you want to be a data scientist, and more importantly you have the drive to learn and succeed, you’ll thrive here. Simple as that.

Carlos
Investments Professional | Graduated: 2017

8/10/2017

Course
12-Week Data Science Bootcamp

Overall

Curriculum

Job Support

"Good way to enhance your Data Science Skills"

I was enrolled in the NYC Data Science Academy full-time bootcamp during 1Q17.

I found it a very good programme to enhance my computer science skills, particularly in the fields of EDA (exploratory data analysis), machine learning and web scrapping. In... Read More

Positives:

- The program materials are very good (theory and exercises) allowing to properly study the syllabus and find the right balance between theory and practice.

- The school staff is very close and dedicated to the cohort and always looking for feedback to improve the experience.

- I am more a "lone wolf" type of person but I found useful to be forced to cooperate in one project with other team mates as it allows to have a experience close to what a real job in Data science will be.

Things to bear in mind:

- You need to have at least a good basic-to-intermediate level in coding. If you never have coded, you better spend 3-6 months preparing yourself using Python and R beginner courses since the programme can be an uphill struggle for those who lack of minimum programming skills.

- This bootcamp is very focused on EDA (Exploratory Data Analysis) and Machine Learning. Although big data software like Hadoop or Spark is in the syllabus, it's basically an introduction since the program lasts only 3 months. If you are looking for a pure Big Data experience, this is not your program although it offers a good intro.

- This is a non-stop bootcamp so prepare yourself to be fully-committed during the 3 months as you will have to attend lectures in the morning and deliver homework almost on a daily basis.

Overall, I enjoyed my time at NYCDSA and think is probably the best bootcamp for professionals looking to upgrade and enhance their computer science skills specializing in Data Science.

Anonymous
Graduated: 2017

7/31/2017

Course
Data Science with Python: Data Analysis and Visualization

Overall

Curriculum

Job Support

"Solid curriculum and a really good teacher"

I took the Data Analysis and Visualization course with Tony this summer. I find the curriculum to be solid, constructive and highly applicable to the kind of analysis I will be doing at work. I would suggest that students come in with a little coding... Read More

Anonymous
Data Manager | Graduated: 2017

7/29/2017

Course
Data Science with Python: Data Analysis and Visualization

Overall

Curriculum

Job Support

"Data Analysis and Visualization - Summer 2017"

I took the Data Analysis and Visualization class this summer with Tony Schultz. Tony is a very knowledgeable and amazing teacher. His classes are never boring. Moreover, we had an extra hour sessions to review our homework. In general, the class is designed... Read More

Ben
Finance | Graduated: 2017

7/28/2017

Course
Data Science with Python: Data Analysis and Visualization

Overall

Curriculum

Job Support

"Fantastic Instructor"

Tony Schultz is a passionate and approachable instructor that goes well beyond teaching general Python syntax. He moves efficiently and fluidly through the basics and then deeper into some more advanced topics including Numpy and Pandas. It is a content... Read More

Anonymous
Graduated: 2017

7/24/2017

Course
Data Science with Python: Data Analysis and Visualization

Overall

Curriculum

Job Support

"Good way to learn Python"

I took two classes with Tony Schultz for Intro to Python and Python for Data Analysis/Viz. This class is appropriate for people who would like to get a start on learning python. I came away knowing enough to do some scripting for my current job and to... Read More

I recommend NYC Data Science Academy for those wanting to learn python but have a hard time picking it up independently.

Related News

The Path from Teaching to Data Science in Dubai
Claire Tu, Graduate of and Instructor at NYC Data Science Academy - 8/17/2018
From Mechanical to Machine Learning Engineer
Claire Tu, Graduate of and Instructor at NYC Data Science Academy - 6/21/2018
Prepare for a Data Science Interview
Claire Tu, Graduate of and Instructor at NYC Data Science Academy - 3/29/2018
Student Spotlight: Kathryn Bryant - Teacher to Data Scientist
Claire Tu, Graduate of and Instructor at NYC Data Science Academy - 3/16/2018
Student Spotlight: Data Scientist William Zhou
Claire Tu, Graduate of and Instructor at NYC Data Science Academy - 2/12/2018
From Material Science to Machine Learning Engineer at Capital One
Claire Tu, Graduate of and Instructor at NYC Data Science Academy - 9/19/2017
From Clinical Nurse to Data Analyst Revolutionizing the Healthcare Industry
Claire Tu, Graduate of and Instructor at NYC Data Science Academy - 8/25/2017
Alumni Spotlight: Domingos Lopes, hired at Google
Ariella Brown, Writer and Editor at NYC Data Science Academy - 6/21/2017
Person thinking

Need help making a decision?

We'll match you to the perfect bootcamp for your location, budget, and future career.