0% found this document useful (0 votes)
33 views

Genpact Data Science Prodegree Basics of Python: Problem Statement

This document outlines a course on the basics of Python for data science. The course introduces Python programming fundamentals like variables, data types, conditions, loops, and functions. It also covers working with common data structures like lists, tuples, sets, and dictionaries. Additionally, the course teaches how to load, manipulate, and save data using Python libraries like Pandas and NumPy, which are important for working with data in Python. The overall objective is to get students started using Python for data science applications.

Uploaded by

Rekhamohan019
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Genpact Data Science Prodegree Basics of Python: Problem Statement

This document outlines a course on the basics of Python for data science. The course introduces Python programming fundamentals like variables, data types, conditions, loops, and functions. It also covers working with common data structures like lists, tuples, sets, and dictionaries. Additionally, the course teaches how to load, manipulate, and save data using Python libraries like Pandas and NumPy, which are important for working with data in Python. The overall objective is to get students started using Python for data science applications.

Uploaded by

Rekhamohan019
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Genpact Data Science Prodegree

Basics of Python: Problem Statement

Python for Data Science


Problem Statement
Python is a general-purpose programming language that is becoming more and more
popular for doing data science. Companies worldwide are using Python to harvest insights
from their data and get a competitive edge.
Perform all the fundamental operations required for Data Science.

Expected Outcomes
The objectives of this course is to get you started with Python as the programming
language and give you a taste of how to start working with data in Python.

1. Python Basics
Types
Expressions and Variables
String Operations

2. Python Data Structures


Lists and Tuples
Sets
Dictionaries

3. Python Programming Fundamentals


Conditions and Branching
Loops
Functions
Objects and Classes

4. Working with Data in Python


Reading files with open
Writing files with open
Loading data with Pandas
Working with and Saving data with Pandas

5. Working with NumPy Arrays


NumPy 1d Arrays
NumPy 2d Arrays

Confidential and restricted. Do not distribute. (c) Imarticus Learning 1

You might also like