Rami Krispin
@ramikrispin.bsky.social
7.8K followers 2.2K following 1.1K posts
Senior Manager Data Science and Engineering at  | Docker Captain 🐳| Time-series analysis & forecasting My newsletters: Weekly updates: https://ramikrispin.substack.com AIOps: https://theaiops.substack.com Forecasting: https://theforecaster.substack.com
Posts Media Videos Starter Packs
Pinned
ramikrispin.bsky.social
Launching a new newsletter - The AIOps 🥳

This newsletter is going to focus, as the name implies, on AI/ML Ops, and it is going to be solely hands-on tutorials, and the plan is to use this platform as a baseline for a future book 📚.

📌 Subscribe over here -> theaiops.substack.com

#ai #mlops #docker
The AIOps Newsletter | Rami Krispin | Substack
Hands-on guides to the world of MLOps and AIOps. Click to read The AIOps Newsletter, by Rami Krispin, a Substack publication with hundreds of subscribers.
theaiops.substack.com
ramikrispin.bsky.social
The biggest news in the recent Python release (version 3.14) is that Python officially supports free-threaded. This is great news! 🥳

What does it mean? The Global Interpreter Lock (GIL) is disabled by default, enabling the use of parallel execution of threads.

#python
ramikrispin.bsky.social
Template strings are a new mechanism for custom string processing. They share the familiar syntax of f-strings, but, unlike f-strings, return an object representing the static and interpolated parts of the string, instead of a simple str.
ramikrispin.bsky.social
Are you using Python's f-string? Python 3.14 introduced a new string method - the template string literals, or in short, t-string 👇🏼

#python
ramikrispin.bsky.social
I kicked off a new newsletter focused on time series analysis and forecasting.

My goal is to use it as both a framework and motivation to write my upcoming books on time series and forecasting.

If you are interested, please sign up here:
theforecaster.substack.com

#timeseries #rstats #python
The Forecaster | Rami Krispin | Substack
A newsletter about time series analysis and forecasting. Click to read The Forecaster, by Rami Krispin, a Substack publication with hundreds of subscribers.
theforecaster.substack.com
ramikrispin.bsky.social
Python 3.14 has native syntax highlighting in the REPL 👇🏼
ramikrispin.bsky.social
My weekly newsletter is out!

This week’s agenda:
🔹 Open Source of the Week - Python 3.14
🔹 New learning resources
🔹 Book of the week -Learning Python by Mark Lutz

ramikrispin.substack.com/p/python-314...

#ai #python #datascience
Python 3.14 (AKA Piethon 😆) is Out, Learning Python 6th Edition, New Tutorials
A weekly curated update on data science and engineering topics and resources.
ramikrispin.substack.com
ramikrispin.bsky.social
This could be a great start for a bad dad joke - a whale 🐳, a snake 🐍, and a parrot 🦜 entered a bar... 😅

New tutorial available on Medium (for subscribers): medium.com/data-science...

And open in my newsletter: theaiops.substack.com

#ai #docker #python
Running a LangChain 🦜🔗 Application with Docker Model Runner 🐳
This is the fifth tutorial and last (for now) in the Docker Model Runner sequence
medium.com
ramikrispin.bsky.social
I came across the Foretell project today—an R library for forecasting customer retention based on Fader and Hardie et al. probability mixture models. Looks really interesting for those working with cohort data 👀:

github.com/sriharitn/fo...

#RStats
GitHub - sriharitn/foretell: Project Customer Retention based on Fader and Hardie et. al. Probability Mixture Models
Project Customer Retention based on Fader and Hardie et. al. Probability Mixture Models - sriharitn/foretell
github.com
ramikrispin.bsky.social
This short tutorial by Shaw Talebi focuses on building an MCP server and using it to create a YouTube AI agent.

www.youtube.com/watch?v=w-Ml...

#ai
How to Build (Custom) AI Agents with MCP
YouTube video by Shaw Talebi
www.youtube.com
ramikrispin.bsky.social
I really love the Net Ninja channel content. This crash course by Net Ninja focuses on implementing AI into the coding workflow using GitHub Copilot with VS Code.

www.youtube.com/playlist?lis...

#AI
Coding with AI (Copilot) Tutorial - YouTube
Learn how to implement AI into your coding workflow using GitHub Copilot with VS Code.
www.youtube.com
ramikrispin.bsky.social
I have accumulated 13 random Docker tutorials on Medium over the past two years for both #rstats and #python, and for #VScode. I created a list with links:
medium.com/@rami.krispi...
List: Docker | Curated by Rami Krispin | Medium
Docker · Docker tutorials · 13 stories on Medium
medium.com
ramikrispin.bsky.social
My weekly newsletter is out!

This week’s agenda:
🔹 Open Source of the Week - The quarto-svelte project
🔹 New learning resources -
🔹 Book of the week - R for Economic Research (second edition) by J. Renato Leripio

ramikrispin.substack.com/p/issue-56-r...

#rstats #ai #machinelearning #quartopub
Issue 56: R for Economic Research, the Quarto-Svelte Project, Stanford Transformer Playlist
A weekly curated update on data science and engineering topics and resources.
ramikrispin.substack.com
ramikrispin.bsky.social
Thanks, Australia 🇦🇺, for acknowledging that reviewing and submitting PRs can be a stressful process 😅

Image credit: Cybernews
ramikrispin.bsky.social
➡️ Updated the build to multi-arch, supporting both arm64 and amd64 CPU architectures. This is super useful for cases where you are using Apple Silicon locally and deploy to GitHub Actions (or other systems) that are running on amd64 architecture
ramikrispin.bsky.social
I made the following updates that make this template more efficient:
➡️ Separated the image into two builds - dependencies (e.g., tools, Debian libraries, etc.) and the Python environment. This reduces the build time when starting a new project from minutes to seconds
ramikrispin.bsky.social
The goal of using a GitHub template is to reduce the cost of starting a new project. My Python template includes a clone of my local CLI tools (zsh, oh-my-zsh, etc.), core Debian dependencies, VScode settings, and UV settings to create a virtual environment.

github.com/RamiKrispin/...
GitHub - RamiKrispin/vscode-python-uv-template: A Python Environment Template for VScode with UV
A Python Environment Template for VScode with UV. Contribute to RamiKrispin/vscode-python-uv-template development by creating an account on GitHub.
github.com
ramikrispin.bsky.social
I updated my Python 🐍 Dockerized 🐳 development environment template over the weekend 👇🏼

#python #docker #vscode #github
ramikrispin.bsky.social
My weekly newsletter is out!

This week's agenda:
🔹 Open Source of the Week - The TimeCopilot Project
🔹 New learning resources
🔹 Book of the week - Modern Deep Learning Foundations by Dr. Barak Or

ramikrispin.substack.com/p/the-timeco...

#timeseries #ai #machinelearning
The TimeCopilot Project, Modern Deep Learning Foundations Book, New Tutorials
A weekly curated update on data science and engineering topics and resources.
ramikrispin.substack.com