Sameer WaditwarApr 7, 202111 minSmarter Faster Better : Charles DuhiggThe secrets of being productive A book following up on Duhigg's excellent bestseller "Power of habit". In this book he looks at the...
Sameer WaditwarOct 15, 20209 minSAS REGEX Vs. Python RegexSome nifty functions in SAS and how to replicate them in Python What is Regex Or Regexp? Abbreviation for regular expression it is used...
Apr 4, 20214 minPython: Extract text from Word documentFollowing up on my previous post where I showcased how to convert PDF document into a text file and then extract the relevant...
Oct 15, 20209 minSAS REGEX Vs. Python RegexSome nifty functions in SAS and how to replicate them in Python What is Regex Or Regexp? Abbreviation for regular expression it is used...
Oct 15, 20206 minPython: Extract data from PDFConvert PDF document to text and scrap relevant data In this post I will illustrate how to convert a PDF into a text d using python and...
Oct 13, 202018 minPython + SAS work in Tandem with SASPYUse SASPY package to execute SAS code from python.
Apr 27, 202011 minSelenium + Python Working example. Scraping data of a website.Extract or download data from a complex web page using selenium and python