Published inGoPenAIOpenAI API, Making the Response More Consistent, Part 2: The JSON FormatMaster consistent AI responses with OpenAI’s GPT-4 by utilizing structured JSON templates in Python.Aug 16, 2023Aug 16, 2023
Published inGoPenAIOpenAI API, Making the Response More Consistent, Part 1: Using the Chat CompletionExplore OpenAI’s Chat API for consistent responses from GPT models. Dive into roles, context building, and interaction implementation.Aug 3, 2023Aug 3, 2023
Basic Exploration of Data in a Pandas DataframeIn this exercise today, we will perform some simple data exploration using pandas in python.Mar 9, 2023Mar 9, 2023
A Soft Introduction to Numpy Arrays- Part 2: Slicing & Arithmetic OperationsThis article goes over how to slice numpy arrays into sub-arrays as well as how to perform arithmetic operations involving arrays.Dec 10, 2022Dec 10, 2022
Published inPython in Plain EnglishA Soft Introduction to Numpy ArraysNumPy is a powerful library for scientific computing in Python, and its core data structure is the multidimensional NumPy array.Dec 8, 20221Dec 8, 20221
Published inCoinsBenchManipulate Images in Bulk for Your NFT CollectionWhile building an NFT collection, you may need to manipulate the entire collection. Python makes it very simple using the pillow library.Apr 30, 2022Apr 30, 2022
Published inCoinmonksA Soft Introduction to NFTNFTs are the new rage, but like anything blockchain, they are complicated. Let us explain to you in very basic terms what is an NFT.Apr 23, 2022Apr 23, 2022
Published inPython in Plain EnglishAdversarial Search: Tic Tac Toe in Python Using The Minimax AlgorithmHow to implement adversarial search by programming an AI algorithm that plays tic tac toe against the user.Apr 8, 2022Apr 8, 2022
Edit Your NFT Metadata Files in Bulk in PythonAfter generation of thousands of metadata files, you might wanna change it, here is how to do it in bulk with python.Feb 27, 2022Feb 27, 2022
Published inCoinsBenchHow to Withdraw from an Smart ContractIf you are not a Solidity expert, how do you withdraw from a smart contract? It’s easier than you thing, read this to find out!Feb 24, 20221Feb 24, 20221