top of page
Coding

PYTHON BID

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.

Home: Welcome

Basic Data Exploration in Pandas Dataframe

In this exercise today, we will perform some simple data exploration using pandas in python. We will use a dataset that has information...

A Soft Introduction to Numpy Arrays

The advent of python as (almost) the language of choice for AI enthusiast programmers has stirred a lot of interest in data structures...

Manipulate Images in Bulk for Your NFT Collection

While coming up with an NFT collection, it’s possible that you might have to manipulate the entire collection in bulk. Python makes it...

A Soft Introduction to NFT

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...

Edit Your NFT Metadata Files in Bulk With Python

Developing and launching an NFT collection has definitely been a learning experience. One of the crucial component of any NFT collection...

How to Withdraw Earnings from an NFT Smart Contract

Recently, I worked on launching an NFT collection with my friend. Until then, I had no experience with Solidity. There are tons of...

The Cost of Launching an NFT Collection, My Breakdown!

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...

Pandemic Modeling with Python: The SIR Model

One of the things that data scientists, specially those in healthcare will likely have to do is to simulate the spread of an infection,...

Generate NFT Images and Metadata in Bulk With Python

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...

Generate Thousands of NFT Images With Python

NFTs have opened up a whole new playground for artists, graphic designers and crypto-enthusiasts all together. In this tutorial, we will...

A Brief History of Artificial Intelligence

Artificial Intelligence (AI) has become a common phrase in current day and it no longer surprises us what some of the AI based systems...

Pandas Data Frame 101: Filtering Data, loc & iloc

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...

Find Relevant Top Hashtags Using Python -Part 2

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...

Find Relevant Top Hashtags Using Python -Part 1

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...

1
2
Home: Blog2

Subscribe Form

Stay up to date

Thanks for submitting!

Home: Subscribe

CONTACT

Thanks for submitting!

Home: Contact
bottom of page