Learn

DATA HANDLING

WITH

PYTHON


Course Type : Online

Duration : 12 hrs

Course Fee : Rs6600

No Coding Background Needed


For Admission:

Call : Gagan Khanna

Ph: 9312352488


Learn DATA HANDLING WITH PYTHON:(Online Course -No Coding Background Needed)
For Admission:Call Gagan Khanna Ph:9312352488-Digibytes Ghaziabad


Getting Started With Python

After studying this lesson, students will be able to:

  • Appreciate the use of Graphical User interface and Integrated Development Environment for creating Python programs.

  • Work in interactive & Script mode for programming.

  • Create and assign values to variables.

  • Understand the concept and usage of different data types in python.

  • Appreciate the importance and usage of different types of operator (arithmetic, Relation and logical)

  • Create Python expression(s) and statement(s).

  • Condiotional & Iteration Loops

Top


The Basics of Data Handling

Strings

After studying this lesson, students will be able to:

  • Learn how Python inputs strings

  • Understand how Python stores and uses strings

  • Perform slicing operations on strings

  • Traverse strings with a loop

  • Compare strings and substrings

  • Understand the concept of immutable strings

  • Understanding string functions.

  • Understanding string constants

Top


Lists

After studying this lesson, students will be able to:

  • Understand the concept of mutable sequence types in Python.

  • Appreciate the use of list to conveniently store a large amount of data in memory.

  • Create, access & manipulate list objects

  • Use various functions & methods to work with list

  • Appreciate the use of index for accessing an element from a sequence.

Top


Dictionaries

After studying this lesson, the students will be able to

  • Understand the need of dictionaries;

  • Solve problems by using dictionaries;

  • Get clear idea about dictionaries functions; and

  • Understand the difference between list and dictionary.

Top


Tuples

After studying this lesson, the students will be able to

  • Understand the need of Tuples;

  • Solve problems by using Tuples;

  • Get clear idea about Tuple functions; and

  • Understand the difference between list, dictionary and tuples.

Top


JSON Data

After studying this lesson, the students will be able to

  • Understand the need of JSON Data;

  • Solve problems by using JSON Data;

  • Get clear idea about JSON Data functions; and

  • Understand the use of list, dictionary in JSON Data.

Top


Arrays (NumPy)

After studying this lesson, the students will be able to

  • Understand the need of Array

  • Understand Indexing and Slicing of Array

  • Understand Various Operations on Arrays

  • Concatenating Arrays

  • Reshaping Arrays

  • Splitting Arrays

  • Statistical Operations on Arrays

  • Loading Arrays from Files

  • Saving NumPy Arrays in Files on Disk

Top

Pandas

After studying this lesson, the students will be able to

  • Creating Series

  • Creating DataFrame

  • Importing and Exporting Data (Full/Selective) between CSV Files and DataFrames

  • Manipulation of DataFrames

  • Sorting of DataFrames

  • Add or Remove Columns of DataFrame

  • Altering the values of columns

  • Add or Delete Row From DataFrame

  • Show Selective Columns from DataFrame

  • Statiscal Operations on DataFrame

Top