blog.carsonwoods.ioPublishing Your First Python PackageIf you're reading this, you're probably already somewhat familiar with Python packages, how they work as an end-user and the various different types of packages. For those of you who are not familiar, I'll briefly explain. Python, like many other lan...Mar 23, 2022·13 min read
blog.carsonwoods.ioAn Introduction to Answer Set Programming - Hello World and InstallationWhat is Answer Set Programming? Answer set programming is not a new programming language, but it is likely one you're unfamiliar with. Unlike most modern programming languages, answer set programming (ASP) is a declarative language and is syntactical...Jan 21, 2022·7 min read
blog.carsonwoods.ioBuilding an Interactive Time-Series Globe Visualization in R With PlotlyBuilding interactive visualizations in R is quickly becoming a popular method of visualizing large and complex datasets. In recent months, I have been fascinated by trends in COVID-19 data. Using this as inspiration, this post will be describing how ...Dec 10, 2021·8 min read