Data Analytics with Python/Core Python

1. Module : Python Essentials Introduction

  • What is Python...?
  • A Brief history of Python
  • Why Should I learn Python...?
  • Installing Python
  • How to execute Python program
  • Write your first program
  • Variables
  • Numbers
  • Operator
  • if...statement
  • if...else statement
  • Elif...statement
  • The while...Loop
  • The for....Loop
  • Continue, break, pass statement

2. Strings

  • Introduction to Python 'string' data type
  • Properties of a string
  • String built-in functions
  • Programming withstrings
  • String formatting

3. Lists and Tuples

  • Introduction to Python 'list' data type
  • Properties of a list
  • List built-in functions
  • Programming with lists
  • List comprehension
  • Introduction to Python 'tuple' data type
  • Tuples as Read only lists

4. Dictionary and Sets

  • Introduction to Python 'dictionary' data type
  • Creating a dictionary
  • Dictionary built-in functions
  • Introduction to Python 'set' data type
  • Set and set properties
  • Set built-in functions

5. User defined functions

  • Introduction to functions
  • Function definition and return
  • Function call and reuse
  • Function parameters
  • scope of variable (call by value, call by reference)

Quick Enquiry