Presentations

Introduction to SQLite

Presented May 31st, 2019 @ Memphis NonProfit Data Professionals Meetup The git repository for this talk can be found HERE. The presentation can be viewed HERE. Resources cited in this talk include: SQLCourse: An interactive online training course for SQL, includes good background information about SQL in general. SQLite.org: Website for the SQLite project, houses downloads, documentation, and just about anything else you’d need regarding SQLite. sqlitetutorial.net: A collection of SQLite tutorials.

Continue reading

Web Scraping in R, Python, and WebScraper.io

Presented February 28th, 2019 @ Memphis NonProfit Data Professionals Meetup The git repository for this talk can be found HERE. The presentation can be viewed HERE. Resources cited in this talk include: rvest GitHub Page: GitHub page for the rvest R package for web scraping DataCamp Tutorial: A pretty good tutorial from DataCamp on web scraping with R Analytics Vidhya Tutorial: Another pretty good tutorial from DataCamp on web scraping with R BeautifulSoup Documentation: Official documentation for the BeautifulSoup Python library for web scraping Towards Data Science Tutorial: A pretty good tutorial from Towards Data Science on web scraping with Python Traversy Media Tutorial (YouTube): A video tutorial, for those who learn better by watching that reading Webscraper.

Continue reading

CWI Conference Presentation

Culture change is difficult; this is especially true when the change is being driven by technology and techniques that are not well understood or clearly communicated. In addition to the normal sources of resistance seen in any organizational change effort, data advocates are faced with fear of transparency, lack of organizational trust, and delayed payoff of data collection. This presentation will highlight the common signs and causes of resistance to adopting a data-driven approach to casework in a social service organization.

Continue reading

MemTech Presentation: Introduction to R

On 09/04/2018, I gave a presentation to a gathering of non-profit and foundation IT and data professionals in Memphis. The git repository for this talk can be found HERE. The presentation can be viewed HERE. Resources cited in this talk include: Tidy Data: A paper by Hadley Wickham providing practical advice on formatting data for programmatic workflows. Data Camp: A really useful site for interactive R training. R for Data Science: An online book by Garrett Grolemund and Hadley Wickham that introduces the basics of data science using R.

Continue reading