Poulami DuttaLights upon CI/CD PipelineCI/CD are very profound terms basically used for DevOps terminology that increases an organization’s ability to deliver applications and…Jan 31, 2023Jan 31, 2023
Poulami DuttaYou are given two non-empty linked lists representing two non-negative integers.Jan 12, 2023Jan 12, 2023
Poulami DuttaString Compression Problem - Solution in PythonGiven an input string, write a function that returns the Run Length Encoded string for the input string.Nov 18, 2020Nov 18, 2020
Poulami DuttaOne Away - Solution in PythonWrite a function to check if there are one edit(or zero edits) awayNov 17, 2020Nov 17, 2020
Poulami DuttaImplement JsonResponse in Django API for JSON dataDjango counts with the built-in JsonResponse class, which is a subclass of HttpResponse. Its default Content-Type header is set to…Jul 23, 2020Jul 23, 2020
Poulami DuttaBUILD A DJANGO APP USING BUILT-IN CLASS BASED GENERIC VIEWSGeneric views are used for displaying a list of objects and write code that displays a list of any object.Jul 21, 2020Jul 21, 2020
Poulami DuttaImplement Currency Conversion using python with Foreign exchange rates APIAPI(Application Program Interface) allows the program to interact and perform required purpose or function. It is a computing interface…Jul 20, 2020Jul 20, 2020
Poulami DuttaMore about HTTP ‘POST’ and ‘GET’ RequestsGET Request: This fetches information from the server.When we type a URL ,then the client asks for the information from the server.The…May 27, 2020May 27, 2020
Poulami DuttaSupervised Machine LeaningSupervised machine learning is where we have input variable (x) and an output variable (y). An algorithm is used to map the function from…May 13, 2020May 13, 2020