2026-01-26
Online courses and our future
doing more outside the course to help ourselves
2026-01-26
doing more outside the course to help ourselves
2026-01-12
letting the LLM decide what action to take
2026-01-11
setting data secrets with local machine or Google Colab
2026-01-11
splitting a big task into several smaller subtasks with JSON for the LLM
2026-01-10
outputting JSON (instead of text) as a response to a prompt
2026-01-09
using the output from an LLM for another prompt (and so on)
2026-01-08
a bare-bones ChatGPT (or chatbot wrapper) on your own computer
2026-01-07
forums can become chat rooms and then become forums again
2026-01-07
reactive web app framework
2026-01-05
the former still has predetermined steps while the latter has more autonomy
2026-01-04
listing the different kinds of digital assistants
2026-01-03
listing the life-cycle of data through agents
2026-01-02
step-by-step guide on how to use a free LLM with a cloud-based interactive notebook
2025-12-17
splitting text up with tokenization + removing "textual noise" + reducing tokens with stemming and lemmatization
2025-12-11
glossing over ways how "things" can learn about words
2025-11-21
highlighting each different kind of the man-made know-how
2025-11-17
providing mathematical functions for the Python programmer
2025-11-16
2025-11-15
summarizing an exercise in matrix data manipulation
2025-11-11
allowing any number of arguments in a function
2025-11-06
given a date in the yyyy-mm-dd format
2025-11-05
grouping objects into a collection of unordered and unchangeable items
2025-11-05
grouping objects into a collection of unordered but changeable key-value pairs
2025-11-05
grouping objects into a collection of ordered but unchangeable items
2025-11-05
grouping objects into a collection of ordered and changeable items
2025-11-05
performing operations on plain text variables
2025-11-05
different objects with the same variable names
2025-11-05
making a subclass that inherits variables of its superclass
2025-11-05
packaging variables into a single variable for later use
2025-11-05
limiting access of variables and functions to a specific code block