InPython in Plain EnglishbyBrendan Ferris·Jul 11, 2021Type Checking in PythonHow to check that the arguments given to a function are of the correct type in PythonA response icon1A response icon1
Brendan Ferris·Jul 4, 2021How much data can you get on the residents of your town?Aren’t you curious?
InTDS ArchivebyBrendan Ferris·Jun 28, 2021The Elevator Optimization Problem.Optimizing an elevator configuration within a theoretical high-rise in New York City
InPython in Plain EnglishbyBrendan Ferris·Jun 19, 2021Save Object State in Python with ShelveHow to save Python objects persistently using the built-in shelve module.
Brendan Ferris·Jun 11, 2021Open-Source Intelligence tools in Python.Open-source Intelligence, or OSINT, consists of using publicly available information to collect data on subject. Used primarily by…
InPython in Plain EnglishbyBrendan Ferris·Jun 6, 2021How to Add Visual Candy to Your Python Shell ScriptsUse ANSI color codes and progress bars to make visually appealing Python scripts.
Brendan Ferris·May 30, 2021Automated file management in Python.How to navigate and modify your filesystem programatically with Python.A response icon1A response icon1
InTDS ArchivebyBrendan Ferris·May 23, 2021How to Analyze a PDF with the layout-parser package.A response icon4A response icon4
InAnalytics VidhyabyBrendan Ferris·May 17, 2021Scraping reddit with Scrapy.New to scrapy? Build a spider that scrapes reddit posts [with pagination] and saves them to a .json file.
InAnalytics VidhyabyBrendan Ferris·May 9, 2021Introduction 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…