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)

Anonymous
Graduated: 2017

7/7/2017

Course
12-Week Data Science Bootcamp

Overall

Curriculum

Job Support

"Mixed feeling after graduating bootcamp"

Am writing this review for students coming into the program as to know what they are signing up for. Firstly dont get biased by the Data Science hype there are tons of people flooding into the space from all directions. Secondly do serious research to... Read More

Pros:
-Good structured course content
- You get to taste both R and Python

Cons:
- None of the teachers are experienced enough in Data Science field to be able to firstly give you in depth knowledge to be able to build the foundation in Data Science and nor can they give real time industry application knowledge. I heard there were good teachers but they left due to some conflict. Vivian and Aiko are the only teachers who have some knowledge but Vivian wont be teaching any of the class since she is busy with other stuff.
- Being a recent graduate and going through interview its not easy to land a job and its not NYC data science fault they try their best to get companies to come to hiring partner event but none of the companies hire and if they do very few. I would encourage students planning to join to ask for stats who get jobs after completing bootcamp and you would be surprised it not more than 20%.
- Reviews are biased so please do your research and ask all kinds of questions before you join.

S Sarmadi
Data Scientist | Graduated: 2017

6/6/2017

Course
Data Science with Python: Data Analysis and Visualization

Overall

Curriculum

Job Support

""Data Analysis and Visualization with Python course with Tony Schultz""

I recently took the 5 week "data analysis and visualization with python" course with Dr Tony Schultz. The course starts with a quick review of main concepts in Python (data structures, functions, control flow, exceptions handling, etc) and then moves... Read More

Mayank Shah
Data Scientist | Graduated: 2017

5/26/2017

Course
12-Week Data Science Bootcamp

Overall

Curriculum

Job Support

"Rewrote my whole life story in just a few months"

Well lets see, I basically went from the lowest rung on the ladder to a data scientist making 6 figures with multiple big name companies chasing me.

In 20 weeks (4: pre work, 12: course, 4 job hunt) I went from someone who couldn't write 'Hello World'... Read More

What you should know:

You will get as much out of this course as you put in. I had many, many days where I was working well past midnight and back in class by 9:30am. You learn how to learn, which is THE skill required for any coding job. The curriculum is intensive, and a lot of times I couldn't totally complete the homework without checking for answers from my peers (and that's okay!). In the real world, much of your job will be interacting and working with a team.

Course:
Go every day, work hard, finish the projects on time, and hold yourself accountable. The lecturers do a great job, but ultimately when you're 24+ years old, nobody is going to spoon feed you. The homework is great, but when you try to put everything you've learned together into a well rounded project (there are 4-5 projects), that is when you really understand what is going on. Throw yourself full bore into the projects, and take pride in your work. 90% of what I learned, no exaggeration, was in the 3-5 days before projects were due. Its one thing to figure out homework by looking at the example sets, and a different thing entirely to apply those concepts to a data set with different structure and goals. If you are proud of your projects at the end, you will get a job. Period.

Job Hunt:

The job is the ultimate goal for 99% of people entering the camp. Unfortunately, there is some confusion about how the search will work. For one, you will not be "given" a job. For most people, the job search will take 1.5-3 months. Vivian has excellent contacts but she also has 40+ students. In order to guarantee yourself a job, you need to approach the process like a data science project. For me, I did "easy apply"s on LinkedIn, 50 a day. These take literally 15 seconds each. I then selected 15 companies a day with a more formal interview process, and sent them a variation of a pre-written cover letter. For my top picks, I tried to find a hiring manager or data scientist on the team, and add them on LinkedIn. I put my name on AngelList, and got many companies reaching out. I humbled myself and told everyone I was more interested in a great learning position, not a great salary. I iteratively changed my own interview methods, including voice tone, inflections, negotiations, honesty levels, until I found a balance that worked for me. You cannot just apply and hope. That is not a method.

