InTechfitlabbyTechFitLabLambda Expressions with Map and Filter Functions in PythonLet’s first explain what is map() and filter() built-in functions before using them with Lambda Expressions.Jun 2, 2021Jun 2, 2021
InTechfitlabbyTechFitLab*args and **kwargs in PythonIn Python, we can pass a variable number of arguments to a function using special symbols. There are two special symbols:Jun 1, 2021Jun 1, 2021
InTechfitlabbyTechFitLabDecorators in PythonIn plain English, Decorators allow you to ‘decorate’ your function or class in Python by adding new functionality.Jun 17, 2021Jun 17, 2021
InTechfitlabbyTechFitLabPython OS and Shutil ModulesThe OS module in Python provides functions for creating and removing a directory, fetching its content and changing and getting the…Jun 8, 2021Jun 8, 2021
InTechfitlabbyTechFitLabSend Emails with PythonIn Python, we have a built-in smtplib module for sending emails using the Simple Mail Transfer Protocol (SMTP).Jun 3, 2021Jun 3, 2021
InTechfitlabbyTechFitLabHow to Execute PL/SQL Statements and Procedures in PythonIn this tutorial, we will be using cx_Oracle which is a Python extension module that enables access to Oracle Database.Jun 10, 20211Jun 10, 20211