Programming Languages

100 Courses available

No Lessons

FuzzyWuzzy Python Library

Introduction Python's FuzzyWuzzy library is used for string matching. Finding strings that match a specified patter
No Lessons

Heap Queue (or Heapq) in Python

Introduction Heap is a data structure, that is mainly used to represent a priority queue. In Python, it is available by
No Lessons

Python super() keyword

Introduction In Python, the super() keyword is a built-in method that returns a proxy object (object of a superclass th
No Lessons

Inheritance in Python: Types

Inheritance in Python is a model where one class acquires attributes and methods from another class. This concept is ver
No Lessons

Lemmatization In Python

Introduction Lemmatisation main purpose is to remove the inflectional endings only and to return the base word or the d
No Lessons

Python OS Module

Introduction In Python, the OS module gives us the means to maintain a connection between python and the operating syst