PinnedShashivardhanWhat is __ init __ in Python?__Init__” is a reseved method in python classes. Use the __init__() function to assign values to object properties, or other operations…Mar 29, 2021Mar 29, 2021
ShashivardhanIPv4 to int32 codewars using pythonTake the following IPv4 address: 128.32.10.1 This address has 4 octets where each octet is a single byte (or 8 bits). So 128.32.10.1 ==…May 5, 2021May 5, 2021
ShashivardhanValid Spacing in codewars using pythonWrite a python function called valid_spacing() or validSpacing() which checks if a string has valid spacing. The function should return…May 2, 2021May 2, 2021
ShashivardhanValid Spacing in codewars using pythonWrite a python function called valid_spacing() or validSpacing() which checks if a string has valid spacing. The function should return…May 2, 2021May 2, 2021
ShashivardhanDrawing shapes and putting text in OpenCV using PythonOpenCV also gives feature to add shapes and text to an imageApr 27, 2021Apr 27, 2021
ShashivardhanResizing and rescaling in OpenCVResizing and rescaling are most important step in image processing .Apr 27, 2021Apr 27, 2021
ShashivardhanIntroduction to OpenCVOpenCV stands for Open Source Computer Vision .It is a library that is designed to solve computer vision problems ,image processing and…Apr 25, 2021Apr 25, 2021
ShashivardhanStop Spinning My Words in python codewarsWrite a function that takes in a string of one or more words, and returns the same string, but with all five or more letter words reversed…Apr 21, 2021Apr 21, 2021
ShashivardhanWeight Calculator on Other planetsCalculate weight on other planets using pythonApr 17, 2021Apr 17, 2021