When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Complete Python 3 Masterclass - Beginner to Expert

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

     0 |
  • Reviews ( 0 )
₹799

This Course Includes

  • iconudemy
  • icon0 (0 reviews )
  • icon7 total hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About Complete Python 3 Masterclass - Beginner to Expert

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:

Flow control & loops in Python

Concepts of Object Oriented Programming (OOPs)

File handling, exception handling and modules in Python programming language

What You Will Learn?

  • Python Introduction.
  • Core principals & features of Python.
  • Python Installation on Windows.
  • Python Installation on Linux - Ubuntu(v16.04) & Ubuntu(v18.04).
  • Comments in Python.
  • Python Variables and variable scopes.
  • Variables global & nonlocal keyword.
  • Number and Boolean datatype in Python.
  • Python Operators.
  • Python Datatypes.
  • Python Datatype Tuple.
  • Index of elements & index() method on Tuple.
  • Slicing, concatenation and unpacking of elements in Tuple.
  • Python Datatype Set.
  • Mathematical operations [Union Join, Intersection, Difference, Symmetric Difference] on Set.
  • Python Datatype Dictionary.
  • Shallow & deep copy and nested Dictionary.
  • Dictionary comprehension.