Basically, the bootcamp is the first big step. The second big step is learning how to apply and interview. Many people send out 5-10 applications to their top picks (who are often everyone else's top picks as well) and then sit on their hands and wonder why they haven't gotten a job. When entering a new field, you have to make concessions about your salary and place of work, in order to reap the rewards down the line. Also, without multiple options, you will not be able to negotiate because you'll feel this is your only chance. BROADEN YOUR HORIZONS!

Overall:

The camp was the best decision I ever made. I read a book called Design Your Life, which basically said take how you want your life to be, then decide what is necessary to get it there.

I wanted to live in NYC, with a six figure job, working in an office with low stress, and love what I do. NYCDSA made all of that possible. If you have gotten a degree that isn't taking you where you want to be, but you know you're smart and can work hard, I strongly urge you to apply to NYCDSA today.

Jhonasttan Regalado
VP Production Support Manager | Graduated: 2016

4/22/2017

Course
Data Science

Overall

Curriculum

Job Support

"Bootcamp Journey"

I started working in the financial industry in 1998 and have had roles in IT spanning development and production support. I attended the NYC Data Science Academy bootcamp during a three month sabbatical from work and it was a worthwhile investment. I... Read More

What did it take for me to achieve success at the bootcamp?

My three months at the academy was intense. I had a strong support system at home and at the school. My instructors and TAs were smart, caring and invested in my development every step of the way. Delivering on five different projects that stretch your knowledge of Data Science and Machine Learning fundamentals, Python and R programming, through daily classroom and homework practice was exhausting yet rewarding because you were not alone through the journey. As an early riser, the academy facilities were available to me starting at 7AM daily.

My advice for a strong finish.

I strongly advise that you complete the prep work provided by the academy by the time you start the bootcamp. The amount of work expected to be completed during the three-month journey is not an easy feat; however, the projects you are exposed to, the knowledge you gain and the practical experience you collect through individual and team projects is indispensable and can be quickly applied upon your return to work. Going into the bootcamp I felt uncomfortable thinking of myself as a potential Data Scientist. Leaving the bootcamp I am comfortable with the fundamentals of Data Science and the application of hypothesis testing to data problems. I am not a Data Science unicorn, hence, I rely on my new found strengths and maximize the talents within my team to investigate and find solutions to technical problems.

Lukasz
Graduated: 2017

4/22/2017

Course
Data Science with R: Machine Learning

Overall

Curriculum

Job Support

"ML in R: Thorough and rigorous class in which you'll learn the fundamentals well"

I studied mechanical engineering and physics for my undergrad at a top university and work in product management with a focus on search. I took this class to satisfy a personal interest in the subject matter and familiarize myself enough with the fundamentals... Read More

In the end I was extremely happy with this class (Machine Learning in R on Saturdays, 8 hrs at a time). The curriculum and content were excellent, the instructor, Luke, was fantastic and the assignments were challenging and informative.

I felt the course did a really great job of driving home the core fundamentals of each subject with a focus on statistics, mathematical theory, derivations and best practices. We covered a LOT of material, yet the material had a lot of depth. I thought the sequencing of the subject matter was very well thought out as well. The class was demanding and had the caliber of a graduate-level course.

The course also struck a very nice balance between theory and implementation. After learning about a new model, we would immediately implement it in class using R on our own machines. Luke did a particularly great job at relating the implementation back to the concepts and teaching us how to interpret outcomes of our analyses (I can’t stress enough how important this latter point was for me). He has a really strong grasp of the subject matter, he’s very patient and responsive to questions, offers a lot of insightful commentary on the theory, implementations and best practices, and he cares about his students a lot. The homework assignments complement the class nicely as well, helping to drive home the methods taught in class and how to interpret your work.

If you’re interested in developing a strong understanding of the fundamentals of machine learning in a rigorous format, this class is for you. I also couldn’t recommend Luke as an instructor more. He’s awesome! I was also was very pleased with my choice of the R class. R reduces a lot of the friction in model implementation, which allowed me to focus on developing an understanding of the concepts and interpreting results.

Lei Zhang
Data Scientist | Graduated: 2016

3/30/2017

Course
Data Science

Overall

Curriculum

Job Support

"Great Jump start for Data Science"

1.12 weeks' course with machine learning, spark, hadoop helped me solve almost technical interview questions. Also introduce several latest and popular topic, such as NLP, Deeplearning (CNN) and tensor flow.

2. This bootcamp faces people with different... Read More

3. Chris and Vivian helped prepare resume and the interview practice, and the hiring partner event was very helpful to present myself to the hiring managers directly.

Great appreciate!

Rahul Bhat
Graduated: 2017

3/13/2017

Course
Data Science with R: Machine Learning

Overall

Curriculum

Job Support

"Machine Learning with R with Luke Lin"

Took the weekend course for Machine Learning with R. Course was very helpful in helping me understand the basics of Machine Learning and different models. My instructor was Luke Lin. He was very helpful and would spend enough time covering each topic.... Read More

Anonymous
Hedge Fund Analyst | Graduated: 2016

3/4/2017

Course
Data Science with Python: Data Analysis and Visualization

Overall

Curriculum

Job Support

"Solid foundation for Data Science and Visualization"

I took the DATA SCIENCE WITH PYTHON: DATA ANALYSIS AND VISUALIZATION (WEEKENDS), with Aiko Liu. It was a well-designed course that moved quickly through key concepts. While most of the examples are taught of the standard datasets, the concepts are easily... Read More

L. Kan
Data Scientist | Graduated: 2016

2/28/2017

Course
Data Science

Overall

Curriculum

Job Support

"Great program that leads me to the world of data science"

Overall:
I will recommend this bootcamp to anyone who is eager to learn and have great passion towards data science. Before I attended the bootcamp, I received my master degree in marketing from school. I did not have a lot of math and coding background... Read More

They provide as many helps as they can, but you have to be proactive and eager to learn to take everything in!

Abhishek Desai
Graduated: 2016

1/31/2017

Course
Data Science with Python: Data Analysis and Visualization

Overall

Curriculum

Job Support

"Excellent structured approach to develop your Python skills"

I took the DATA SCIENCE WITH PYTHON: DATA ANALYSIS AND VISUALIZATION (WEEKENDS), with Aiko Liu. Aiko is an excellent teacher, who taught methodically and progressively. The course was extremely well designed, and elevated my skilset by building my understanding... Read More

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.