Tags MathematicaProgramming Stock Analysis with Wolfram Mathematica – Part 2 admin August 19, 2025 In the previous article, I had explained how to get started using Wolfram Mathematica’s stock analysis features. The focus was
Tags MathematicaProgramming Stock Analysis Using Wolfram Mathematica admin August 4, 2025 I have my own toolkit for analyzing stocks, but occasionally I use Mathematica as well. Given Mathematica’s extensive support for
Tags C++Programming Beyond Ownership: Understanding the Role of std::weak_ptr in Modern C++ admin May 4, 2025 Smart Pointers in C++ are elegant abstractions for managing dynamic memory safely, avoiding dangling pointers and preventing leaks. While std::unique_ptr
Tags OpenAIProgrammingPython Exploring OpenAI Agent SDK admin March 26, 2025 OpenAI recently released its open-source Agents SDK. The documentation looked interesting, so I decided to give it a try. The
Tags AgentsOpenAIProgrammingPython Getting Started with HuggingFace Smolagents admin March 12, 2025 Agents and Agent frameworks are hot topics these days. LangChain, crewAI, LangGraph, Microsoft Semantic Kernel, and Microsoft Autogen are some
Tags MathematicaOpenAIProgramming Using OpenAI from Mathematica: Part-3 admin February 21, 2025 Let us continue our discussion on using Mathematica to interact with OpenAI (you may want to go through the earlier
Tags GolangOpenAIProgramming Interacting with OpenAI API using Golang admin February 4, 2025 I normally use Python’s LangChain framework to communicate with OpenAI API. For a change, I wanted to see if Go
Tags LISPOpenAIProgramming Using OpenAI from Allegro Common Lisp admin January 20, 2025 Allegro Common Lisp ver 11.0 introduced support for OpenAI LLMs. In this article, let us look at some of the functions
Tags LISPProgramming Word Transformation Puzzle – Part 2: Implementation in Common Lisp admin January 4, 2025 In the last article I discussed an interesting word puzzle and showed how to solve it using Prolog. Here is the
Tags ProgrammingProlog Using Prolog to Solve the Word Transformation Puzzle admin December 17, 2024 In today’s article, I want to share an interesting word puzzle, and then show how to solve it in Prolog.