Tag Archives: python

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

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. Part 1 This is an interesting data set. It’s ugly, inconsistent, and spans across lines. In … Continue reading

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