Image by Author | Ideogram Running multiple large language models can be useful, whether for comparing model outputs, setting up a fallback in case one...
Image by Author | Ideogram # Introduction Python isn’t just for data science, building apps, or making games. I was teaching my younger brother, Qasim, Python,...
Image by Author | Ideogram GPUs are great for tasks where you need to do the same operation across different pieces of data. This is...
Image by Author | Canva # Introduction There is no doubt that large language models can do amazing things. But apart from their internal knowledge base,...
Image by Author | Canva # Introduction Gemini CLI is Google’s new open-source AI assistant that runs in your terminal. It brings the Gemini language model...
Image by Author | Canva # Introduction Traditional debugging with print() or logging works, but it’s slow and clunky with LLMs. Phoenix provides a timeline view...
Image by Author | Canva # Introduction I understand that with the pace at which data science is growing, it’s getting harder for data scientists to...
Image by Author | Canva # Introduction When you’re new to Python, you usually use “for” loops whenever you have to process a collection of data....
Image by Author | Canva # Introduction This is the second article in my beginner project series. If you haven’t seen the first one on Python,...
Image by Author | Canva Let’s say there are two people, person A and person B. You give them the same dataset to analyze. But...