top of page

Featured Posts


Smarter Faster Better : Charles Duhigg
The secrets of being productive A book following up on Duhigg's excellent bestseller "Power of habit". In this book he looks at the...
Sameer Waditwar
Apr 7, 202111 min read
149 views
0 comments


SAS REGEX Vs. Python Regex
Some nifty functions in SAS and how to replicate them in Python What is Regex Or Regexp? Abbreviation for regular expression it is used...
Sameer Waditwar
Oct 15, 20209 min read
378 views
0 comments
Explore our list of published works below and contact us to receive further information about the work that we do.
Search


Python: Extract text from Word document
Following up on my previous post where I showcased how to convert PDF document into a text file and then extract the relevant...
Apr 4, 20214 min read
6,376 views


SAS REGEX Vs. Python Regex
Some 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, 20209 min read
378 views


Python: Extract data from PDF
Convert 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 15, 20206 min read
130 views


Python + SAS work in Tandem with SASPY
Use SASPY package to execute SAS code from python.
Oct 13, 202018 min read
90 views


Selenium + Python Working example. Scraping data of a website.
Extract or download data from a complex web page using selenium and python
Apr 27, 202011 min read
139 views
bottom of page