Published inLevel Up CodingVariable Scope in PythonTypes of Variable Scope in Python and Best Practices for Using ThemOct 31, 2024Oct 31, 2024
Published inAWS in Plain EnglishData Lakes and Amazon S3Excerpts from my Data Engineering on AWS book’s draftOct 21, 2024Oct 21, 2024
Published inArtificial Intelligence in Plain EnglishPrompt Engineering Best Practices for LLMs Using Amazon BedrockPrompt engineering has become a core skill for AI or ML engineers working with large language models (LLMs). Amazon Bedrock, with its…Oct 21, 2024Oct 21, 2024
Published inPython in Plain EnglishThe New Interactive Interpreter in Python 3.13How it can speed up your coding and experimentation.Oct 16, 2024Oct 16, 2024
Published inLevel Up CodingThe improved f-strings in Python 3.12How they can make your code simpler yet more powerfulOct 9, 2024Oct 9, 2024
Published inPython in Plain EnglishTest Your Generated Code Using LLMs on Amazon BedrockPrompt the LLM to generate tests for your codeOct 2, 2024Oct 2, 2024
Published inPython in Plain EnglishGenerate Code Using LLMs on Amazon BedrockGenerating functions based on natural language descriptionsOct 1, 2024Oct 1, 2024
Published inPython in Plain EnglishA Chatbot Application Using the Chainlit Library and an OpenAI ModelIn this post, we will look at how to write a simple OpenAI model-based chatbot web application in less than 30 lines of code using the…Sep 28, 2024Sep 28, 2024
Published inPython in Plain EnglishAWS Lambda Code To Invoke Amazon Bedrock RuntimeIn the previous post, we took a look at an Amazon Bedrock “Hello world” kind of application. Let’s see what the code might look like if we…Aug 7, 2024Aug 7, 2024
Published inPython in Plain EnglishAmazon Bedrock Hello World: Getting Started with AI ApplicationsBedrock is an AWS service that allows to build applications leveraging a number of popular AI models. It provides access to pre-trained…Jul 24, 2024Jul 24, 2024