Tag Archives: python

Setting up a Local LLM

I wanted to experiment a bit with an LLM and training it, so I decided to try a few things. I looked at a few tutorials (see the references below) and then finally got this working. This post distills down … Continue reading

Posted in Blog | Tagged , , | Comments Off on Setting up a Local LLM

Writing Parquet Files – #SQLNewBlogger

Recently I’ve been looking at archiving some data at SQL Saturday, possibly querying it, and perhaps building a data warehouse of sorts. The modern view of data warehousing seems to be built on using a Lakehouse architecture where data moves … Continue reading

Posted in Blog | Tagged , , | 3 Comments

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 , , | 1 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