@taupirho.bsky.social
23 followers 20 following 91 posts
Posts Media Videos Starter Packs
Reposted
towardsdatascience.com
For data scientists looking to bring their insights to life, @taupirho.bsky.social shows how to create interactive dashboards without relying on front-end frameworks.
Build a Data Dashboard Using HTML, CSS, and JavaScript | Towards Data Science
A framework-free guide for Python programmers
towardsdatascience.com
Reposted
towardsdatascience.com
Are you aware of the remarkable strides LLMs have made recently?? @taupirho.bsky.social presents a fascinating comparison. Sonnet 4.5 solved a geometric puzzle in seconds, a task that took its predecessor hours longer. This case study underscores the monumental improvements in AI technology.
This Puzzle Shows Just How Far LLMs Have Progressed in a Little Over a Year | Towards Data Science
What took GPT-4o 2 hours to solve, Sonnet 4.5 does in 5 seconds
towardsdatascience.com
taupirho.bsky.social
A tricky geometry puzzle shows just how much leading LLMs have progressed in little over a year. I detail everything in my latest article on the @towardsdatascience.com platform. Are you smart enough to solve the puzzle?

towardsdatascience.com/this-puzzle-...
This Puzzle Shows Just How Far LLMs Have Progressed in a Little Over a Year | Towards Data Science
What took GPT-4o 2 hours to solve, Sonnet 4.5 does in 5 seconds
towardsdatascience.com
taupirho.bsky.social
You know what python coders are like. Getting them to use plain JavaScript is a stretch in itself :-)
taupirho.bsky.social
You've mastered the Python backend. Now, let's conquer the frontend. In my latest article for the @towardsdatascience.com blog, I take you through the steps to build a clean, modern data dashboard using HTML, CSS and JavaScript. Read it for free below,

towardsdatascience.com/build-a-data...
Build a Data Dashboard Using HTML, CSS, and JavaScript | Towards Data Science
A framework-free guide for Python programmers
towardsdatascience.com
taupirho.bsky.social
Testing Python code that relies on a specific time, day, or interval can be challenging. This is where the Freezegun library can help. I delve into much more depth, with numerous coding examples, in my latest Medium blog. Check it out using the link below.
medium.com/gitconnected...
Useful Python libraries you might not know existed — Freezegun
Bring time to a standstill in your Python tests
medium.com
taupirho.bsky.social
I've just published a guide on the @towardsdatascience.com blog on how to integrate Mojo with your Python programs to boost your program's run-time. If you're a Python coder, serious about performance, you won't want to miss this.

Check it out for free:-

towardsdatascience.com/python-can-n...
Python Can Now Call Mojo | Towards Data Science
Boost your runtimes with lightning-fast Mojo code
towardsdatascience.com
taupirho.bsky.social
Python devs, ever get frustrated by the limits of your favourite dashboarding library? Step away from the Python ecosystem and build a 100% custom dashboard with HTML, CSS & JS. Read for FREE on @towardsdatascience.com

towardsdatascience.com/build-a-data...
Build a Data Dashboard Using HTML, CSS, and JavaScript | Towards Data Science
A framework-free guide for Python programmers
towardsdatascience.com
taupirho.bsky.social
@Google's new URL Context Grounding tool might change the way you think about traditional RAG processing of online content forever. Check out my latest post on Medium to see what I mean.

medium.com/generative-a...
Google’s URL Context Grounding
Another nail in the traditional RAG processing coffin?
medium.com
taupirho.bsky.social
Check out my latest post on the @Medium platform on Tkinter, the "og" of Python GUI development libraries. Although it may be over 30 years old, you can still develop some sleek and functional dashboards and GUIs using it.

medium.com/gitconnected...
Building a Modern Dashboard with Python and Tkinter
Create polished GUIs and data dashboards with this versatile library
medium.com
taupirho.bsky.social
Don't ditch Python for speed! Call ultra-fast Mojo directly from your Python code instead. My new blog post on @towardsdatascience.com shows you how to get a performance boost without learning a new language. Read it for free below,
towardsdatascience.com/python-can-n...
Python Can Now Call Mojo | Towards Data Science
Boost your runtimes with lightning-fast Mojo code
towardsdatascience.com
taupirho.bsky.social
Python can now call the superfast, compiled language Mojo. Learn how to speed up your code by checking out my post on the Towards Data Science blog. It's free to read.
towardsdatascience.com/python-can-n...
Python Can Now Call Mojo | Towards Data Science
Boost your runtimes with lightning-fast Mojo code
towardsdatascience.com
taupirho.bsky.social
Ever had tests fail because datetime.now() moved on or a job crossed midnight? I wrote a practical guide to Freezegun, a Python library that lets you freeze time so your tests stop flaking. Read using the @towardsdatascience.com link below. It's FREE.

towardsdatascience.com/useful-pytho...
Useful Python Libraries You Might Not Have Heard Of:  Freezegun | Towards Data Science
Bring time to a standstill in your Python tests
towardsdatascience.com
taupirho.bsky.social
My latest post just dropped on the Medium platform. It's all about Google's new Langchain library. Designed to extract structured output from unstructured text, Langchain could be a valuable addition to your NLP toolset. Check it out using the link below.
medium.com/generative-a...
Introducing LangExtract
A powerful new NLP and data extraction library from Google
medium.com
taupirho.bsky.social
If you're struggling to test Python code that deals with dates/times, you could do worse than check out the freezegun library. In my latest deep dive on the @towardsdatascience.com blog, I show how to use this useful library. Read it for free below,

towardsdatascience.com/useful-pytho...
Useful Python Libraries You Might Not Have Heard Of:  Freezegun | Towards Data Science
Bring time to a standstill in your Python tests
towardsdatascience.com
taupirho.bsky.social
For web app comms, Server-Sent Events (SSE) offer advantages over WebSockets:

Simpler coding,
Ideal for dashboards, log streams, and live notifications. Designed to reconnect automatically after interruption. Read more for FREE using the link below.
towardsdatascience.com/introducing-...
Introducing Server-Sent Events in Python | Towards Data Science
A simpler path to coding real-time web applications.
towardsdatascience.com
taupirho.bsky.social
Struggling to implement websockets in your streaming app? If your data flow is only server to client you can use the much simpler server sent events (SSE) instead. My free article on the TowardsDataScience blog explains all.
towardsdatascience.com/introducing-...
Introducing Server-Sent Events in Python | Towards Data Science
A simpler path to coding real-time web applications.
towardsdatascience.com