Learn the basics of Python — Part 2

Writing code in Python

Requirements

  • basic programming concepts

Description

This is the second part of course on basics of Python. It starts with Matrix implementation using List. Then Tuples, Dictionary and Array data structures are discussed. Modules and Packages are explained. Few Standard library modules are also discussed. Then, object oriented programming concepts in Python are discussed which includes namespace, scope, class, class objects and class inheritence.

Who this course is for:

  • anyone looking for python basics

Course content