FreeCourseWeb.com

Complete Python 3 Masterclass – Beginner to Expert

Learn data types list, tuple, set, dictionary in Python with programs & practical labs

We have created this course with detailed explanation of every concept.

What you’ll learn

Course Content

Requirements

We have created this course with detailed explanation of every concept.

Currently we are publishing the content which is already prepared as part 1 of this course and will cover more topics of Python Programming Language.

This course covers theory and practical with examples for every conceptual topic of Python.

Following sections are covered in detail:

Python Introduction – Core principals of Python, features of Python, Python popularity, industrial domains & career growth with Python

 

Python Installation – Installation of Python on Windows, Linux Ubuntu(v16.04), Linux Ubuntu(v18.04)

 

Comments in Python – Single line & multi-line comments in Python, docstring in Python

 

Python Variables – Variables in Python, Python variable scopes, enclosing & built-in scopes, nonlocal keyword, delete variable, number & Boolean datatype in Python

 

Python Operators – Operator groups in Python, Arithmetic operator, Assignment operator, Comparison operator, Logical operator, Bitwise operator, Identity operator, Membership operator

 

Python Datatypes

Python Datatype Tuple – Creation of Tuple, Tuple elements index, index() method, append, change & delete of Tuple elements, slicing of elements, concatenation and unpacking of elements in Tuple, coding exercises on Tuple

 

Python Datatype Set – Creation of Set, accessing, add & remove of elements in Set, Mathematical operations like Union Join, Intersection, Difference, Symmetric Difference on Set, disjoint set, superset, subset methods, coding exercises on Sets

 

Python Datatype Dictionary – Creation of Dictionary, add, access, update, remove elements in Dictionary, shallow copy and deep copy of Dictionary, nested Dictionary, Dictionary built-in functions, Dictionary comprehension, coding exercises on Dictionary

 

Practice programs

Practical labs

Coding exercises

 

In future (near time) we will cover the other important topics of Python with this course. Following topics will be covered:

  1. Flow control & loops in Python
  2. Concepts of Object Oriented Programming (OOPs)
  3. File handling, exception handling and modules in Python programming language