Skip to main content

Python

Launch VS Code from the Command Line
·206 words·1 min
A quick tip to make your life a bit easier with VSCode and Python.
A Script to Export Models from Ollama
·335 words·2 mins
A workaround for transferring models to air-gapped Ollama instances.
Summarizing Large Texts with LLMs and a Tree of Summaries
·413 words·2 mins
How to summarize texts with LLMs that are too large for their context window.
Fetching Data from REST APIs with Python and httpx
·699 words·4 mins
How to install and use httpx.