OpenAI API, Making the Response More Consistent, Part 2: The JSON Format
In part 1, we delved into utilizing the OpenAI API. It’s well-acknowledged that many contemporary AI models exhibit a certain...
I am a physician by profession but a self taught Python programmer. I am aiming to help others like me learn Python. This is blog is basically my way of documenting how I learn new things and overcome every day programming challenges as well as help others learn along the way.
In part 1, we delved into utilizing the OpenAI API. It’s well-acknowledged that many contemporary AI models exhibit a certain...
It would be fair to say that modern large language models, like OpenAI’s GPT series, possess a certain level of autonomy. Their outputs...
In this exercise today, we will perform some simple data exploration using pandas in python. We will use a dataset that has information...
This can be considered a continuation of part 1. Slicing of Numpy Arrays: Slicing in NumPy works similarly to slicing in Python’s...
The advent of python as (almost) the language of choice for AI enthusiast programmers has stirred a lot of interest in data structures...
While coming up with an NFT collection, it’s possible that you might have to manipulate the entire collection in bulk. Python makes it...
The rise of blockchain technology in the last decade or so has introduced us to many new technologies. As if it wasn’t hard to wrap one’s...
Developing and launching an NFT collection has definitely been a learning experience. One of the crucial component of any NFT collection...
Recently, I worked on launching an NFT collection with my friend. Until then, I had no experience with Solidity. There are tons of...
NFTs are the current rage. I have realized that most NFT projects are not about selling “art”. The image is just a representation of a...
One of the things that data scientists, specially those in healthcare will likely have to do is to simulate the spread of an infection,...
When I wrote the first article, I was just exploring the process of generating NFT images. As I learned more, I realized it’s not just...
NFTs have opened up a whole new playground for artists, graphic designers and crypto-enthusiasts all together. In this tutorial, we will...
Breadth-First Search (BFS) Unlike DFS, which goes deep in a certain direction first before considering another direction, BFS will...
Introduction to graph data structure and depth first search (DFS) What is a graph data structure: A Graph is a data structure consisting...
Artificial Intelligence (AI) has become a common phrase in current day and it no longer surprises us what some of the AI based systems...
In today’s tutorial, we will learn how to select data from a data frame. Let’s download stocks data from Yahoo Finance by clicking the...
What is pandas Data Frame? The simplest way of describing Data Frame is to think of it as a spreadsheet or table, with rows and columns....
This tutorial is built on part 1. Source code for this tutorial can be found here. Recap In part 1, we wrote code for retrieving tweets...
In the age of social media, it is all about getting more audience. One of the may ways of doing so is using hashtags. If you know what...