Author Archives: Yugesh Verma - Page 24

29 Jun

Guide To Regular Expression(Regex) with Python Codes

image-23916
image-23916

Introduction A regular expression (regex, regexp) is a string-searching algorithm, which you can use for making a search pattern in a sequence of characters or strings. Usually, these patterns are used to find or find and replace operations.  Regular expressions are commonly used in search engines, text processing, web scraping, pattern matching etc. With this,…

The post Guide To Regular Expression(Regex) with Python Codes appeared first on Analytics India Magazine.

23 Jun

Guide to Image Compositing (With Python Codes)

image-23782
image-23782

What is Compositing? Compositing is a technique that compresses separate elements into one image. We can say that creating more details into one image by combining multiple images or editing in a single image. You’ve absolutely seen composite images every day – in ads, on websites, in the news, even on your friend’s social media.…

The post Guide to Image Compositing (With Python Codes) appeared first on Analytics India Magazine.