Brendan FerrisinPython in Plain EnglishType Checking in PythonHow to check that the arguments given to a function are of the correct type in PythonJul 11, 20211Jul 11, 20211
Brendan FerrisHow much data can you get on the residents of your town?Aren’t you curious?Jul 4, 2021Jul 4, 2021
Brendan FerrisinTowards Data ScienceThe Elevator Optimization Problem.Optimizing an elevator configuration within a theoretical high-rise in New York CityJun 28, 2021Jun 28, 2021
Brendan FerrisinPython in Plain EnglishSave Object State in Python with ShelveHow to save Python objects persistently using the built-in shelve module.Jun 19, 2021Jun 19, 2021
Brendan FerrisOpen-Source Intelligence tools in Python.Open-source Intelligence, or OSINT, consists of using publicly available information to collect data on subject. Used primarily by…Jun 11, 2021Jun 11, 2021
Brendan FerrisinPython in Plain EnglishHow to Add Visual Candy to Your Python Shell ScriptsUse ANSI color codes and progress bars to make visually appealing Python scripts.Jun 6, 2021Jun 6, 2021
Brendan FerrisAutomated file management in Python.How to navigate and modify your filesystem programatically with Python.May 30, 20211May 30, 20211
Brendan FerrisinTowards Data ScienceHow to Analyze a PDF with the layout-parser package.May 23, 20214May 23, 20214
Brendan FerrisinAnalytics VidhyaScraping reddit with Scrapy.New to scrapy? Build a spider that scrapes reddit posts [with pagination] and saves them to a .json file.May 17, 2021May 17, 2021
Brendan FerrisinAnalytics VidhyaIntroduction to XPath.Similar to regular expressions, Xpath can be thought of as a language for finding information in and XML/HTML document. It has many uses…May 9, 2021May 9, 2021