Python



Python Fundaments

   

Introduction To Python:


  • Installation and Working with Python
  • Understanding Python variables
  • Python basic Operators
  • Understanding the Python blocks.

Introduction To Variables:


  • Variables, expressioncondition and function.
  • Global and Local Variablesin Python.
  • Packing and Unpacking Arguments.
  • Various Machine Learning algorithms.
  • Type Casting in Python.
  • Byte objects vs. string in Python
  • VariableScope.

Python Data Type:


  • Declaring and usingNumeric data types.
  • Using stringdata type and string operations.
  • Understanding Non-numeric data types.
  • Understanding the concept of Casting and Boolean.
  • Strings.
  • List
  • Tuples.
  • Dictionary.
  • Sets.

Introduction Keywords and Identifiers and Operators :


  • PythonKeyword and Identifiers.
  • PythonComments, Multiline Comments.
  • PythonIndentation.
  • Understating the concepts of Operators.

Data Structure


List


  • What is List.
  • List Creation.
  • List Length.
  • List Append & Extend using “+” and Keyword.
  • List related Keyword in Python.
  • List Revers.
  • List having Multiple Reference.
  • String Split to create a List.


Dictionary


  • Dict Creation
  • Dict Access (Accessing Dict Values)
  • Dict Get Method
  • Dict Add or Modify Elements
  • Dict FromKeys.
  • Dict Keys (Updating, Removing and Iterating)
  • Dict Comprehension
  • Default Dictionaries
  • Ordered Dictionaries
  • Dict useful methods (Pop, Pop Item, Str , Update etc.)

Sets, Tuples and Looping Programming


  • Set Creation
  • Add element to a Set
  • Remove elements from a Set
  • PythonSet Operations
  • Frozen Sets