As someone who has always been fascinated by artificial intelligence and natural language processing, I was excited to hear that OpenAI had given developers the ability to build plugins on top of ChatGPT. It's a simple ChatGPT plugin for managing
Programming
A collection of 4 posts
Intro to solidity
I've been learning web3 programming via Alchemy University and got my introduction to Solidity. Here's a post to explain the language to beginners. Solidity is a programming language that is specifically designed for the development of smart contracts on the
Options pricing with Python
Options pricing is the process of determining the value of an option contract. Options are financial derivatives that give the holder the right, but not the obligation, to buy or sell an underlying asset at a predetermined price and date.
Let's build a recipe sharing web app using Django - Part 2
Part 2 – Designing the recipes app (posts) Picking up where we left off: In Part 1 we set up our Python 3.5 environment, installed Django 1.10 and generated a new project. We even ran the development server to