Tag Archives: python

Reading JSON Data with Python

Recently I’ve been looking at archiving some data at SQL Saturday. As a start, I needed to read some of the archive data I have in Python. This post looks at the basics of reading in JSON data in Python, … Continue reading

Posted in Blog | Tagged , , | Leave a comment

2020 Advent of Code Day 6

This series looks at the Advent of Code challenges. As one of my goals, I’m working through challenges. This post looks at day 6. I’m going to do this one in Python here, though I did solve it in other … Continue reading

Posted in Blog | Tagged , , | Comments Off on 2020 Advent of Code Day 6

Should You Learn R or Python?

I’ve been working on various skills over the last few years, trying to solve some simple problems in Python and PowerShell, in addition to T-SQL, to continue to improve my skills. It’s an interesting challenge at times, especially when I … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on Should You Learn R or Python?

2020 Advent of Code–Day 4

This series looks at the Advent of Code challenges. As one of my goals, I’m working through challenges. This post looks at day 4. I’m going to do this one in Python here, though I did solve it in other … Continue reading

Posted in Blog | Tagged , , | Comments Off on 2020 Advent of Code–Day 4